asp.net 中 iframe 加载页面 session 丢失问题 会丢失session 中的值,请问这个问题怎么解决
ClientScript.RegisterStartupScript(this.GetType(), "", "alert('还没有登录,请先登录!');parent.window.location.href('../Login.aspx');", true);
或者
parent.location.href
parent.parent.location.href 就是找到你的元素,你去试下
兄弟 不是登录 是session丢失的问题
那就在看看你的session里面是否存好值了
你描述的操作和解雇偶没有必然的联系,而且正常情况下是不应该发生的,是每次都会发生吗?那就检查一下是否iframe页里是不是有清session的语句,你说的信息不够,没法定症