formsauthenticationticket
Maximum Length of FormsAuthenticationTicket.UserData Property
I am implementing a Custom Identity class for an ASP.Net 4.0 site with Forms Authentication based on this tutorial:[详细]
2023-04-03 05:29 分类:问答Prevent a page or handler from updating the FormsAuthentication ticket
I have several apps on a single domain that share the formsauthentication ticket for single sing-on. We also have javascript on each page that will warn the user 2 minutes prior to his session expirat[详细]
2023-03-21 22:48 分类:问答Roles authentication is not working in asp.net
I am using the code belowto access a page base based upon user authentication if (user.FirstOrDefault() == HashedPassword)[详细]
2023-03-08 15:14 分类:问答New session cookie issued halfway through FormsAuthenticationTicket timeout
I am using Forms authentication in my asp.net 4.0 application (upgraded from .NET 1.1). I explicitly create the FormsAuthenticationTicket object, then encrypt it (using a开发者_如何学编程 FormsAuthent[详细]
2023-02-24 00:25 分类:问答Passing a cookie to a wcf service
I have a bunch of wcf webhttp (rest) services that expect an auth cookie. Question is - How do I pass the formsauth ticket to the wcf service? Flowing authentication works for get requests through the[详细]
2023-02-22 02:50 分类:问答FormsAuthenticationTicket.expiration v web.config value timeout
This is an MVC2 website, I am having a problem with a FormsAuthentication ticket. A user timeouts after 30 minutes cannot re-login.开发者_运维技巧 During testing, the DateTime.Now.AddMinutes(30) value[详细]
2023-02-14 15:33 分类:问答View model for custom Userdata on the Layout page
My user is Authenticated but has extra information stored in a FormsAuthenticationTicket then a cookie.[详细]
2023-02-10 01:28 分类:问答Can a FormsAuthenticationTicket survive an app pool recycle?
I am looking for a solution where we can make a FormsAuthenticationTicket (and corresponding cookie) with a very long expiration p开发者_开发知识库eriod. This is possible by setting a high value or us[详细]
2023-01-15 05:47 分类:问答Swing data binding frameworks
Almost the same question has been asked a year ago, but the there has been some new development in this area.[详细]
2022-12-22 11:10 分类:问答