Ask a Question related to ASP.NET Security, Design and Development.
-
Senthil Kumar #1
FormsAuthenticationTicket timeout
Hi,
What is the difference between the timeout parameter in
FormsAuthenticationTicket constructor
and
timeout attribute in the authentication element of
web.config file
<authentication mode="Forms">
<forms loginUrl="Authentication/AdminLogin.aspx"
protection="All" timeout="1" name="VSEC">
</forms>
</authentication>
When is the web.config is used?
Thanks for your help,
Senthil
Senthil Kumar Guest
-
WebService ignoring timeout properties? (Server was unable to process request. --> Timeout exired)
Hi! I have a webservice serving the latest orders from a webshop. The customer uses a forms app client to fetch these orders and push them into... -
FormsAuthenticationTicket does not return userdata
Hello, I am trying to get FormAuthentication working, but the FormsAuthenticationTicket does not return the UserData. Does any one have any... -
FormsAuthenticationTicket UserData bug in framework 1.1, how to report it?
Seems pretty incredible a simple "how to report a bug" isn't available at all on Microsoft.com !! How the hell can we report a bug when we find one?... -
FormsAuthenticationTicket
I've followed the suggestions in MSDN > MSDN Library > .NET Developpment > .NET Securuty > Bulding Secura ASP.BET application article but the cookie... -
UserData size limit in a FormsAuthenticationTicket
Is there a size limit to the userData in a FormsAuthenticationTicket ? I'm asking this because when I try to encrypt the FormsAuthenticationTicket...



Reply With Quote

