Thanks, but I don't think that is what I am looking for. If I understand the tag, it will automatically reload the login template in 1800 seconds. What I am looking for is, when the session times out, to have the ability to redirect the user to the login screen, something along the lines that the JLoginUser does when a person enters an invalid user/password.
-----Original Message----- From: Stuart Belden [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 3:00 PM To: [EMAIL PROTECTED] Subject: Re: Redirect User to Login Screen when Session Times Out The <meta HTTP-EQUIV="refresh" CONTENT="1800; http://localhost/portal/template/Login"> tag will do the job; add it to layouts/html/default.vm. >>> [EMAIL PROTECTED] 07/22/03 02:15PM >>> How does one go about having Jetspeed redirect/display a screen, such as the login screen when the session times out? I found the BasePortletSet.java where the session timeout message is retrieve from the .properties files. But, I want it to redirect the user back to the login page. ... Thanks --------------------------------------------------------------------- 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]
