PDA

Click to See Complete Forum and Search --> : Actualizing Page


david72
Mar 20th, 2001, 03:20 AM
I have a problem with IE5.

I want to open an ASP page that changes a session variable with a script that uses the method OPEN. With Netscape it works but with IE5 the page appears but the variable doesn´t change until I actualize the page myself. Is there any way to force the page to actualize as it loads?

Thanks a lot to any response. :)

P.d. Sorry about my English

sebs
Mar 29th, 2001, 11:29 AM
you can put this on top of your asp page:

response.expires=0

that way your page will never be cached

david72
Mar 29th, 2001, 11:38 AM
Thanks Sebs!

I found it already this way to do it in another forum.

See you.