Re: Servlet/session becoming null

2006-07-31 Thread rache
is part of a bean that is set in the response object. Can the tomcatsession be lost somewhere? -- View this message in context: http://www.nabble.com/Servlet-session-becoming-null-tf2028584.html#a5582709 Sent from the Tomcat - User forum at

Re: Servlet/session becoming null

2006-07-31 Thread Filip Hanik - Dev Lists
if you are saying the tomcat session is dropped then, two reasons could be: 1. the session cookie is dropped 2. the session has expired (been idle longer than your timeout setting) but your stack trace show TransactionSession, and it could be that your TransactionSession is holding a reference

Servlet/session becoming null

2006-07-31 Thread rache
in context: http://www.nabble.com/Servlet-session-becoming-null-tf2028584.html#a5579120 Sent from the Tomcat - User forum at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL