Bill, yes I have. But that really doesn't answer my question. I could be any module that I am trying to transfer control to.
Brad > On Dec 19, 2005, at 9:21 PM, [EMAIL PROTECTED] wrote: > >> Typical scenario: The user is initially directed to Login.pm. After >> successfully logging in, a home screen is output. From there they can >> fire >> user.cgi and User.pm. Of course, I want to check their log-in status at >> the start of the User app, so I check the session. If they timed out, I >> want to direct them back to Login.pm. >> >> How do I do that and keep some object in tact? > > Have you looked at: > > CGI::Application::Plugin::Authentication; > > It will help maintain "state" between timeouts. > > Kindest Regards, > > -- > Bill > > > --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
