libdancer-session-cookie-perl 0.25-2 source package in Ubuntu

Changelog

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdancer-session-cookie-perl_0.25-2.dsc 2.6 KiB c95e21e7bb8266345a9e9ce7ca8bbc98b02d6055447923a3752af983a2a7e731
libdancer-session-cookie-perl_0.25.orig.tar.gz 21.2 KiB c92f050f4d9af32c7c86035ee575309948ed58af10f8e9f42bf0214f73e361b4
libdancer-session-cookie-perl_0.25-2.debian.tar.xz 2.6 KiB dac66683e4e02244d0526f6e83480c8a9b2eee324862d97b4685fedd9def91c7

Available diffs

No changes file available.

Binary packages built by this source

libdancer-session-cookie-perl: encrypted cookie-based session backend for Dancer

 Dancer::Session::Cookie implements a session engine for sessions stored
 entirely in cookies. Usually only session id is stored in cookies and the
 session data itself is saved in some external storage, e.g. database. This
 module allows one to avoid using external storage at all.
 .
 Since server cannot trust any data returned by client in cookies, this module
 uses cryptography to ensure integrity and also secrecy. The data your
 application stores in sessions is completely protected from both tampering
 and analysis on the client-side.