Subject: | Invalid TTL in redis base |
This library sets value of record with a redis command EXPIRE but uses as an argument a unix timestamp. This is incorrect, EXPIRE needs time in seconds.
As a result, auto-purge never works.
By the way, auto-purge must also somehow know about MojoX::Session method extend_expire and react to it accordingly