|
Dopo un po' di test ecco la release (che ora uso in produzione) compatibile
con entrambe le generazioni 1.x e 2.x di mod_perl.
Apache::SessionManager è un modulo mod_perl che aiuta la gestione delle
sessioni di una web application.
Questo modulo è un wrapper attorno al framework Apache::Session per
la memorizzazione persistente di dati arbitrari su differenti datastore.
Apache::SessionManager crea un oggetto sessione e lo rende disponibile
(in maniera trasparente) a tutti gli altri handler e/o script Apache::Registry e
Apache::PerlRun
Changes from previous version
-----------------------------
+ Added mod_perl 2 and mod_perl 1 full compatibility
+ Added OO interface
+ Added new cookpod sections:
- "Using Apache::SessionManager without root privileges"
- "Using Apache::SessionManager with Apache::DBI"
- "Expiration policies on the client side"
+ Added t/lib/PerlEnvOO.pm simple mod_perl handler to test OO interface
! Updated Makefile.PL in order to:
- accept command line switch '-n' which
doesn't ask at prompt and doesn't run live Apache tests. This is to pack
easier this package for Debian (suggested by Krzysztof Krzyzaniak
)
- check correctly environment: mod_perl generation
anded test suite. Added messages before configuring tests
- added httpd.conf extra lines for testing with Apache::DBI
! Bug fix: SessionManagerExpire: '0' => (none|no|disabled) value means no
expiration time
! Moved tests to run only under Apache::testold mod_perl 1 test suite
! Ported t/lib/*.pm sample modules to work either with mod_perl 1.0 and 2.0
! Updated PODS
Inviato da bepi il 02.12.03 11:13
Ti è piaciuto questo articolo? Iscriviti al feed!
|