passing session id via url

前端 未结 5 1359
逝去的感伤
逝去的感伤 2020-12-03 23:26

I\'m trying to get my script to use url session id instead of cookies. The following page is not picking up the variable in the url as the session id. I must be missing some

5条回答
  •  粉色の甜心
    2020-12-04 00:06

    be careful when using the url to pass session ids, that could lead to session hijacking via the referer!

提交回复
热议问题