ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
398 B
Text
8 lines
398 B
Text
RFC 2109 recommends that the minimal cookie size supported by the client is
|
|
4096 bytes. This has become a pretty standard value, and if your server sends
|
|
larger cookies than that it's considered a no-no.
|
|
|
|
This module provides a pretty simple interface to generate small cookies that
|
|
are under a certain limit, without wasting too much effort.
|
|
|
|
WWW: https://metacpan.org/release/CGI-Cookie-Splitter
|