Hello everybody,
I have one question:
Is the session variable would disapper after i use "response.redirect"?
Printable View
Hello everybody,
I have one question:
Is the session variable would disapper after i use "response.redirect"?
Session variable will be maintained after you used "response.redirect". But
you have to be careful if you're configuring more than one web server where
session variables are web server specific.
"Vicky" <vickychoi@ctimail.com> wrote:
>
>Hello everybody,
>
>I have one question:
>Is the session variable would disapper after i use "response.redirect"?
>
>