Make use of ASPState to store session state
Hi all,
I am using ASP as my development project, however, I know that in ASP.NET, Session state can be store in SQL server ASPState database.
I would like to ask how can I make use of the ASPState database to store the Session state in ASP (I must use ASP rather than ASP.NET....) ?
I have already study the structure of tables and store procedure in ASPState, but I don't know how to call the store procedure to get and set the session state to SQL Server.
Any documentation or web site I can reference to ?
Many Thanks
|