I have several web applications operating on the same server. Each of those
applications has a few session variables that are used throughout the
application. If a user has two browser windows open on his pc and the user
has a different web application open in each browser, will he lose his
session variables to both applications if he happens to get kicked out or
logs out of one app? A little confusing, but I want to make sure that just
because he is out of one app that he doesn't lose session variables in the
app in the other browser window.
Thanks in advance.
09-01-2000, 03:53 PM
ke11ey
Re: Session question
It's my understanding that each session has it's own session variables and
that stating and stoping other session will not affect the variables in other
sessions. Session variables do have a time limit, I should say sessions do
time out.
"Brian" <brian.martens@wcom.com> wrote:
>I have several web applications operating on the same server. Each of those
>applications has a few session variables that are used throughout the
>application. If a user has two browser windows open on his pc and the user
>has a different web application open in each browser, will he lose his
>session variables to both applications if he happens to get kicked out or
>logs out of one app? A little confusing, but I want to make sure that just
>because he is out of one app that he doesn't lose session variables in the
>app in the other browser window.
>
>Thanks in advance.
>
>