Ask a Question related to ASP.NET Security, Design and Development.
-
KaaN #1
forms auth + single pc + mult. user
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
KaaN Guest
-
Forms Auth Info passed to Windows Auth?
The requirement is to build an ASP.Net intranet application, so external users can log in to the main web portal via forms authentication, using... -
Single external signon with Integrated Auth apps and regular webs
Hi, Well, after reading all of the posts in here, I'm still not quite sure if what I would like is possible. Here's my scenario: IIS5 (or 6 if... -
FORMS AUTH HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I'm using forms Auth! Why am i getting the error:-I HAVE DONE EVRYTHING NEEDED! Error authenticating. Error obtaining group names. The specified... -
Forms Auth. What do you think?
Hi guys, I am new to forms Authetication and wish to do the following.. A bit like the Dreamweaver Authentication tool... 1. Authenticate my... -
Configuring Windows Auth & Forms Auth in Asp.Net
Configuring Windows Auth & Forms Auth in Asp.Ne Hi, I've configured a web app to use windows authentication and also set up two separate...



Reply With Quote

