[expert] CGI session management.

2002-12-11 Thread Franki
Hi Guys, I have to setup an online database of our clients details so they can log in and see all their latest transactions and stuff... I have written most of the app already using perl with CGI::Application and HTML::Template (and of course DBI..) However, one thing concerns me.. session mana

RE: [expert] CGI session management.

2002-12-17 Thread Franki
3 AM To: [EMAIL PROTECTED] Subject: Re: [expert] CGI session management. Franki wrote: > Hi Guys, > > I have to setup an online database of our clients details so they can log in > and see all their latest transactions and stuff... > > > I have written most of the app alrea

Re: [expert] CGI session management.

2002-12-17 Thread Mark Weaver
Franki wrote: Hi Guys, I have to setup an online database of our clients details so they can log in and see all their latest transactions and stuff... I have written most of the app already using perl with CGI::Application and HTML::Template (and of course DBI..) However, one thing concerns me

Re: [expert] CGI session management.

2002-12-18 Thread Mark D. Weaver
Franki wrote: I ended up using CGI::Session.. The access is all via 128 Verisign cert.. so no probs there.. CGI::Session also has an "ip check" feature you can turn on to make sure a login ID has the same IP each time. It also allows me to "expire" a session if its not been used for 15 minutes..