Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

session object maximum size

106 views
Skip to first unread message

Kwon Hyuk-Min

unread,
Oct 24, 2002, 4:55:33 AM10/24/02
to
Hi!

I have a question.
We use session object to save private information in asp.net.

What's the maximum size of session object?
No limit?

Thanks in advance.
kwon.

Jim Ross [MVP]

unread,
Oct 24, 2002, 10:50:42 AM10/24/02
to
I am not aware of any inherent limit on the size, but obviously the
amount of memory on the server would come into play here.

How large is the information you are planning to store there?


hmk...@tysystems.com (Kwon Hyuk-Min) wrote:

Jim Ross
MS MVP [ASP.NET][VC/MFC emeritus]

To send email, change 'lotsofspamthroughhere' to 'msn' but please ask all questions in the newsgroups, not via private mail

Patrick Y. Ng (ms)

unread,
Oct 24, 2002, 6:16:49 PM10/24/02
to
InProc mode: limit = virtual memory limit
StateServer mode: limit = virtual memory limit of the machine which runs
state server
SQLServer mode: limit = diskspace on SQL server.

--
Patrick Y. Ng
(ASP.NET Team)
This posting is provided "AS IS" with no warranties, and confers no rights.

"Kwon Hyuk-Min" <hmk...@tysystems.com> wrote in message
news:910357a2.02102...@posting.google.com...

0 new messages