asptoday_discuss thread: Losing Session when opening new window
Message #1 by "Dawson Bunn" <dawson.bunn@C...> on Mon, 15 Apr 2002 19:16:54
|
|
I'm opening a new window but sometimes a new session is created hence I
lose my session variables. I can see that a new value has appeared in the
sessionId. Strange thing is, this works on some computers and not on
others. I can't see why a new session is being started for some users and
not others !!!
Message #2 by "Pixelpushers" <asptoday@p...> on Mon, 15 Apr 2002 11:27:43 -0700
|
|
This could be your problem or something similar to it.
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q196383
-Jerry
-----Original Message-----
From: Dawson Bunn [mailto:dawson.bunn@C...]
Sent: Monday, April 15, 2002 7:17 PM
To: ASPToday Discuss
Subject: [asptoday_discuss] Losing Session when opening new window
I'm opening a new window but sometimes a new session is created hence I
lose my session variables. I can see that a new value has appeared in
the
sessionId. Strange thing is, this works on some computers and not on
others. I can't see why a new session is being started for some users
and
not others !!!
Message #3 by "Dmitry Zakharov" <brook74@h...> on Tue, 16 Apr 2002 20:26:01
|
|
Also You can use hidden fields for storing non-object or even object data
(using serialization).
> I'm opening a new window but sometimes a new session is created hence I
l> ose my session variables. I can see that a new value has appeared in
the
s> essionId. Strange thing is, this works on some computers and not on
o> thers. I can't see why a new session is being started for some users
and
n> ot others !!!
|