libcgi-cookie-splitter-perl 0.02-2 source package in Ubuntu

Changelog

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcgi-cookie-splitter-perl_0.02.orig.tar.gz 5.0 KiB 09a2194c2cf683b82ad95020227925540f9410d97f1a37244341e1141dd59bc4
libcgi-cookie-splitter-perl_0.02-2.debian.tar.gz 1.9 KiB b485f1c3abc17dfe37053e0ce45cfeb89ef64a33f1239734ba7aebc5e52d1163
libcgi-cookie-splitter-perl_0.02-2.dsc 2.1 KiB 340655131473aa8df27c90aa3b6f238cf0fe37419bcd046ec235e0adb8769275

Available diffs

View changes file

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.