This ASP.NET tutorial explains how to use session state in ASP.NET using VB.NET.
Software developer can interact with session state using the System.Web.SessionState.HttpSessionState class, which is provided in an ASP.NET web page as the built-in Session object. Items can be added to the collection and retrieved after in the same manner as items [...]