这样就可以了,比如登录成功就设置Session Session("Name")="Mango" 然后在需要判断登录与否的页面判断一下 If Session("Name") = "Mango" Then 可以操作 Else 不可以操作