怎样将ASP.NET的session值传给ASP页面?(20分)

  • 主题发起人 主题发起人 huangheng
  • 开始时间 开始时间
H

huangheng

Unregistered / Unconfirmed
GUEST, unregistred user!
由于我在同一个项目中要提示用到aspx和asp页面,现在遇到他们之间的session如何共享的问题,请教大家怎么解决这个问题?
怎样将ASP.NET的session值传给ASP页面?
 
<%=Session[&quot;name&quot;]%>
 
alert('<%=Session[&quot;name&quot;]%>');
 

Similar threads

S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
911
SUNSTONE的Delphi笔记
S
D
回复
0
查看
837
DelphiTeacher的专栏
D
后退
顶部