Session Methods, Web Servers, and Browsers
A website server and browser technology, applied in the field of communication, can solve problems such as poor user experience, logging in multiple accounts, and inconvenience to users
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Publication Date
- 2019-04-19
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the technical field of communication, in particular to a session method, a website server and a browser. Background technique
[0002] In the prior art, the website server receives the user's login request, generates a corresponding session, verifies the user information, stores the corresponding user information in the session after the verification is passed, and stores the session ID in the browser's small text file ( cookie), and the website server stores the user's session state, that is, the corresponding relationship between the session and the user information. In a session, when the website server receives a service request with a cookie sent by the browser, it obtains the session ID in the cookie, and the website server finds the corresponding session (automatically completed by the website server) according to the session ID, and retrieves the session ID from the session. Search for user information, and if the sear...
Examples
Embodiment Construction
[0056] The embodiment of the present invention provides a session method, a website server and a browser, which are used to realize the login of multiple users in multiple tabs of a browser.
[0057] see figure 1 , an embodiment of the session method in the embodiment of the present invention includes:
[0058] 101. The website server receives the access request for the protected resource sent by the browser;
[0059] The user accesses the protected resource of the website server through the browser, the browser sends an access request for the protected resource to the website server, and the website server receives the access request for the protected resource sent by the browser. It should be noted that the protected resource is the website Resources that can only be accessed by legally registered users in the server.
[0060] 102. The website server judges whether the access request carries an identification sequence, if not, execute step 103, and if yes, execute step 104...