silverlight 表单身份验证心跳
我有一个受表单身份验证保护的 silverlight 应用程序。我希望只要 silverlight 应用程序启动,表单身份验证就保持活动状态。
我创建了 silverlight 调用的心跳 web.service。在网络方法中我设置了一个会话变量。
但是,我仍然在表单身份验证启动时遇到问题。
知道可能是什么原因造成的,以及保持表单身份验证活动的最佳方案是什么吗?
I have a silverlight application protected by forms authentication. I want the forms authentication to stay alive as long as the silverlight application is up.
I created a heartbeat web.service that silverlight calls. In the web motheod I set a session variable.
However I am still having trouble with the forms authentication kicking in.
Any idea what might be causing it and what the best proactice for keeping forms authentication alive is?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信你可以打开滑动过期。
http://msdn.microsoft.com/en -us/library/system.web.security.formsauthentication.slidingexpiration.aspx
I believe you can turn on sliding expiration.
http://msdn.microsoft.com/en-us/library/system.web.security.formsauthentication.slidingexpiration.aspx