Authentication cookies seem to timeout after a short period of time (a day or so). I am using Forms Authentication and have the timeout=\"10080\" with slidingExpiration=\"false\" in the web.config. Wi
I\'ve got a site that uses Forms Authentication (with a custom membership provider, but that\'s not important right now). In the secure part of the website, the customer can purchase goods and pay for
I have some code that is accessing Membership.GetUser() to get the current logged in user. This works fine until I try to access it immediately after logging in with FormsAuth.SignIn(userName, false)
I have website that is ASP.NET with Forms Authentication, clicking the logout button does correctly call FormsAuthenication.SignOut() so it invalidates the cookie.
I have a website, with basic Forms Authentication working alright. Users have emails that contain links to my site, with a querystring variable. Users are prompted to login correctly, but using
Using the default ASP.NET MVC template, I cannot figure out how to increase the FormsAuthentication timeout.It seems to always use 30 minutes.
I use a ASP.Net login control in a straightforward manor however I have spotted that the ASPXAUTH cookie has an expiry date of {01/01/0001 00:00:00}.Should this not get to something to prevent hacker
I try to use ASP.Net\'s MembershipProvider to give access only to certain users. This is backed up by an ADAM instance.
How to restore the value of a string after using FormsAuthentication.HashPasswordForStoringInConfigFile()
I have a WSS 3.0 site with FBA and a custom user management web part. To track user email address, I have been using the Email property of the MembershipUser object. I just realized today that if you