internal package Foswiki::LoginManager::Session internal package Foswiki::LoginManager::Session is a CGI::Session Class to provide CGI::Session like infra-structure, compatible with Runtime Engine mechanisms other than CGI.
It inherits from CGI::Session and redefine methods that uses %ENV directly, replacing by calls to Foswiki::Request object, that is passed to constructor. It also redefinesname method, to avoid creating CGI object.