-
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
-
you can put this on top of your asp page:
response.expires=0
that way your page will never be cached
-
Thanks Sebs!
I found it already this way to do it in another forum.
See you.