document.location 跳转后无法取得session?该怎么处理

   阅读
document.location 跳转后无法取得session???
从A页面用
document.location = "task/task_resolve_list.jsp"
跳到task_resolve_list.jsp后 session丢失。。。求解,求真相。。。

------解决方案--------------------
不可能吧,你把你的相关源码发出来看看呢
------解决方案--------------------
探讨
呼,真滴是框架问题。恩。自己搞定了,遇到相同情况的请看下面
http://wangzi6hao.iteye.com/blog/531524

------解决方案--------------------
探讨
呼,真滴是框架问题。恩。自己搞定了,遇到相同情况的请看下面
http://wangzi6hao.iteye.com/blog/531524

------解决方案--------------------
top.location
------解决方案--------------------
把request传过去,应该就可以了
------解决方案--------------------
偶还真没用过document.xx 偶只用过window.location.href ...
阅读