26 Jan
2007
26 Jan
'07
7:50 p.m.
Sale, Robin wrote at 2007-1-25 14:33 -0500:
.... What I'm doing: Visit a simple HTML page that has a link to a second ... all of which is contained within a folder that requires authenticated user to view. I go to server:8080/page_path/page_name and have to log in. I do so, and see the page. Now, I wait 20,30, 45 minutes, even an hour and click on the link to server:8080/page_path/page_name2.
Only in special cases is the user identity held in the session. More often, it is held in a (session) cookie. Maybe, you are in the situation that the user identity is a cookie and the session timeout works are expected? -- Dieter