ASP.NET Session size limitation
- by eugeneK
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