criteria for a session

2004-01-08 Thread Günter Kukies
Hi, what are the criteria for tomcat 4.1.26 to say the session is null (((HttpServletRequest)request).getSession(false))? It seams to depend on something in the request. When i open a second new IE Window, not a child from the first IE Window, the session is null. I dontt call

RE: criteria for a session

2004-01-08 Thread Ralph Einfeldt
id and if it belongs to the same session as the first window. -Original Message- From: Günter Kukies [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 9:52 AM To: [EMAIL PROTECTED] Subject: criteria for a session what are the criteria for tomcat 4.1.26 to say

RE: criteria for a session

2004-01-08 Thread Chris Ward
I thought sessions were essentially browser sessions. For anything I've done that requires knowledge of user state between different browsers (but same machine) I've used cookies to save some form of user id. I did turn on the Tomcat setting for persistent sessions and found that preserved