You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by jill han <jh...@bynum.com> on 2008/10/31 15:13:08 UTC

time out

We have a turbine/torque/velocity application.
1. Is it possible that the user just log in once, the session will not
be timed out? 
2. how to determine how long the session stay?

Thanks for your helps.

Jill

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


Re: time out

Posted by Thomas Vandahl <tv...@apache.org>.
jill han wrote:
> We have a turbine/torque/velocity application.
> 1. Is it possible that the user just log in once, the session will not
> be timed out? 

Set the seesion timeout to -1. This is not recommended, however, as it
could produce security issues.

> 2. how to determine how long the session stay?

In TurbineResources.properties there is

---8<---
# This is the timeout in seconds for sessions. If left commented out, the
# servlet container's default timeout will be left as is.

# session.timeout=1800
---8<---

Bye, Thomas.


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