Binary package “libcgi-application-plugin-session-perl” in ubuntu oracular

plugin that adds session support to CGI::Application

 CGI::Application::Plugin::Session seamlessly adds session support to your
 CGI::Application modules, by providing a CGI::Session object that is
 accessible from anywhere in the application. Lazy loading is used to prevent
 expensive file system or database calls from being made if the session is
 not needed during this request.