Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #5726

handling stale session

From "a" <a@mail.com>
Newsgroups comp.lang.java.programmer
Subject handling stale session
Message-ID <3giOp.18865$tp.177@newsfe06.iad> (permalink)
Date 2011-06-28 03:44 -0700

Show all headers | View raw


Hi

My question is about handling the stale session caused by user exit 
application without logout. I use a table to maintain session info and user, 
e.g, session id, user oid.
If the user exits the application without logout properly or the web server 
restart, there is a record left on the table.
I am planning to check the validity of the session id on the table when the 
user next login.
Is it possible to check whether the session is still alive or not by telling 
the session id?

Thanks 

Back to comp.lang.java.programmer | Previous | NextNext in thread | Find similar


Thread

handling stale session "a" <a@mail.com> - 2011-06-28 03:44 -0700
  Re: handling stale session Silvio <silvio@moc.com> - 2011-06-28 23:28 +0200
    Re: handling stale session "a" <a@mail.com> - 2011-06-29 01:01 -0700
      Re: handling stale session Silvio <silvio@moc.com> - 2011-06-29 11:31 +0200
        Re: handling stale session "a" <a@mail.com> - 2011-06-29 11:35 -0700
          Re: handling stale session Silvio <silvio@moc.com> - 2011-06-30 00:12 +0200

csiph-web