I believe the timeout for this is configured through web.xml

<session-config>
  <session-timeout>30</session-timeout> <!-- minutes -->
</session-config

Tim.

On Tuesday 20 March 2007 17:16, James Sherwood wrote:
> Hello,
>
> We have an admin side with a user login etc.
>
> The problem is, the session times out after soo many minutes(we run under
> tomcat) of being idle and they user has to log back in.
>
> Is there any way to make this indefinate and if so, is there any impact on
> resources etc?
>
> Thanks,
> James
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to