ANNOUNCE: CGI::Session::ExpireSessions V 1.06

ANNOUNCE: CGI::Session::ExpireSessions V 1.06

am 05.04.2006 01:06:26 von Ron Savage

The pure Perl module CGI::Session::ExpireSessions V 1.06
is available immediately from CPAN,
and from http://savage.net.au/Perl-modules.html.

On-line docs, and a *.ppd for ActivePerl are also
available from the latter site.

An extract from the docs:

1.06 Tue Apr 4 10:04:00 2006
- Add binmode after open in sub expire_file_sessions
- Change "eval $session[0]" into "eval join('', @session)" to handle session
data containing \n
- Add a new test, t/new-line.t, to test session data containing \n
- The problem with session data containing \n characters was reported via RT by
m-uchino at yetipapa.com