使用 STS 的声明在 ASP.NET Web 应用程序中滑动过期
两个问题:
1) 使用 STS 获取声明时,如何/在哪里设置 Web 应用程序中会话 cookie 的生命周期?据我所知,我似乎只能在 ServiceConfigurationCreated 事件中以编程方式执行此操作。
2)如何/在哪里可以确保到期日正在滑动?
Two questions:
1) How/where do I set the lifetime of the session cookie in my web application when using an STS to get claims? From what I can tell, it seems I can only do this programmatically in the ServiceConfigurationCreated event.
2) How/where can I make sure that the expiration is sliding?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
StsDude,我在这里问了你的问题:如何使安全令牌在被动 STS 设置中自动过期?
可以在此处找到答案的代码示例:http://social.msdn.microsoft.com/Forums/en/Geneva/thread/a048694c-3548- 4b4d-9bb3-0589c888fd02
StsDude, I asked your question here: How can I make a security token automatically expire in a passive STS setup?
A code sample for the answer may be found here: http://social.msdn.microsoft.com/Forums/en/Geneva/thread/a048694c-3548-4b4d-9bb3-0589c888fd02