Hi Jonathan,
Thanks for your reply.
If you can identify your front-end functions, why not just rewrite
> request.{controller,function} here?
>
> if request.args(0) != session.id:
> request.controller = 'addressbook'
> request.function = 'router'
>
Because the router determines, what function to redirect to based on a
nodes account or the function which did the redirect.
I'm not following your requirement here. args(0)!=session.id is your
> condition for redirecting to the router, right?
Yes, in that case the requesting node is a different one then the node
which data are stored in session, so these have to be reset.
Kind regards,
Annet
--