Description
Perl CGI applications can create and manage server-side session data for visitors. This helps web apps remember login state, preferences, carts, or temporary workflow data between requests.
It is a session library, not a complete authentication system. Applications using it must protect session identifiers, storage, expiry, and transport security.