Syntactic Confectionery Delight | |
PerlMonks |
CGI::App::Plugin::Authentication logout issues.by hesco (Deacon) |
on Mar 18, 2006 at 18:48 UTC ( [id://537687]=perlquestion: print w/replies, xml ) | Need Help?? |
hesco has asked for the wisdom of the Perl Monks concerning the following question:
I'm having issues with the logout method. I have a logout_button which renders a form that sets a hidden fields 'authen_logout' to 1. I am also calling $self->authen->logout(); directly. But in either case, I get back in my browser, the following:
Any ideas what I might be missing? I even have dispatch logic which looks like this:
The behavior I expect to see is that a new login form is displayed. The behavior I observe is the Forbidden message, after a reload, another Forbidden message, then I use back to get back to the menu. When I attempt to load another authenticated runmode, I am finally diverted to the login form. All help is appreciated. -- Hugh
Back to
Seekers of Perl Wisdom
|
|