Connie Chan wrote:
>
> Hi,
>
> I know that we can set the session timeout in web.xml. But it specifies
> how long the user can have valid session no matter the user keeps
> sending the requests. Correct? If so, how about the idle session
> timeout? By meaning that, if the user does not send any request for
> certain time period (let say 30 minutes), we would disable the session.
> Does anyone know how to configure?
>
> Thanks,
> Connie
the session-timeout is the idle time out..
I dont' believe there is any timeout for a session that
has continuous access.