asp.net和asp如何通用一个Session

源代码在线查看: install.txt

软件大小: 5 K
上传用户: zhangpeng
关键词: asp Session net
下载地址: 免注册下载 普通下载 VIP

相关代码

				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 .			

相关资源