I use (and wrote) AxKit::XSP::BasicSession which is just a plain-vanilla interface to Apache::Session. It's IMHO easy to install and to use, but doesn't offer much in the way of bells & whistles; if you want integrated authorization / authentication, support for URI- or cookie-based session tokens, etc, then try getting AxKit::XSP::Session working instead.
J�rg Walter's Apache::XSP::Session module is IMHO way better than my AxKit::XSP::BasicSession, but is a little difficult to get installed and configured. -- /* Michael A. Nachbaur <[EMAIL PROTECTED]> * http://nachbaur.com/pgpkey.asc */ On Monday 08 September 2003 10:51 am, Vaclav Barta wrote: > Hi, > > I've been evaluating AxKit for a toy web app, and found surprisingly little > about session management. There's Apache::AxKit::Plugin::Session, but its > Wiki page (http://axkit.org/wiki/view/AxKit/ApacheAxKitPluginSession) > states that "if using v0.93, I you'll need to patch Session.pm and Auth.pm" > according to some CPAN URL which doesn't make a lot of sense > to me... I can confirm that version 0.93 (which is what's in CPAN) indeed > does not install cleanly; I could try to debug it, but isn't there > something that works out of the box? Doesn't anybody use persistent state > with AxKit-generated pages? > > Bye > Vasek > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
