[Catalyst] Session Expiry

Ash Berlin ash_cpan at firemirror.com
Sun Mar 2 13:31:42 GMT 2008


On 2 Mar 2008, at 03:50, Jonathan Rockway wrote:

> In the second case, it's just a bug in the Session::Store::Cache store
> that can be fixed with the addition of a backend_expires configuration
> key, probably set to "never" by default.

Not quite true. It would look like it fixes it for most cases. A cache  
is just a cache. Don't rely on them (particularly memcahced) to keep  
data around until you told it you would like it to expire at - there  
is no guarantee of this happening, especially under heavy load.

Ash



More information about the Catalyst mailing list