简体   繁体   English

从内容页面移至另一个页面时如何清除会话?

[英]how can clear session when i move from a content page to another one?

我有一个site.master,其中有两个内容页面。其中一个内容页面具有会话。当我转移到其他内容页面时,我想要一个用于清晰会话的代码,我该如何使用C#代码在asp.net中做到这一点?

清除整个会议很简单:

Session.Clear();

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 离开一页时如何清除会话 - How to clear Session when navigating away from one page 如何以编程方式从datagridview中的一个单元移动到另一个? - How can I programmatically move from one cell in a datagridview to another? 如何从一种方法到另一种方法获取会话的价值? - How can I get the value of a session from one method to another? Xamarin Forms:如何将媒体文件从内容页面(弹出)传递到另一个内容页面 - Xamarin Forms: How Can i Pass Media File From a content page (popup) to another content page 如何重定向到另一个页面并移动内容 - how to redirect to another page and move the content 如何在 Unity 中自然地将车辆从一个坐标移动到另一个坐标? - How can I move a vehicle in Unity naturally from one coordinate to another? 如何在ASP MVC 4中将项目从一个列表框移动到另一个列表框? - How can i move items from one Listbox to another in ASP MVC 4? 如何将一名球员转移到另一支球队? - How can i move one player to another team? 子实体如何从一个父实体转移到另一父实体? - How can a child entity move from one parent to another? 将会话变量从一页传递到另一页 - Passing session variable from one page to another
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM