depends on if you are in cookie mode or not.
in cookie mode it updates the cookie to not have an authentication cookie.
in cookieleess mode it redirects to the login without the url token.
going back in history in this case might resurrect the login token as
its in the url (it still has an expiration, so its not good forever).
-- bruce (sqlwork.com)
> Hi,
> I asked this before but not reply, also I asked this in the asp.netSecurtiy
[quoted text clipped - 10 lines]
>
> Thank you.
IfThenElse - 10 Oct 2007 02:38 GMT
Bruce,
that is my problem the token is resurrected.
How do I make sure it is completely dead and no chance to resurrection???
Thank you,
> depends on if you are in cookie mode or not.
>
[quoted text clipped - 21 lines]
>>
>> Thank you.