You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jérôme Duval <je...@regitan.qc.ca> on 2004/06/16 20:02:18 UTC

RE: Vexing session ceration issue

I think you are asking the wrong object for info. You want to know if the
session exists or not, so ask the session! I would use the isNew() method,
rather then getSession(false), simply because the session is the best placed
object to know if it exists or not.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org