session失效跳转frameset解决方案
解决方法是:可以在登录页面中加入以下js代码。 Java代码 if (top.location != self.location){ top.location=self.location; }