Hi,
I encountered the inability to use session variables while doing a page refresh.. the values stored in the session are lost!
Hence I gotta past the value whenever i refresh the page:
<a href="page.asp?var=4">
What can I do to retain the values?
Huh? As far as I know, the only way to pass variables to another page is via the query string (as you did above) or on STDIN via a POST. I'm not sure what you're trying to do, or what you're asking.
Sincerely,
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.