Cookie Cached problem
From: SECOVEL (secovel)
Date: 01/05/04
- Next message: Matthew O: "Block hits by User-Agent"
- Previous message: Tom Kaminski [MVP]: "Re: Semi-public password"
- Next in thread: David Wang [Msft]: "Re: Cookie Cached problem"
- Reply: David Wang [Msft]: "Re: Cookie Cached problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 5 Jan 2004 16:13:45 -0500
I'm running IIS 6 on Windows 2003 Server. I have an ASP app that issues
cookies for authentication. After a user logs out, waits awhile (about 3
min) and logs back in, 1 particular page (xxx.asp) is still using the old
(deleted!) cookie. I have a "Last Accessed" field in the cookie, and I can
see the new cookie (fom logging in) in the IIS Logs for some pages, and then
when I go to xxx.asp, I see the old "last accessed" value. If I hit
refresh, it then updates the page, and I see the new cookie value. The
cookie is not persistant, and has security = true. The connection HTTPS.
xxx.asp is in a virtual directory. The path is like this:
Adir
Bdir
Cdir/Adir/xxx.asp
Ddir
All the directories (including the virtual) seem to have the same settings.
I've tried adding code to xxx.asp to stop the caching:
Response.CacheControl = "no-cache"
Response.Expires = -1
HELP!
Sean
- Next message: Matthew O: "Block hits by User-Agent"
- Previous message: Tom Kaminski [MVP]: "Re: Semi-public password"
- Next in thread: David Wang [Msft]: "Re: Cookie Cached problem"
- Reply: David Wang [Msft]: "Re: Cookie Cached problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|