|
Home > Archive > IIS Server > June 2005 > Session variables not carrying over
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Session variables not carrying over
|
|
| Michael Mishler 2005-06-22, 2:50 am |
| Hello,
I have a problem with my IIS 5.0 server.
Suddenly it won't carry my session variables from page to page.
My clients will log on with a session variable identifying them as a valid
customer that is allowed to shop on our site, but as soon as they navigate
to another page it logs them off promptly.
I did inspect the session timeout setting and it was set to 4000 (the value
I set it at many weeks ago).
Can someone tell me what I can look for to solve this?
Thanks in advance!
Michael
| |
| Egbert Nierop \(MVP for IIS\) 2005-06-22, 7:54 am |
| "Michael Mishler" <noemail@nohow.com> wrote in message
news:42b8fe01$1_1@spool9-west.superfeed.net...
> Hello,
>
> I have a problem with my IIS 5.0 server.
>
> Suddenly it won't carry my session variables from page to page.
>
> My clients will log on with a session variable identifying them as a valid
> customer that is allowed to shop on our site, but as soon as they navigate
> to another page it logs them off promptly.
>
> I did inspect the session timeout setting and it was set to 4000 (the
> value I set it at many weeks ago).
Do you understand that a timeout of 4000 means minutes? This might exhaust
your server resources.
Running iisreset.exe or reloading your website might solve.
a package like netmonitor (free tool from the win2000 server setup) can show
the http network packges. It can show you what happens to the cookies, but
first monitor your RAM of your server..
Success
--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm
> Can someone tell me what I can look for to solve this?
>
> Thanks in advance!
>
> Michael
>
| |
| Michael Mishler 2005-06-26, 5:53 pm |
| Bump... anything?
"Michael Mishler" <noemail@nohow.com> wrote in message
news:42b8fe01$1_1@spool9-west.superfeed.net...
> Hello,
>
> I have a problem with my IIS 5.0 server.
>
> Suddenly it won't carry my session variables from page to page.
>
> My clients will log on with a session variable identifying them as a valid
> customer that is allowed to shop on our site, but as soon as they navigate
> to another page it logs them off promptly.
>
> I did inspect the session timeout setting and it was set to 4000 (the
> value I set it at many weeks ago).
>
> Can someone tell me what I can look for to solve this?
>
> Thanks in advance!
>
> Michael
>
|
|
|
|
|