Click here to Skip to main content
15,900,725 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using a http cookie in which i have stored the following data

myCookie.Name = "PHPSESSID"
myCookie.Value = "h2lg29qe10e6c8lk48nqbj92q5"
myCookie.Domain = ".filesonic.in"
myCookie.Path = "/"



Please can you tell me how to use the above cookie for a webbrowser control

Thanks in advance
Posted
Updated 4-Apr-11 2:43am
v3

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900