[thelist] Session Variables are Getting Assassinated :-\

Jason Handby jasonh at pavilion.co.uk
Mon Mar 3 15:48:00 CST 2003


> I added the HTTP directive to my entry pages (Step 1, 4, and 7):
> <META HTTP-Equiv="Cache-Control" Content="no-cache">
>    and this didn't fix my problem
>
> I also check my IIS settings and they are explicitly set to "Do Not Cache
> ASP pages", also didn't fix my problem.

Have you tried adding

  Response.Expires = -5000

somewhere near the top of your page (i.e. before anything has been written)?



Jason




More information about the thelist mailing list