How to Install and Uninstall perl-Plack-Middleware-Session Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "perl-Plack-Middleware-Session" package

This guide covers the steps necessary to install perl-Plack-Middleware-Session on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Plack-Middleware-Session

2. Uninstall "perl-Plack-Middleware-Session" package

Please follow the guidelines below to uninstall perl-Plack-Middleware-Session on openSuSE Tumbleweed:

$ sudo zypper remove perl-Plack-Middleware-Session

3. Information about the perl-Plack-Middleware-Session package on openSuSE Tumbleweed

Information for package perl-Plack-Middleware-Session:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Plack-Middleware-Session
Version : 0.33-1.22
Arch : noarch
Vendor : openSUSE
Installed Size : 86.1 KiB
Installed : No
Status : not installed
Source package : perl-Plack-Middleware-Session-0.33-1.22.src
Upstream URL : https://metacpan.org/release/Plack-Middleware-Session
Summary : Middleware for session management
Description :
This is a Plack Middleware component for session management. By default it
will use cookies to keep session state and store data in memory. This
distribution also comes with other state and store solutions. See perldoc
for these backends how to use them.
It should be noted that we store the current session as a hash reference in
the 'psgix.session' key inside the '$env' where you can access it as
needed.
*NOTE:* As of version 0.04 the session is stored in 'psgix.session' instead
of 'plack.session'.