关于会议遗嘱 [英] regarding session mangament

查看:108
本文介绍了关于会议遗嘱的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在登录页面中,我创建一个会话,在目标页面中我获得的会话值正在localhost中工作,但是当我上传到服务器会话时没有创建,我无法在目标页面中获取会话。如果有人PLZ帮助我....提前感谢。

In login page i create a session and in target page i am getting session value it is working in localhost but when i upload into server session is not created and i am not able to get session in target page. if anyone plz help me ....thanks in advance.

推荐答案

尝试在谷歌搜索有很多关于会话管理的链接.. :)) >


了解会话管理技术ASP.NET [ ^ ]



ASP .NET - 管理状态 [ ^ ]
try to search in google there are so many links about session management .. :)

Understanding Session Management Techniques in ASP.NET[^]

ASP.NET - Managing State[^]


你可以在web.config中检查下面的代码



< sessionstate mode =InProc>



然后是否启用IIS Sever Sessionstate。会话应该启用,否则它将无法工作。



问候,

Rathimaran.R
Can you check below code in the web.config

<sessionstate mode="InProc">

Then whether IIS Sever Sessionstate are enabled or not.both side the session should be enable,otherwise it will not work.

Regards,
Rathimaran.R


推荐这个网站



< a href =http://www.codeproject.com/Articles/416137/Understanding-Session-Management-Techniques-in-ASP>了解ASP.NET中的会话管理技术 [ ^ ]



http://www.tutorialspoint.com/asp.net/asp .net_managing_state.htm [ ^ ]



http://asp.net-tutorials .com / state / sessions / [ ^ ]
refer this sites

Understanding Session Management Techniques in ASP.NET[^]

http://www.tutorialspoint.com/asp.net/asp.net_managing_state.htm[^]

http://asp.net-tutorials.com/state/sessions/[^]


这篇关于关于会议遗嘱的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆