[Opensource] Cookie settings
D Lloyd
orbacle at yahoo.com
Sun Apr 20 08:00:06 PDT 2003
If you want to keep a session open indefinately, even when the user is
inactive, as long as the browser is open, consider using frames or iframes
or javascript to 'ping' the server at predetermined intervals that are
less than the timeout setting. Beware of the consequences though. The
first is increased memory use of having many people leaving the browser
open. The inability to login via another machine and it work the way you
expect if you have logic based on workflow or multiple logins, etc.
David Lloyd
--- "Thompson, Kris" <kris.thompson at seurat.com> wrote:
> Session timeout is not an expresso setting but an application server
> setting via the web.xml file. The syntax is
>
> <session-config>
>
> <session-timeout>30</session-timeout>
>
> </session-config>
>
> Kris thompson
>
> -----Original Message-----
> From: DComeau at xenos.com [mailto:DComeau at xenos.com]
> Sent: Thursday, April 17, 2003 11:21 AM
> To: opensource at jcorporate.com
> Subject: [Opensource] Cookie settings
>
>
>
>
> Quick question:
>
> When a user logs in WITHOUT "Remeber login" checked, how long does that
> session last?
>
> Also, can this be changed, and where would I have to look? I would like
> to have a session that lasts until the browser is closed.
>
>
>
__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com
More information about the Opensource
mailing list