On Fri, 02 Aug 2002 23:56:18 +0900
Tatsuhiko Miyagawa <[EMAIL PROTECTED]> wrote:

> Apache::SessionManager has once been discussed here.
> AFAIK it's not on CPAN though ..
> http://mathforum.org/epigone/modperl/clarcloigol
> 

Hi Tatsuhiko,
I'am in modperl list from beginnig of 2001.
The thread you've linked me is out of date (October 2000!).

Moreover in CPAN there is no module with the same name.
Simply I've not found it and I've chose this name!

Yes, there is a conflictual namespacing but the two modules make _two_
different things!

- Apache::SessionManager that I propose is a wrapper around the 
  Apache::Session persistence framework for session data.
  My module use pnotes()to pass arbitrarly data across handlers
  and has a expiration session mechanism.
  I make this for transparent session management while write my modules
  using Apache::Session.

- After some search I've found the other (I think) module on sourceforge but 
  last update is out of date (2000-10-29 16:00)!
  After some analisys I've seen that the other module hasn't support
  for persistence data and has own ID generation algorythm. There is no
  glue with Apache::Session.
  This store only session value into notes().

Bye

        - Enrico



=================================
Enrico Sorcinelli - Gruppo E-Comm 
Italia On Line S.p.a.
Via Malagoli, 12 - 56124 Pisa
Tel. +39 050 944303
E-Mail: [EMAIL PROTECTED]
================================

Reply via email to