In Tomcat 4.0, is it possible to configure if a session is lost when the browser window is closed, or if the user's session persists across browser restarts?
In some other languages, it was possible to take the session cookies and set their timeout to a value of 0 or -1 and this would make the cookies get cleared when the browser window was closed. How do you configure this in Tomcat? Ian.
