On Wed, Jul 2, 2008 at 3:18 PM, tmpusr889 <[EMAIL PROTECTED]> wrote: > A cookie would certainly work, but I was trying to find something simpler. I > don't know much about URL tokens. How would something like that work?
Redirect them to a URL with ?auth=x in it. Check the token with an access or authz handler. - Perrin