I want to implement very simple scheme: if user is not loged in, every page on site contains login form, if user is logged in, there is "hello, $user" message and logout button.
session context "authentication" is only available if pipeline is within auth-protect acition, but not in auth-loggedIn action. How should I pass auth ID to XSLT stylesheet that forms page? The only way I've found is to manually encode it in URL and using different map:matches to tell logged access from nonloged. Is there better way ? Are there better authentication techniques, other then actions and flowscripts ? -- qMax --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
