Generic Session plugin - ties together server side storage and client side state required to maintain session data.

Edit Package perl-Catalyst-Plugin-Session
http://search.cpan.org/dist/Catalyst-Plugin-Session/

The Session plugin is the base of two related parts of functionality
required for session management in web applications.

The first part, the State, is getting the browser to repeat back a session
key, so that the web application can identify the client and logically
string several requests together into a session.

The second part, the Store, deals with the actual storage of information
about the client. This data is stored so that the it may be revived for
every request made by the same client.

This plugin links the two pieces together.

Refresh
Refresh
Source Files
Filename Size Changed
Catalyst-Plugin-Session-0.43.tar.gz 0000040549 39.6 KB
cpanspec.yml 0000000669 669 Bytes
perl-Catalyst-Plugin-Session.changes 0000002013 1.97 KB
perl-Catalyst-Plugin-Session.spec 0000002898 2.83 KB
Latest Revision
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 982403 from Tina Müller's avatar Tina Müller (tinita) (revision 8)
- updated to 0.43
   see /usr/share/doc/packages/perl-Catalyst-Plugin-Session/Changes
  0.43 - 2022-06-03
        - fix tests when Catalyst::Plugin::Authentication is unavailable
  0.42 - 2022-05-31
        - revised packaging
        - correctly specify test prerequisites as test prerequisites
        - drop unused Test::Exception prereq
        - drop Tie::RefHash prereq that was not used directly
        - only run pod tests for authors
        - ensure all optional tests are run by authors
        - drop use of Test::WWW::Mechanize::PSGI and Test::WWW::Mechanize::Catalyst
          in favor of a simpler user agent
Comments 0
openSUSE Build Service is sponsored by