gpt4 book ai didi

java - response.sendRedirect 不跟踪 ip

转载 作者:行者123 更新时间:2023-12-02 07:38:29 44 4
gpt4 key购买 nike

我使用以下语法将login.jsp重定向到index.jsp:

response.sendRedirect("index.jsp");

当我在 localhost:8080 上访问时,在服务器上测试应用程序,它工作正常。当我从另一台电脑远程浏览时,我需要重定向到 localhost:8080/index.jsp 的服务器地址(如 xxx.xxx.xxx.xxx:8080),这当然在本地计算机上不存在。如果我写类似的东西

response.sendRedirect("xxx.xxx.xxx.xxx:8080/index.jsp");

然后浏览器会丢失 session 变量,这是我不想要的。怎么解决这个问题?

最佳答案

尝试使用 requestDispatcher.forward() 而不是 response.sendRedirect()..

这会起作用...

关于java - response.sendRedirect 不跟踪 ip,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11898605/

44 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com