欢迎来到天天文库
浏览记录
ID:24295293
大小:55.50 KB
页数:4页
时间:2018-11-13
《asp与asp.net共享session》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、asp与asp.net共享session这是一个老话题了,因为最近用的到,所以没办法又到处找资料。微软的网站上提供的是用数据库实现的,总觉得太麻烦,也有说直接使用的,但我没有试成功。我认为直接使用是不可能的。还有一种方法,就是通过几个页面转换,我使用的也是这个方法,通过总结搜索到的资料,整理后编写了几个页面来转换。主要是通过隐藏的input来实现的。具体方法如下: asp转asp.页面: 用一个asp页,把session信息写到input中,提交给asp.页trans.asp<%’’----------测试数据--------session("name")="srx"ses
2、sion("id")="1"session("sex")="f"session("pass")="asdfas"session("age")="23"session("name=frmid=frmaction=""asptoaspx.aspx""method=post>")foreachIteminSession.Contents Response.>")Response..submit();</scr"+"ipt>")%>asptoaspx.aspx<%Pagelanguage="c#"%><scriptlanguage=C#runat
3、=server>privatevoidPage_Load(objectsender,System.EventArgse){Session.Timeout=60;for(inti=0;i<Request.Form.Count;i++){ Session[Request.Form.GetKey(i)]=Request.Form[i].ToString();}allsession();//输出所有的Session,使用时可ventArgse){//----------测试数据---------Session["name"]="srx";Session["sex"]="F";//---
4、-------------------------Response.name=frmid=frmaction=aspxtoasp.aspmethod=post>");foreach(objectobjinSession.Contents){ Response.e=’"+obj.ToString()+"’"); Response.e=’DestPage’"); Response.>");Response..submit();</scr"+"ipt>");}</script>aspxtoasp.asp<%fori=1toRequest.Form.Cou
5、ntSession(Request.Form.Key(i))=Request.Form(i)nextifLen(Session("DestPage"))>4then Response.Redirect(Session("DestPage"))endif’-----------------------输出所有的Session------------------------------------------------callallsession()’使用时
此文档下载收益归作者所有