1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libcgi-cookie-splitter-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>,
Florian Schlichting <fschlich@zedat.fu-berlin.de>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010),
libnamespace-clean-perl (>= 0.19),
libcgi-simple-perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-cookie-splitter-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcgi-cookie-splitter-perl.git
Homepage: https://metacpan.org/release/CGI-Cookie-Splitter
Package: libcgi-cookie-splitter-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libnamespace-clean-perl (>= 0.19),
libcgi-simple-perl
Description: 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.
|