473,386 Members | 1,699 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

ASP Session size limit 80ko ?

Does someone know why Microsoft advises not to exceed 80ko per user for the
asp sessions when they are stored in a SQL SERVER
Dec 9 '06 #1
2 4700
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

Dec 10 '06 #2
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" <ab***@frontbridge.coma écrit dans le message de
news: e9**************************@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


Dec 10 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Timin Uram | last post by:
Hey! Is there some sort of limit on how much one could store in a session as far as amount of data? Is it advisable to store a LOT of data in the session when a user logs in to save queries to...
1
by: Jawahar Rajan | last post by:
All, I know that using Session.Contents is frowned upon by some. But I feel I am in situation where I cannot avoid it. I think it is better than using a QueryString. Is there a length on the...
7
by: Adam Short | last post by:
I'm having all sorts of problems with Sessions, I've been using them for years with out a hitch, all of a sudden the last 6 - 12 months since getting our new Win2003 server it's all gone shakey!!!...
4
by: John Kandell | last post by:
Hi, I posted this in the asp.net group, but didn't get a response. Maybe someone here can help me with this... --- Would someone be able to shed some light on what is the cost of saving a...
0
by: nbdy9(nospam) | last post by:
I have a ASP.Net website (mobile). From time to time the browser popup the following message. Anyway to catch the error and redirect to my start page? saying, login.aspx? Thanks. ...
5
by: Mike | last post by:
I have the need to keep a substantial amount of session state, but I do not have the option of using the HttpSessionState object. My current scheme for dealing with this is to convert all the...
0
by: JJ | last post by:
I have an asp.net 1.1 app I wrote using the Mobile Controls. I changed the timeout attribute in sessionState in web.config from the default of 20 to 1440: <sessionState mode="InProc"...
6
by: Barkster | last post by:
I'm wanting to store about 6 fields one of which could have about 1600 characters in a session variables for submitting data to the database. I'm trying to elimate partial records being inserted...
5
by: =?Utf-8?B?QmlsbHkgWmhhbmc=?= | last post by:
Hi All, I am using asp.net session state service to store session. The concurrent online user will be almost 2000. Could asp.net session state service afford this? Is there any limitation...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.