[cgiapp] CAP::Authentication not working properly
with CAP::Session
Richard Jones
ra.jones at dpw.clara.co.uk
Thu Nov 20 18:30:05 EST 2008
Todd Wade wrote:
>
> ----- Original Message ----
> From: Richard Jones <ra.jones at dpw.clara.co.uk>
>> Hope someone can help with this. I'm having a major headache with
>> authentication and sessions.
>>
>> In the CGI::Session docs there is a mention of session->flush, and if I
>> use this in teardown(), then sessions do start to work, providing I use
>> $self->session_delete after logout. Odd because I've never had to use
>> session->flush before.
>
> I might have not noticed, but someone asked what your environment was but you haven't replied with it yet?
>
> Anywhoo... I'd probably bet a big chunk of change that you have a circular ref somewhere thats keeping the session from going out of scope.
>
Yes I replied to that, but only a few mins before your message appeared
so you probably weren't able to see it. The problem manifests under both
persistent (mod_perl & CGI::App::Server) and non-persistent
(WWW::Mechanize) envs.
A circular ref sounds like an interesting possibility though - how would
I track something like that down?
--
Richard Jones
More information about the cgiapp
mailing list