[Catalyst-dev] C::P::Session::DynamicExpiry implementation

Hideo Kimura hide at hide-k.net
Thu Aug 10 20:07:43 CEST 2006


Hi, 

On Thu, 10 Aug 2006 20:52:20 +0300
Yuval Kogman <nothingmuch at woobling.org> wrote:

> You're not bothering me! On the contrary!

Thanks =)

> It makes no sense, if the session and the cookie are going to expire
> they might as well expire together.

I think of a session cookie (cookie_expires = 0).

ex)
In the default:
session:
  expires: 3600
  cookie_expires: 0

then 'remember me':
$c->session_time_to_live(10000000);

It doesn't not work, because 


> I don't want to add it myself...
> 
> Do you think you can provide docs + tests? I just don't care about
> that feature enough to bother doing that myself...

The problem is I'm perl newbie and not good at English.  =<
However I will try it later.

Anyway, thank you for your help.

--
hide





More information about the Catalyst-dev mailing list