strange cookie problem

J

Jaakko T Oksa

suppose i have a script which sets a cookie in this manner:

Response.Cookies("session_id") = '12345'
Response.Cookies("session_id").Expires = <future date here>
Response.Cookies("session_id").Path = "/"

and another script which clears it like this

Response.Cookies("session_id") = ""

The scripts are located in a directory "mysite" under iis root directory
and accessed through http://localhost/mysite/something.asp

When these are called repeatedly, everything works as expected
(script number 1 sets the cookie and number 2 clears it)

However, when I create a virtual directory called "mysite" and point it
to the same place, script number one is no longer able to set the cookie
after script number two has been called, even though they are still accessed
exactly the same way (http://localhost/mysite/something.asp)

But when I modify the code in script number one by removing the last two lines
("expires" and "path") it works as expected again.

Anyone know why this would happen?

Jaakko Oksa
jaakko at vilmamedia dot fi
 

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,536
Members
45,016
Latest member
TatianaCha

Latest Threads

Top