Hi, you can also set the session-timeout using the TurbineResources.properties. You need to uncomment the session.timeout value.
I am not sure if it works in this release - never tried. It would be nice if there were also a defined message (in TurbineResource.properties), like the login message. Andreas -----Original Message----- From: Paul Spencer [mailto:[EMAIL PROTECTED]] Sent: Montag, 1. Oktober 2001 22:08 To: [EMAIL PROTECTED] Subject: Re: Logging out in Jetspeed Anthony, The session timeout can be set in many places. One place is in <jetspeed-home>/WEB-INF/web.xml. In this file add the following before the <welcome-list> <!-- You can set the session timeout (in minutes) for all newly --> <!-- created sessions by modifying the value below. --> <session-config> <session-timeout>30</session-timeout> </session-config> Paul Spencer Anthony Smith wrote: > > What about some type of feature where after a user has timed out, they are > taken to a page where it says they have timed out? > > -----Original Message----- > From: Paul Spencer [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 28, 2001 11:20 AM > To: [EMAIL PROTECTED] > Subject: Re: Logging out in Jetspeed > > Anthony, > I added the following to WEB-INF/templates/vm/layouts/html/default.vm to > disable cache on the page. Although the Netscape displayed a message > stating the page had expired, a refresh displayed the page. IE 4 and > 5.0 displayed the displayed the page. > > <meta http-equiv="Cache-Control" content="no-cache" /> > <meta http-equiv="Expires" content="0" /> > > It appears Jetspeed does not check if the user is logged in before > displaying his portal page. > > Paul Spencer > > Anthony Smith wrote: > > > > Curently when I log off of Jetspeed, it takes me to my Login page. This is > > fine. I want some way where if I hit back it does not show the previos > > information. I dont care if it shows WebPage expired or can be setup where > I > > can forward it to an access denied page. > > > > Anyone have any suggestions > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
