Ask a Question related to ASP.NET Security, Design and Development.
-
Simon Laroche #1
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
it returns a null but only when the userData is pretty large (about 3000 characters)
thanks,
Simon
Simon Laroche Guest
-
Form size limit?
I'm working on a flash form in CF8 and I have hit some sort of limit. There's a point where my form gets cut off and nothing below is displayed. ... -
CF7 PDF Size Limit
Is there a maximum size to a file that can be converted to PDF using CFDOCUMENT in CF7? We are trying to convert a 25 Mb HTML file, but the... -
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?... -
255 limit of field size
hi there I'm creating a database site and using access. I've created a number of fields i.e date, time, description, cost The only problem is... -
Hernan de Lahitte #2
Re: UserData size limit in a FormsAuthenticationTicket
Actually, there is a limit of 4KB that is dictated by the max. cookie size.
However, your userdata should be smaller than this limit because of the
additional info that adds the forms auth. ticket and specially if it's
encrypted.
--
Hernan de Lahitte
Lagash Systems S.A.
[url]http://www.lagash.com[/url]
"Simon Laroche" <slaroche@pcms.com> wrote in message
news:237e671.0402030823.7ada7952@posting.google.co m...FormsAuthenticationTicket> Is there a size limit to the userData in a FormsAuthenticationTicket ?
>
> I'm asking this because when I try to encrypt thecharacters)> it returns a null but only when the userData is pretty large (about 3000>
>
> thanks,
>
>
> Simon
Hernan de Lahitte Guest



Reply With Quote

