> From: Alex79 [mailto:[EMAIL PROTECTED] 
> Subject: RE: Problem with session
> 
> Java(TM) SE Runtime Environment (build 1.6.0_01-b06)

That's a couple of updates old, but very unlikely to be an issue.

> When the problem occurs, I see a WARN level message that 
> says that there is no header (custom info stored by the 
> webapp) in session (managed by tomcat I guess)

Yes, that does sound like a Tomcat-managed session.  Is there any chance
your webapp is calling the invalidate() method for the session?

You could always define a session listener for your webapp and have it
log the comings and goings of each session.

> Where can I find the exact tomcat version?

It's usually part of the name of the installation directory.  It can be
found by running the version.bat script, or looking on Tomcat's status
page (http://<host>:<port>/manager/status).

 - 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