Confirmation on Session Vars

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. #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: ...
    2. #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: ...
    3. #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: ...
    4. #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...
    5. 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...
  3. #2

    Default Re: Confirmation on Session Vars

    Laphan wrote:
    > 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?
    Right - 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?
    The session will timeout after 20 min. of inactivity.
    >
    > Is it possible for a session var not to work because of a setting in
    > the client's browser,
    Yes
    > even if they haven't changed it from the
    > default setting?
    >
    It depends on what the default setting is, which may vary depending on the
    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

  4. #3

    Default Re: Confirmation on Session Vars

    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)
    Evertjan. Guest

  5. #4

    Default 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

  6. #5

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139