> > hmmm..... let me think, I use mgd_auth_user in code_global
> > and on the main page I have acces link to secured pages.
> 
> Calling mgd_auth_midgard _only_ affects the current request. If the
> user clicks a link, that information is lost unless you used cookies
> for authentication.

I know that is lost , but I make auth in code_global, so after clicking a
link auth is made again. 



> 
> > If I do not unset user , everybody all over the world can access
> > these pages. I use unset and that's way I keep my security.
> 
> If you also want to make the midgard core 'forget' about the current
> user, use mgd_auth_midgard("", "", 1);
> 

that could be very usefull I think. Let me try.

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to