du8794 2018-09-05 14:53
浏览 126
已采纳

在PHP中创建会话,然后在JSP中检查该会话

I want to be able to create a session in PHP so that my JSP file can check for that session value and know that the PHP file was reached.

The idea is:

  1. User goes to PHP file - session is created

  2. The PHP file now redirects to a webapp

  3. The web app notices the user isn't logged in and redirects to the JSP file for the user to log in.

  4. The JSP will check if the PHP file was accessed by checking for the created session ID. If it was reached, it will auto-login for the user. If it wasn't reached, then we let the user log in.

Can this be done? If the PHP file redirects to the webapp which then redirects to the JSP, will the session still exist?

  • 写回答

1条回答 默认 最新

  • dongshou6041 2018-09-17 19:24
    关注

    Using cookies over sessions work just as well. This solved my problem.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效