Ask a Question related to ASP.NET Security, Design and Development.
-
Sivaram Manda #1
Persistent Authentication Ticket Problem
I am using Forms Authentication in my application. Once
the user is authenticated, I create an authentication
ticket with the database login information, encrypt it and
create a cookie with the same expiration as the ticket.
While creating the ticket, regardless of whether I set the
persistence to true or false, a cookie is being created in
my "documents and settings"\cookies folder.
As a result, even though persistence is false, if i close
my browser and re-open it within the expiration time, I
can retrieve the database login info. from the cookie.
Am I missing something? Please help!
Sivaram Manda Guest
-
forms authentication ticket expiration problem
I have set up forms based authentication according to the KB article (http://support.microsoft.com/kb/308157/EN-US/) using the... -
Encryption of Authentication Ticket
i have a question regarding the encryption of an Authentication Ticket under FormsAuthentication. Can anyone tell me what type of encryption is used... -
Why authentication Ticket expires
Can anybody tells if I'm doing something wrong in this code and why the user authentication ticket always expires 30 minutes later, even though I... -
Authentication ticket, cookieless, forms authentication?
Hi. I want to use Forms Authentication, cookieless. The issue is setting the Authentication Ticket without using cookies (!) That is, the... -
Custom Authentication Ticket
James, I found your C code and tutorial about this. I attempted to convert it to VB as follows but could you possibly tell me why the code segment...



Reply With Quote

