Ask a Question related to ASP Database, Design and Development.
-
Laphan #1
Confirmation on Session Vars
Can somebody please confirm with me that it is 20 mins of inactivity to do
with the PARTICULAR session var before it times out rather than simply a 20
min life span as soon as you assign it - right?
If I've created a session var 10 mins after another then both don't timeout
at the same time do they?
Is it possible for a session var not to work because of a setting in the
client's browser, even if they haven't changed it from the default setting?
Many thanks.
Rgds
Laphan
Laphan Guest
-
#25307 [Ver->Csd]: Crash when session.serialize_handler=wddx & session, post, get vars
ID: 25307 Updated by: sniper@php.net Reported By: cristea at pntcd dot ro -Status: Verified +Status: ... -
#25307 [Ver]: Crash when session.serialize_handler=wddx & session, post, get vars
ID: 25307 User updated by: cristea at pntcd dot ro Reported By: cristea at pntcd dot ro Status: Verified Bug Type: ... -
#25307 [Opn->Ver]: Crash when session.serialize_handler=wddx & session, post, get vars
ID: 25307 Updated by: sniper@php.net Reported By: cristea at pntcd dot ro -Status: Open +Status: ... -
#25307 [NEW]: Crash when session.serialize_handler=wddx & session, post, get vars
From: cristea at pntcd dot ro Operating system: any PHP version: 4CVS-2003-08-29 (stable) PHP Bug Type: Session related Bug... -
Session vars
Scott, The company I work for, Consonica, produces a solution called StateStitch that is what you are looking for. StateStitch allows ASP and... -
Bob Barrows [MVP] #2
Re: Confirmation on Session Vars
Laphan wrote:
Right - 20 min. of inactivity> Can somebody please confirm with me that it is 20 mins of inactivity
> to do with the PARTICULAR session var before it times out rather than
> simply a 20 min life span as soon as you assign it - right?
The session will timeout after 20 min. of inactivity.>
> If I've created a session var 10 mins after another then both don't
> timeout at the same time do they?
Yes>
> Is it possible for a session var not to work because of a setting in
> the client's browser,
It depends on what the default setting is, which may vary depending on the> even if they haven't changed it from the
> default setting?
>
browser type and version. Some firewalls (ZoneAlarm, for one) can also
prevent cookies.
Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows [MVP] Guest
-
Evertjan. #3
Re: Confirmation on Session Vars
Bob Barrows [MVP] wrote on 05 jun 2004 in
microsoft.public.inetserver.asp.db:Right.>>> If I've created a session var 10 mins after another then both don't
>> timeout at the same time do they?
> The session will timeout after 20 min. of inactivity.
Session variables never time out.
It is just the session that does/can.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Evertjan. Guest
-
Bob Lehmann #4
Re: Confirmation on Session Vars
Picky, picky, picky :>)
Bob Lehmann
"Evertjan." <exjxw.hannivoort@interxnl.net> wrote in message
news:Xns9500433E7044eejj99@194.109.133.29...> Bob Barrows [MVP] wrote on 05 jun 2004 in
> microsoft.public.inetserver.asp.db:>> >> >> If I've created a session var 10 mins after another then both don't
> >> timeout at the same time do they?
> > The session will timeout after 20 min. of inactivity.
> Right.
>
> Session variables never time out.
>
> It is just the session that does/can.
>
> --
> Evertjan.
> The Netherlands.
> (Please change the x'es to dots in my emailaddress)
Bob Lehmann Guest
-
Laphan #5
Re: Confirmation on Session Vars
Thanks Guys
Bob Lehmann <nospam@dontbotherme.zzz> wrote in message
news:uRnx3R1SEHA.1172@TK2MSFTNGP11.phx.gbl...
Picky, picky, picky :>)
Bob Lehmann
"Evertjan." <exjxw.hannivoort@interxnl.net> wrote in message
news:Xns9500433E7044eejj99@194.109.133.29...> Bob Barrows [MVP] wrote on 05 jun 2004 in
> microsoft.public.inetserver.asp.db:>> >> >> If I've created a session var 10 mins after another then both don't
> >> timeout at the same time do they?
> > The session will timeout after 20 min. of inactivity.
> Right.
>
> Session variables never time out.
>
> It is just the session that does/can.
>
> --
> Evertjan.
> The Netherlands.
> (Please change the x'es to dots in my emailaddress)
Laphan Guest



Reply With Quote

