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?
##### CGI::Application community mailing list ################
## ##
## To unsubscribe, or change your message delivery options, ##
## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ##
## ##
## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ##
## Wiki: http://cgiapp.erlbaum.net/ ##
## ##
################################################################