Monday, August 23, 2004

No cache ASP page

response.expires = 0

OR

response.expires = -1

Add that to avoid cache of your ASP pages. Silly me. I'd wasted more than 5 minutes trying to figure out that weird old (logout, then login again, but it's still logon as the previous user) problem. I should have known it's bloody caching. Dumbass.