> From: Alex79 [mailto:[EMAIL PROTECTED] 
> Subject: RE: Problem with session
> 
> You mentionned a session listener, can you point me out to a 
> tutorial on how to do it?

See section 10 of the Servlet spec.

> Are there any generic session listener that I could use out
> of the box?

There's one in the 5.5.25 distribution:
 
webapps/servlets-examples/WEB-INF/classes/listeners/SessionListener.java
(I don't have 5.0 around anymore, but I would expect it to be in there
as well.)

Look in:
  webapps/servlets-examples/WEB-INF/web.xml
to see how to configure it.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to