libcgi-cookie-splitter-perl 0.02-3 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:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcgi-cookie-splitter-perl_0.02-3.dsc 2.2 KiB ffa92222507655b0d5383ef0fd6e8347ef1961f52ff9468c22a76fa3dafd25fc
libcgi-cookie-splitter-perl_0.02.orig.tar.gz 5.0 KiB 09a2194c2cf683b82ad95020227925540f9410d97f1a37244341e1141dd59bc4
libcgi-cookie-splitter-perl_0.02-3.debian.tar.xz 3.4 KiB fe57f66fd99843962b933560a530f69a558a3ccae1efb091f0d4300cd7632071

Available diffs

No changes file available.

Binary packages built by this source

libcgi-cookie-splitter-perl: module for splitting big cookies into smaller ones

 RFC 2109 stipulates that user agents support a cookie size of "at least 4096
 bytes per cookie". However, this value has become the standard maximum cookie
 size supported by many implementations, so if your server sends larger
 cookies considerable breakage may occur.
 .
 CGI::Cookie::Splitter provides a pretty simple interface to generate small
 cookies that are under a certain limit, without wasting too much effort.