forms-authentication
asp.net forms authentication showing same LastActivityDate for all users
I\'m not sure why this is happening, but the last activity date for all my users is showing the same. I thought it was the way I was pulling the data f开发者_开发问答rom the database, but I checked my[详细]
2023-04-09 23:14 分类:问答ASP.NET Forms Authentication Cookie and Sessions for additional data
Application Background Security: The applications are all hosted on a private extranet (and / or a local intranet - depending on the installation instance).So while security is important, it\'s not as[详细]
2023-04-09 14:02 分类:问答How to handle exception due to expired authentication ticket using UpdatePanel?
I am pretty sure the reason of the error is because the forms authentication \"ticket\" has expired. When the users have not done any pagerequest for the last 20 minutes and click on any of GridView l[详细]
2023-04-09 13:21 分类:问答How to implement cookies less form authentication when we create our own cookie
I am implementing the forms authentication like (I need to create the ticketbased some some conditions not from active directory or from database)[详细]
2023-04-09 09:19 分类:问答How can I handle forms authentication timeout exceptions in ASP.NET?
If the session has expired and the user clicks on a link to another webform, the asp.net authentication automatically redirect the user to the login page.[详细]
2023-04-09 06:20 分类:问答Forms Authentication expiration + Silverlight
I\'ve got a Silverlight application, on which the server-side uses an authentication mode of type \"Forms\". This a开发者_运维知识库uthentication expires after some time, which is the behavior we want[详细]
2023-04-09 02:52 分类:问答FormsAuthentication with enabled slidingExpiration is not returning a cookie in each request.
I have a web application with FormsAuthentication and with slidingExpiration=\"true\" in my web.config is not returning a cookie in each request, but when I see the HTTP transactions, 开发者_运维知识库[详细]
2023-04-08 23:00 分类:问答How to force ASP.NET forms authentication to use absolute URL for ReturnUrl parameter?
When you use ASP.N开发者_如何学编程ET forms authentication, and you want to surf to a secure page like securepage.aspx, you would be redirected to this URL:[详细]
2023-04-08 20:03 分类:问答How to change the name of "ReturnUrl" query string key in ASP.NET's forms authentication?
When you use ASP.NET\'s Form Authentication, a query string key would be passed to login开发者_Python百科 page, which is named \"ReturnUrl\".[详细]
2023-04-08 19:01 分类:问答FormsAuthentication working in every browser except for IE
This certainly is a strange one... I have an ASP.net 4.0, C# website that has a login page using FormsAuthentication to handle user access.There\'s also code throughout the site that boots the user b[详细]
2023-04-08 13:38 分类:问答