hi,

i am using forms authentication. when i use persistent cookie as

FormsAuthentication.RedirectFromLoginPage(id, true);

and two users login to the application using different browser
windows, both browser windows use the identity of the last logged in
user.

when i turn off the persistent cookie it is ok. each browser uses its
own identity.

my question is, seems there likely to be a mistake or it is ok? can i
solve this problem using persistent cookie?

KaaN