CGI::Session 2.0 is available.

If it is still not available in your CPAN mirror, get it from
http://modules.ultracgis.com/dist/CGI-Session-2.0.tar.gz

Documentation:
http://modules.ultracgis.com/CGI/Session.html

.::What's new?::.

Previous version of CGI::Session used to depend on Apache::Session
to manipulate the session data, and was just a front-end to it.
This release of CGI::Session is independant of Apache::Session,
and does not have any dependancies except Perl 5.003 or higher.

Sessoin data is serialized with standard Perl module Data::Dumper
before being stored.

Several new methods added: atime() - last accessed time,
ctime() - session created time and expires() - the date when the
session should be expired.

As of version 2.0 CGI::Session comes with three drivers, 
CGI::Session::File,
CGI::Session::DB_File and CGI::Session::MySQL. And it also allows
developers to write their own drivers by using the CGI::Session as
a base class. (more information about his can be found in the library
manual)


--
Sherzod B. Ruzmetov <[EMAIL PROTECTED]>


+------ UltraCgis:
| There is nothing wrong  with your tools.
  We just make better ones                 |
                                     ------+


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@lists.vm.com/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to