How can I send PHPSESSID in the URL?

前端 未结 4 1620
终归单人心
终归单人心 2020-12-07 02:07

I\'m trying to send the PHPSESSID via a HTTP GET variable for a cookie-less client.

I\'ve seen this in various drupal implementations where ?PHPSESSIONID=123AB

4条回答
  •  攒了一身酷
    2020-12-07 02:44

    1. Create a login page, the user must not login without correct id and password.
    2. After logging in the user comes to the home, here user can logout and goes back to the login page.
    3. User must not access home page without going through the login page.

提交回复
热议问题