INSTALLATION
1) Run the SQL Query in "ASPSessionState.sql" on the database which will hold the temporary Session information.
2) Copy the .asp and .aspx.* (SessionTransfer.aspx and SessionTransfer.aspx.cs) files to a folder on your website.
3) Update connection object information in the "SessionTransfer.asp" and "SessionTransfer.aspx.cs" files. It is located in three places in each file (sorry about not consolidating the connection info).
4) Compile the aspx files.
5) The .asp and .aspx.* files must all reside in the same folder to work.
USAGE
For use in a Hyperlink (Anchor Tag) or a Response.Redirect, set the destination URL to be one of the following
:
FROM a ASP "Classic" page
SessionTransfer.asp?dir=2aspx&url=
FROM an ASP.NET page
SessionTransfer.aspx?dir=2asp&url=
The code will transfer the Session information and Redirect the user to the url specified by or .