[Catalyst] RE: change_session_id

Russell Jenkins russell.jenkins at strategicdata.com.au
Fri Oct 18 09:53:59 GMT 2013


On 18/10/13 7:05 PM, Duncan Garland wrote:
> Has anybody used this successfully?

We do use it in one project; the code in production looks like this:

   # New session id on successful auth.
   $c->change_session_id;
   $c->_session_store_delegate( undef ); # delete any cached delegate

Unfortunately I don't remember why the call to the 
"_session_store_delegate" was required. I'd go digging further if I 
wasn't madly packing for OSDC in a few hours :(  Just hope it helps!

Regards,
   Russell.
--
Programmer,
Strategic Data
www.strategicdata.com.au



More information about the Catalyst mailing list