J
John A Grandy
for the code-behind a WebForm, it's easy to use ASP.NET session state --
just refer to the built-in Session object ...
but how to write code elsewhere that utilizes this same object ?
within a WebForm, Session is an instance of the class
System.Web.SessionState.HTTPSessionState ....
but how to refer to this same object outside of a WebForm's code-behind ?
just refer to the built-in Session object ...
but how to write code elsewhere that utilizes this same object ?
within a WebForm, Session is an instance of the class
System.Web.SessionState.HTTPSessionState ....
but how to refer to this same object outside of a WebForm's code-behind ?