Re: session data lost
- From: "Peter Bradley" <pbradley@xxxxxxxxxx>
- Date: Wed, 18 Apr 2007 08:55:42 +0100
Haven't used cookieless sessions myself.
In order to see if the problem is in the passing of the session id back to
the Web server, can you try changing to use cookies and see if the problem
goes away? At least that will point us at the actual problem (or eliminate
one variable from the mix).
Peter
"luke" <talktomyfriend@xxxxxxxxxxx> wrote in message
news:O3yA4mYgHHA.284@xxxxxxxxxxxxxxxxxxxxxxx
Hi Peter,
It is
a.. InProc - session kept as live objects in web server (aspnet_wp.exe).
Use "cookieless" configuration in web.config to "munge" the sessionId onto
the URL
thanks,
Luke
"Peter Bradley" <pbradley@xxxxxxxxxx> wrote in message
news:uIuUldYgHHA.284@xxxxxxxxxxxxxxxxxxxxxxx
I interpret what you say as meaning that when your application is accessed
from the internet, session data is not stored; but when it is accessed
over the internal LAN, session data is stored OK.
I'm also assuming that the same Web server is being used in both
scenarios, and that you are maintaining your sessions by using cookies.
If these assumptions are correct, perhaps the external client does not
have cookies enabled? Can you check that?
Peter
"luke" <talktomyfriend@xxxxxxxxxxx> wrote in message
news:%23hH4wyXgHHA.208@xxxxxxxxxxxxxxxxxxxxxxx
Hi
I got the problem of lost session data when it operates in external
network (via internet), but it has not problem within the internal
network.
Any helps will be appreciated.
Thanks,
Luke
.
- Follow-Ups:
- Re: session data lost
- From: luke
- Re: session data lost
- References:
- session data lost
- From: luke
- Re: session data lost
- From: Peter Bradley
- Re: session data lost
- From: luke
- session data lost
- Prev by Date: Validators not preventing postbacks
- Next by Date: Re: using window.showModalDialog
- Previous by thread: Re: session data lost
- Next by thread: Re: session data lost
- Index(es):
Relevant Pages
|