ASP Session size limit 80ko ?

ASP Session size limit 80ko ?

am 09.12.2006 22:45:12 von Olivier

Does someone know why Microsoft advises not to exceed 80ko per user for the
asp sessions when they are stored in a SQL SERVER

Re: ASP Session size limit 80ko ?

am 10.12.2006 13:18:28 von abuse

Hello Olivier,

Where exactly did you read this? I would say that it is recommend to use
as less objects as possible that are larger than 83KB because these will
be created in the large object heap but this is always true and has nothing
to do with persisting the session state in a SQL Server.

Also when you serializer/deserialize large datasets for example there are
lot of short lived memory allocations which puts the .NET memory manager
under a lot of stressbut then again this is always true when serializing/deserializing
datasets whether or not they are larger than 83KB.

Can you point me to an article where you've read about not exceeding 80KB
per user for session state?

Gabriel Lozano-Morán
The .NET Aficionado
http://www.pointerx.net



> Does someone know why Microsoft advises not to exceed 80ko per user
> for the asp sessions when they are stored in a SQL SERVER
>

Re: ASP Session size limit 80ko ?

am 10.12.2006 18:45:52 von Olivier

i didn't read it. a microsoft employe told me that. but i can't ask him why
i want to store more than 80ko per user in session in a web site but i can't
if i don't understand the microsoft's advise

"Gabriel Lozano-Morán" a écrit dans le message de
news: e9b0f744221318c8ea74d0f5e8fc@news.microsoft.com...
> Hello Olivier,
>
> Where exactly did you read this? I would say that it is recommend to use
> as less objects as possible that are larger than 83KB because these will
> be created in the large object heap but this is always true and has
> nothing to do with persisting the session state in a SQL Server.
>
> Also when you serializer/deserialize large datasets for example there are
> lot of short lived memory allocations which puts the .NET memory manager
> under a lot of stressbut then again this is always true when
> serializing/deserializing datasets whether or not they are larger than
> 83KB.
>
> Can you point me to an article where you've read about not exceeding 80KB
> per user for session state?
>
> Gabriel Lozano-Morán
> The .NET Aficionado
> http://www.pointerx.net
>
>
>
>> Does someone know why Microsoft advises not to exceed 80ko per user
>> for the asp sessions when they are stored in a SQL SERVER
>>
>
>