ASP.NET Session size limitation
Posted
by eugeneK
on Stack Overflow
See other posts from Stack Overflow
or by eugeneK
Published on 2010-05-16T09:48:52Z
Indexed on
2010/05/16
9:50 UTC
Read the original article
Hit count: 242
Is there some kind of Session size limitation or advisable value to not to surpass ? In my web application i create few DataTables to store user selections which are stored in session until user approves selections so i add those values to database. problem is i don't know whether session is reliable enough to keep few objects in or not ?
thanks
© Stack Overflow or respective owner