Description
Server-side session storage and client-side session state can be tied together in Catalyst apps. Developers use this plugin to maintain login state, preferences, and other per-user web data between requests. Session data can include sensitive identity information and must be stored and expired carefully.