Session management

2002-04-03 Thread Fran Fabrizio
Hello all, I'm having something of a disconnect in my brain because I've absorbed a lot of mod_perl info in a very short period of time, so bear with me. =) Last week, I figured out how to use Apache::Session::File and got it working nicely. This week, I've figured out how to use Apache::Aut

perl session management

2001-03-27 Thread tom joseph
Hello there.. Could u suggest a way to update a session variable. At present it is not possible for me to update a session variable from any other page. I thought it would be automatically updated when i do a new insertion into the session variable which in my case is a hash. Is there any other

Session management moudle suggestions?

2000-05-08 Thread Stephen Zander
I've avoided session management like the plague until now (intranets let you get away with that sort of thing :)) but rolling out web-based LDAP is forcing session management upon me. Other than Apache::Session what are my choices? How well do any of these play with templating (Embperl,

Re: perl session management

2001-03-27 Thread Brett W. McCoy
On 27 Mar 2001, tom joseph wrote: > Hello there.. > Could u suggest a way to update a session variable. > At present it is not possible for me to update a session variable from > any other page. I thought it would be automatically updated when i do a new > insertion into the session variable whi

Re: perl session management

2001-03-27 Thread Cees Hek
On 27 Mar 2001, tom joseph wrote: > Hello there.. > Could u suggest a way to update a session variable. > At present it is not possible for me to update a session variable from > any other page. I thought it would be automatically updated when i do a new > insertion into the session variable whi

RE: Session management moudle suggestions?

2000-05-08 Thread Gerald Richter
> I've avoided session management like the plague until now (intranets > let you get away with that sort of thing :)) but rolling out web-based > LDAP is forcing session management upon me. > > Other than Apache::Session what are my choices? Build your own... > How well

Re: Session management moudle suggestions?

2000-05-08 Thread John Armstrong
of them, we use them for all sorts of read only data now, not just users. Using Mason and Apache::Session has really increased our speed of development. John- At 11:41 AM -0700 5/8/00, Stephen Zander wrote: >I've avoided session management like the plague until now (intranets >let y

Re: Session management moudle suggestions?

2000-05-08 Thread Paul Lindner
On Mon, May 08, 2000 at 11:41:39AM -0700, Stephen Zander wrote: > > I've avoided session management like the plague until now (intranets > let you get away with that sort of thing :)) but rolling out web-based > LDAP is forcing session management upon me. > > Other than A

Re: Session management moudle suggestions?

2000-05-09 Thread Francesc Guasch
Stephen Zander wrote: > > I've avoided session management like the plague until now (intranets > let you get away with that sort of thing :)) but rolling out web-based > LDAP is forcing session management upon me. > > Other than Apache::Session what are my choices? How

Apache::ASP, Session Management and the Fun

2000-07-29 Thread Issam W. Alameh
Hello, I am having a lot of fun with Apache::ASP and the session management with it and I really recommend any body who hasn't used it to try it, Just for FUN. I have a question here, has any body stored sessions in mysql with Apache::ASP. what is the pros and cons of doing that and How

Re: Apache::ASP, Session Management and the Fun

2000-07-29 Thread Joshua Chamas
"Issam W. Alameh" wrote: > > Hello, > I am having a lot of fun with Apache::ASP and the session management with it > and I really recommend any body who hasn't used it to try it, Just for FUN. > > I have a question here, has any body stored sessions in mysq