On Thu, 19 Dec 2002, Franki wrote: > > > I tried to setup cgiapp_prerun so that if the user isn't about to see the > login page, or they are not already logged in.. > they get sent to the login mode...
If you want a real-live code example of handing this problem space, you can look at Cascade: http://summersault.com/software/cascade/ I wrote ite before the "prerun" method existed, so I handle this in "setup" instead. I used a homegrown authentication and session system. I'm about to evaluate CGI::Session to see if it may be interesting to try in the future. -mark http://mark.stosberg.com/ --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
