Am Thursday, 03. July 2003 22:37, schrieb Robert Ferney: > I'm working on several web applications and I would like to be able to > slap into my web apps a module to handle the management of the users. > IE: I'm lazy and time constrained don't want to have to write more of > this than I have to. > > I've seen a couple 'Session' modules on CPAN, however, I would like some > feedback as to what works, and what is good..
You can use straight Apache::Session and it's support modules, then you're doing session management outside of AxKit/XSP. You can use AxKit::XSP::BasicSession (or whatever it is called) for simple session management, but no auth, AFAIK. Finally, you can use Apache::AxKit::Plugin::Session, which tends to be a bit confusing for first-time users (as you already have experienced, sorry for that), but allows you to do everything Apache::Session does, plus everything else under the sun. (Yes, even check if the user is allowed to cook coffee :-) I will try to help you with any issues, but sometimes it might take a week before I have time to read the mailing list. Sorry :-) -- CU Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
