ASP和ASP.Net 页面间怎么相互传递Session变量啊
ASP和ASP.Net 页面间怎么相互传递Session变量啊 问题点数:40、回复次数:2Top
1 楼saucer(思归)回复于 2004-08-01 04:56:12 得分 20
they don't share session states, try other means like cookies or database or even persist the value to the page in hidden form controls
but if you insist and you want to write your own session statement, see
How to Share Session State Between Classic ASP and ASP.NET
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/converttoaspnet.aspTop
2 楼bestfuture(美好未来.NET(CRM))回复于 2004-08-01 06:48:16 得分 20
你可以传一个特定的值。如在asp判断如果session不为空,则<a href="XX.aspx?aa=kkk">jjjj</a>。在asp.net里接受值值再判断。然后再重新给session赋值。Top




