What is the Intended Usage of the ASP.NET Session?
- by DaveDev
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?