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

Changelog

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Intrepid: [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-1.diff.gz 2.0 KiB 7b5297bb30766caadc2af8cbc8a3077aecd3069708c4b24d23ca8b6f40cb5951
libcgi-cookie-splitter-perl_0.02-1.dsc 1.4 KiB d707c79624fec773f48f2bb46719a3c7e311f340294053518207840b93f2c3fb

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.