Re: Login code

2009-01-08 Thread David Dorward
Brent Clark wrote: Would anyone have any example code of sessions for logins. CGI::Session has some example code: http://search.cpan.org/~markstos/CGI-Session-4.40/lib/CGI/Session.pm If you want to use the Catalyst framework, their tutorial has a section on handling logins with sessions: h

Login code

2009-01-07 Thread Brent Clark
Hiya Would anyone have any example code of sessions for logins. I basically would like to create a logon (username and password entered) page and create sessions. Maybe too time stamp the session and if time has expired then display like a expired session page. If anyone can help it would be