Having trouble in reading the Cookie written in ASP from ASP.NET

P

Priya

I am not able to read the cookie written through ASP from ASP.NET.
I know I need to set the path of cookie correctly.

When I set the path of my Cookie Response.Cookie("Test").Path = "/" in
ASP and try to read it in ASP.NET it says nothing has been set. When I
tried to set the path to the other folder in ASP.NET for ex


Dim Cookie as HttpCookie = Request.Cookies("Test")
Cookie.Path = "/test"

I am getting a error "Object reference not set to an instance of an
object"

Help please
Thanks
Priya
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top