I have an application that requires a configuration to be done before some pages can be displayed. I have a hook in my code to divert to the configuration if it hasn't occurred for the active session (I keep a session ID). However, I'm having a hard time conceptualizing how to store the state when the configuration page is called so that when it is completed, I can go back to it. I do have a way to store server-side information, but I'm not sure how to make it fit in here. Can someone give me some hints about how such a configuration page (or login, or whatever might interupt the usual flow from one page to the next) can be done.

Thanks,
Sean


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to