NAME

CGIS::Application - Session supported CGI::Application

SYNOPSIS

use base 'CGIS::Application';

DESCRIPTION

This is a drop-in replacement for CGI::Application to enable session support in your programs. Refer to CGI::Application as well as CGIS manuals.

METHODS

Inherits from CGI::Application and CGIS in the given order. So all the methods of CGIS as well as CGI::Application will be available for you.

AUTHOR

Sherzod B. Ruzmetov, <sherzodr@cpan.org>

SEE ALSO

CGI::Session, CGI::Application, CGIS, CGI