Firefox / cookies / sessions - tomcat problem

2006-08-18 Thread Jon Yeargers
Issue: Im running into problems with a tomcat based application that uses the JNDI connection pooling mechanism that ships with tomcat. It appears that my session bits are being kept 'alive' by any running instances of firefox even after the browser running my app is closed. Situation: I have

Re: Firefox / cookies / sessions - tomcat problem

2006-08-18 Thread David Smith
Firefox 'B' is a new window on the original Firefox 'A' (same application instance). As such they share the same session on your webapp. Your code should check to be sure the session is still valid (request.isRequestedSessionIdValid()). On a design note, you should not be maintaining open