You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by ICM S CP guest 5 <IC...@icn.siemens.de> on 2001/10/02 12:31:43 UTC

RE: Logging out in Jetspeed - session-timeout

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:paul@mikon.com]
Sent: Montag, 1. Oktober 2001 22:08
To: jetspeed-user@jakarta.apache.org
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:paul@mikon.com]
> Sent: Friday, September 28, 2001 11:20 AM
> To: jetspeed-user@jakarta.apache.org
> 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: jetspeed-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org