in reply to CGI Authenticaiton
if( not $foo->loggedInYouKnow ){ $foo->NiceTryNoBypassSeeLoginPage(); } else { $foo->SeeSomePage(); } [download]