Tom Hintz wrote:
>
> Where is the standard for persistent-cookie lifetimes?  Do they expire 
> based on the time of first creation or does the cookie expiration time 
> update to a new value on each page request?  Thanks,
>

The cookie itself is controlled by the browser. Resin by default doesn't 
set the cookie's max-age header, so it's really what the browser wants 
to do.

For the persistent session, the timeout is based on access time. So each 
new request resets the timer for the default 30min.

-- Scott

>  
>
>  
>
>  
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
>   



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to