The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CGI::Session::Plugin::redirect - extended redirect method for CGI::Session

SYNOPSIS

use CGI::Session; use CGI::Session::Plugin::Redirect; my $session = new CGI::Session(); print $session->redirect('http://exsample.com/redirect-path/');

DESCRIPTION

redirect() method is added to CGI::Session.

AUTHOR

Shin Honda (makoto[at]cpan.org,makoto[at]cpan.jp)

copyright

Copyright (c) 2006- Shin Honda. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

CGI::Session