Testing sessions

Is there a way to test (at regular intervals) if a user session still exists without refreshing it?
[106 byte] By [FiZa] at [2007-11-26 21:04:03]
# 1
what you can do is register a session listener.This does the same job. better.Create an implementation of this listener and register it on your web.xml.Regards,Sebastien Degardin
sdegardina at 2007-7-10 2:36:54 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
If you are talking about having the client check the session then the answer is no. An alternative is to use a JavaScript timer or a location refresh meta-data tag that is set for a time one or two minutes earlier that the session time out
tolmanka at 2007-7-10 2:36:54 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...