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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
