Hi,

I can increase the session timeout for a webapp by putting the following in the webapp's web.xml file:

   <session-config>
     <!-- session timeout in minutes -->
     <session-timeout>120</session-timeout>
   </session-config>

I can get SingleSignOn is working so that I can move between webapps without logging in to each.

The probelm is that once I turn on SingleSignOn my sessions are timing out in much less than 120 minutes.

Is there any way to get both session timeouts and SingleSignOn to work at the same time?

Richard


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to