I've stuck a web.xml in my WEB-INF/ directory with the following
session timeout set:
<session-config>
<session-timeout>
5
</session-timeout>
</session-config>
However, I have a session bean with an HttpSessionBindingListener- I
would think that my valueUnbound() method would get called after 5
minutes and something printed to the screen, but it doesn't look like
the session is timing out-
Also, how can I query I this value from my web application to
display how long the user has left?
Thanks, Jason
--
Jason Novotny [EMAIL PROTECTED]
Home: (510) 704-9917 Work: (510) 486-8662
NERSC Distributed Computing http://www-didc.lbl.gov
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]