I have a quick SSO question. If Idle Session Timeout is not configured on the SSO web site document is there a default. Expiration is set to 2 hours and users are still complaining about sessions logging out.
Thanks
David
I have a quick SSO question. If Idle Session Timeout is not configured on the SSO web site document is there a default. Expiration is set to 2 hours and users are still complaining about sessions logging out.
Thanks
David
Subject: Quick ? about SSO and Idle Session Timeout
Too much cookies can kill the session cookie.
Opera 8.01 on Windows: remembered 30 cookies
Firefox 1.0.6 on Windows: remembered 50 cookies
Internet Explorer 6 (on Windows ;-): remembered 20 cookies
Safari 2.0: remembered all cookies(!), tested to a maximum of 1000
Camino: remembered 50 cookies
If your webpage is heavily depending on cookies, the solution is to remove them all, and use Ajax instead (or Notes Form logic, common header with lookups, or WQO agent).