[cgiapp] calling another runmode
Terrence Brannon
metaperl at gmail.com
Wed Jan 21 14:37:52 EST 2009
Re:
http://search.cpan.org/~ceeshek/CGI-Application-Plugin-Session-1.03/lib/CGI/Application/Plugin/Session.pm#session_delete
We see this:
sub logout {
my $self = shift;
$self->session_delete;
# what now? redirect user back to the homepage?
}
And I am wondering about "what now?"
Can I simply do $self->logout_confirmation_runmode to 'internal redirect' to
another runmode?
More information about the cgiapp
mailing list