I've been meaning to ask about this since I read Jesse's article on 'perl.com'. In the article Jesse mentioned his preference for controlling login security and sessions at a layer outside of CGI.
I like this idea, because life is complicated enough with having to deal with these things. But it seems like your CGI-App or at least your template has to have some idea of security, because if a user does not have permission to 'add_widget', I don't want to even show her the link on the nav bar. In other words, the template must have some idea of what options that user has available. How have people dealt with this? regards, Brian --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
