本文介绍了asp.net用户控制不释放客户端上的会话....的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个vb.net web应用程序,其中经典的asp和.net共存。我在asp中设置会话然后设置cookie,因此.net部分在加载时将创建基于cookie的会话。它在我设置时有效,但是当我尝试删除会话时,标头
用户控件不会释放会话变量。

I have a vb.net web application where classic asp and .net co-exist. I set sessions in asp and then set cookies so the .net sections when loaded will create sessions based off of the cookies. It work when I set but when I try to remove the sessions the header user control does not release the session variables.

任何有关此内容的见解都会有所帮助。

any insight on this would be helpful.

GI

推荐答案


这篇关于asp.net用户控制不释放客户端上的会话....的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 07:27
查看更多