Re: [Catalyst] Session trouble

2007-08-02 Thread Bill Moseley
I'm still having plenty of session trouble. Maybe it's just related to the dev server. I'm implementing a remember me, but once a cookie is written (rather is returned in the request) a new cookie is never sent. Is there a way to force a cookie? No, Session::DynamicExpiry doesn't help. Also,

Re: [Catalyst] Session trouble

2007-07-23 Thread Jim Spath
Bill Moseley wrote: On Mon, Jul 16, 2007 at 07:20:36PM +0300, Yuval Kogman wrote: Hi, no update yet, been terribly busy (the client is not being very nice to us). If you need comaint to release yourself let me know. You should have commit access, right? I can take another stab at it -- I

Re: [Catalyst] Session trouble

2007-07-16 Thread Yuval Kogman
Hi, no update yet, been terribly busy (the client is not being very nice to us). If you need comaint to release yourself let me know. You should have commit access, right? The upload from today was to fix the test that needs Cookie. -- Yuval Kogman [EMAIL PROTECTED]

Re: [Catalyst] Session trouble

2007-07-16 Thread Bill Moseley
On Mon, Jul 16, 2007 at 07:20:36PM +0300, Yuval Kogman wrote: Hi, no update yet, been terribly busy (the client is not being very nice to us). If you need comaint to release yourself let me know. You should have commit access, right? I can take another stab at it -- I had spent a few

[Catalyst] Session trouble

2007-07-13 Thread Bill Moseley
I'm bringing this over from a discussion on IRC with nothingmuch. All up-to-date as of yesterday (fresh install on new machine). I set a flag in the session that adjusts how long cookies persist. Then override this method in my application: sub calculate_session_cookie_expires { my