What is the Intended Usage of the ASP.NET Session?
Posted
by DaveDev
on Stack Overflow
See other posts from Stack Overflow
or by DaveDev
Published on 2010-04-26T22:51:18Z
Indexed on
2010/04/26
22:53 UTC
Read the original article
Hit count: 259
In an ASP.NET application you can store pretty much anything in the Session as long as you can handle the cost. What is the intended usage and what is most frowned upon when using the Session to store data?
© Stack Overflow or respective owner