Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Session-Store-Redis CPAN distribution.

Report information
The Basics
Id: 52705
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Session-Store-Redis

People
Owner: Nobody in particular
Requestors: Herbert.Leitz [...] t-online.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Bug in delete_expired_sessions
Date: Sat, 12 Dec 2009 13:29:41 +0100
To: bug-Catalyst-Plugin-Session-Store-Redis [...] rt.cpan.org
From: Herbert Leitz <Herbert.Leitz [...] t-online.de>
Hi, delete_expired_sessions() deletes only the "expired:$id" key, not the session and the flash keys. HTH Herbert
Just uploaded 0.03 which uses Redis' EXPIRE command, now delete_expired_sessions is a null op and all keys expire! Thanks!