age-
=> From: Brandon McCaig [mailto:bamcc...@gmail.com]
=> Sent: 15 July 2010 16:18
=> To: Jeff Pang
=> Cc: Mimi Cafe; beginners@perl.org
=> Subject: Re: Track user login status
=>
=> On Sat, Jul 10, 2010 at 11:13 PM, Jeff Pang
=> wrote:
=> > Session or Cookie
On Sat, Jul 10, 2010 at 11:13 PM, Jeff Pang wrote:
> Session or Cookie is a general way for this purpose.
> Are you programming under mod_perl?
> Even under mod_perl CGI::Session is better than Apache::Session from my
> experience.
> Or you could try CGI::Cookie instead.
Though a cookie is only
Yep, I am using mod_perl. I have had a quick look at CGI::Session and it
appears to be the right way forward. Will try it.
Regards
=> Session or Cookie is a general way for this purpose.
=> Are you programming under mod_perl?
=> Even under mod_perl CGI::Session is better than
=> Apache::Session
-Original-Nachricht-
> Subject: Track user login status
> Date: Sun, 11 Jul 2010 03:33:27 +0200
> From: Mimi Cafe
> To:
>
> I am using Apache::Session to manage my cgi sessions, so to achieve
> this, I am thinking of sending a token with each page to the u
My application has certain restriction so only users you are logged in
should have access to. I want to present a login form to users who are not
logged on. Once they have logged in they should only see 'log out' instead.
I am using Apache::Session to manage my cgi sessions, so to achieve thi