samimave / car-pool

Automatically exported from code.google.com/p/car-pool
0 stars 0 forks source link

automatic log out #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I a reviewing the webpage and clicking on the links, typing input etc and
generally doing things an active user would do and then all of a sudden i
get logged out and have to log back in again.
Do we have an auto log out (session time out)? Does it do this regardless
of whether we are active or not? If so is it set too short?
If you could clarify this would be great. 

Original issue reported on code.google.com by arlo.pho...@gmail.com on 22 Sep 2008 at 4:50

GoogleCodeExporter commented 9 years ago
I don't think this is a problem.  I checked by running a jsp page getting the 
timout
interval value and displaying it.  It displayed 1800 which is how many seconds
between client accesses the servlet container will keep the session open.  That 
was
just the default value on my system. That comes to 30 minutes which is plenty of
time.  This may vary dependinding on the platform used.  I'm not going to do 
anything
about it.

Original comment by terrasea on 25 Sep 2008 at 1:15