
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.