Questions about Sessions

Source: Internet
Author: User
Session prerequisites: script language: & nbsp; PHP/Server: Use a & nbsp; $ _ SESSION ["login"] & nbsp; and & nbsp; $ _ SESSION ["username"] & nbsp;
Prerequisites:
Script language: PHP/Server: Linux
The server uses a $ _ SESSION ["login"] and $ _ SESSION ["username"] to record whether the user is logged on and the user name.

The problem is as follows:
A1/A2 refers to the newly opened browser window (note: it is a newly opened window, not a tag)

Scenario 1: A user in the browser A1 on computer A logged on, but did not exit. $ _ SESSION ["login"] = "true"; $ _ SESSION ["username"] = "";
At this time, the browser A2 on computer A has an identical or different user quit. $ _ SESSION ["login"] = "false"; and unset ($ _ SESSION ["username"])

Question 1: What is the value of $ _ SESSION ["login"] in the browser A1 on computer? $ _ SESSION ["username?

Case 2: A user logged on to the browser on computer A, but did not exit. $ _ SESSION ["login"] = "true"; $ _ SESSION ["username"] = "";
At this time, the browser on computer B has an identical or different user quit. $ _ SESSION ["login"] = "false"; and unset ($ _ SESSION ["username"])

Question 2: What is the value of the browser $ _ SESSION ["login"] on computer? $ _ SESSION ["username?

Problem 3: the above problem is that the server only uses one session key and records the value. Will operations on different clients affect other clients.

100 online answers

Thank you!
Share: More

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.