CN110213356B - Login processing method based on data processing and related equipment - Google Patents

Login processing method based on data processing and related equipment Download PDF

Info

Publication number
CN110213356B
CN110213356B CN201910427042.6A CN201910427042A CN110213356B CN 110213356 B CN110213356 B CN 110213356B CN 201910427042 A CN201910427042 A CN 201910427042A CN 110213356 B CN110213356 B CN 110213356B
Authority
CN
China
Prior art keywords
session information
session
browser
information
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910427042.6A
Other languages
Chinese (zh)
Other versions
CN110213356A (en
Inventor
许剑勇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
OneConnect Financial Technology Co Ltd Shanghai
Original Assignee
OneConnect Financial Technology Co Ltd Shanghai
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by OneConnect Financial Technology Co Ltd Shanghai filed Critical OneConnect Financial Technology Co Ltd Shanghai
Priority to CN201910427042.6A priority Critical patent/CN110213356B/en
Publication of CN110213356A publication Critical patent/CN110213356A/en
Priority to PCT/CN2019/120966 priority patent/WO2020233059A1/en
Application granted granted Critical
Publication of CN110213356B publication Critical patent/CN110213356B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/904Browsing; Visualisation therefor
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0815Network architectures or network communication protocols for network security for authentication of entities providing single-sign-on or federations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/146Markers for unambiguous identification of a particular session, e.g. session cookie or URL-encoding

Landscapes

  • Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computing Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

The embodiment of the invention discloses a login processing method based on data processing and related equipment, wherein the method is applied to the technical field of data processing and comprises the following steps: receiving a first login request which is sent by a user through a browser and carries a session identifier, determining that the first login request is matched with the session identifier from at least one piece of session information stored in advance, acquiring the historical acquisition time of the first session information recorded in advance and acquired successfully, and returning the first session information to the browser if the time difference between the historical acquisition time and the system time is smaller than a preset time difference threshold value, so that the browser can conveniently perform login processing based on the first session information. By the method and the device, the problem of page loading abnormity caused by session information invalidation can be prevented, and user experience is improved.

Description

Login processing method based on data processing and related equipment
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a login processing method and related device based on data processing.
Background
With the arrival of the information age, one set of IT system cannot meet the requirements of enterprise development, and multiple sets of IT systems are often built, and are generally realized by adopting non-contact domain names or adopting a multi-level domain name mode. The systems generally adopt Single Sign On (SSO) to realize mutual login between the systems, and the problem that a user repeatedly logs in between the systems is avoided.
In the mutual login process among systems, login needs to be performed by acquiring session information (such as session) of a user, but the session information generally has timeliness, and if the user uses a function needing login (such as viewing personal information or logging in a system), the session information is just out of date, so that loading of a page corresponding to the login function is abnormal, and even a blank screen of the page may be caused, and user experience is seriously influenced.
Disclosure of Invention
The embodiment of the invention provides a login processing method based on data processing and related equipment, which can prevent the problem of page loading abnormity caused by failure of session information and are beneficial to improvement of user experience.
In a first aspect, an embodiment of the present invention provides a login processing method based on data processing, where the method is applied to a server, and the method includes:
receiving a first login request sent by a user through a browser, wherein the first login request carries a session identifier;
determining first session information matched with the session identifier from at least one piece of pre-stored session information, wherein the first session information comprises login information of the user for logging in a service system corresponding to the server;
acquiring pre-recorded historical acquisition time when the first session information is successfully acquired, and judging whether a time difference between the historical acquisition time and system time is smaller than a preset time difference threshold value, wherein the preset time difference threshold value is smaller than a failure duration corresponding to the first session information, and the historical acquisition time is earlier than the time when the first login request is received;
and if the time difference between the historical acquisition time and the system time is smaller than the preset time difference threshold value, returning the first session information to the browser so that the browser can conveniently log in based on the first session information.
In one embodiment, the first login request further carries a transmission parameter corresponding to the first login request, where the transmission parameter includes a user ID of the user and identification information of a client corresponding to the browser. In this case, if it is determined that the time difference between the historical acquisition time and the system time is not smaller than the preset time difference threshold, second session information required by the user to log in the service system may be acquired based on the transmission parameter; and returning the second session information to the browser so that the browser can conveniently log in based on the second session information.
In an embodiment, the first login request further carries the transmission parameter corresponding to the first login request, and if the time difference between the historical acquisition time and the system time is determined to be not less than the preset time difference threshold, the acquisition operation of acquiring second session information required by the user to login the service system based on the transmission parameter may be triggered and executed, and a timer is started to time; if the second session information is successfully acquired and the timing duration corresponding to the timer is smaller than a preset duration threshold, returning the second session information to the browser so that the browser can conveniently log in based on the second session information; and if the second session information is not successfully acquired when the timing duration corresponding to the timer is greater than or equal to a preset duration threshold, returning the first session information to the browser so that the browser can conveniently log in based on the first session information.
In an embodiment, if the second session information is successfully acquired and the timing duration corresponding to the timer is less than the preset duration threshold, the system time may also be used as the historical acquisition time when the second session information is successfully acquired; and storing the historical acquisition time of the second session information which is successfully acquired and the second session information in a database in an associated manner.
In an embodiment, before receiving a first login request sent by a user through a browser, a second login request sent by the user through the browser for logging in the service system for the first time may also be received, where the second login request carries login information for the user to log in the service system; generating session information including the login information and a session identifier corresponding to the session information; and storing the session identification and the session information into a database in an associated manner, and returning the session identification to the browser.
In an embodiment, the first login request carries identification information of the browser, before the first session information matched with the session identifier is determined from the at least one piece of session information stored in advance, the identification information of the browser may be compared with preset identification information, and if the identification information obtained by comparison is matched with the preset identification information, the step of determining the first session information matched with the session identifier from the at least one piece of session information stored in advance is triggered.
In an embodiment, before storing the session identifier and the session information in association with a database, a target user type to which the user belongs may be further determined from at least one preset user type based on the login information; determining the aging duration of the session information corresponding to the user from the preset corresponding relation between the user type and the aging duration based on the target user type; the specific implementation manner of storing the session identifier and the session information in association with a database is as follows: and storing the session identification, the session information and the aging duration of the session information in a database in an associated manner.
In a second aspect, an embodiment of the present invention provides a data processing based login processing apparatus, which includes a module for executing the method of the first aspect.
In a third aspect, an embodiment of the present invention provides a server, which includes a processor, a network interface, and a memory, where the processor, the network interface, and the memory are connected to each other, where the network interface is controlled by the processor to send and receive messages, the memory is used to store a computer program that supports the server to execute the above method, the computer program includes program instructions, and the processor is configured to call the program instructions to execute the method of the first aspect.
In a fourth aspect, the present invention provides a computer-readable storage medium storing a computer program, the computer program comprising program instructions that, when executed by a processor, cause the processor to perform the method of the first aspect.
In the embodiment of the application, the server can receive a first login request which is sent by a user through the browser and carries a session identifier, determine that the first login request is matched with the session identifier from at least one piece of session information stored in advance, acquire the historical acquisition time of the first session information recorded in advance and successfully acquired, and return the first session information to the browser if the time difference between the historical acquisition time and the system time is smaller than the preset time difference threshold value, so that the browser can conveniently perform login processing based on the first session information. By the method and the device, the problem of page loading abnormity caused by session information invalidation can be prevented, and user experience is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a login processing system according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a login processing method based on data processing according to an embodiment of the present invention;
fig. 3 is a schematic flowchart of another login processing method based on data processing according to an embodiment of the present invention;
fig. 4 is a schematic block diagram of a login processing apparatus based on data processing according to an embodiment of the present invention;
fig. 5 is a schematic block diagram of a server according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a schematic structural diagram of a login processing system based on data processing according to an embodiment of the present invention. As shown in fig. 1, the login processing system may include: the business system comprises a client 10, a browser 11 and a server 12. The client 10 may be an application corresponding to the service system, or an application terminal installed with the application corresponding to the service system, and configured to interact with a user; the browser 11 provides a page loading service for the browser, and the browser 11 may be an application installed in a terminal corresponding to the client 10; the server 12 is a server corresponding to the business system, and is configured to provide relevant services of the business system.
In one embodiment, when a user in an unregistered state logs in the service system through the client 10 for the first time, login information required for login needs to be provided, for example: an account number, a password, etc., and sends a login request carrying the login information to the browser 11. The browser 11 may forward the login request (i.e., the second login request) to the server 12, and the server 12 may create session information (e.g., session) specific to the browser 11 and corresponding to the user according to the login information in the login request, and store the login information of the user in the session information, where all state information of the subsequent user in the service system may be stored in the session information. Further, the server may generate a session identifier (e.g., a session id) corresponding to the session, store the session information in association with the session identifier, return the session identifier to the browser 11, and the browser 11 may store the session identifier. However, since the server stores a large amount of session information of a browser corresponding to a user (hereinafter referred to as a user browser), and each user corresponds to one piece of session information, each session corresponds to a time length of failure in order to prevent the storage space of the server from being occupied by excessive session information. The failure duration of the session is calculated from the time when the session is inactive, if the session is always active, the session will not fail, the failure duration is counted from the time when the session is not accessed (i.e. successfully acquired), and the counting is cleared once the session is accessed.
Further, in the process that a subsequent user continues to access the service system, when the client 10 detects that the user wants to switch to a page that requires login information (e.g., view personal information, view a shopping cart, etc.), the client 10 may automatically send a first login request corresponding to the user to the browser 11, after receiving the first login request, the browser 11 may put a pre-stored session identifier into the first login request, and send a first login request carrying the session identifier to the server 12, and after detecting the session identifier in the first login request, the server 12 determines, from at least one pre-stored session, a first session (i.e., the pre-stored session information) that matches the session identifier. Each time the first session is successfully acquired, the server 12 records a time when the first session is successfully acquired, records the time when the first session is successfully acquired as a history acquisition time when the first session is successfully acquired, and stores the history acquisition time and the first session in association with each other.
Further, after determining the first session matched with the session identifier from at least one session stored in advance, the server 12 may obtain a historical obtaining time at which the first session is successfully obtained, and determine whether a time difference between the historical obtaining time and the system time is smaller than a preset time difference threshold, where the preset time difference threshold is smaller than a time length of failure corresponding to the first session information, and the historical obtaining time is earlier than a time when the first login request is received. Further, if the server 12 determines that the time difference between the obtained historical acquisition time and the system time is smaller than the preset time difference threshold, the browser 11 may automatically perform login operation according to the login information of the user included in the first session by returning the first session to the browser 11, and load the page of the information that the user wants to check and needs to login, and after the page is loaded, the client 10 may display the page. By adopting the mode, the problem of page loading abnormity caused by session failure can be prevented, and the user experience is improved.
Referring to fig. 2, fig. 2 is a schematic flowchart of a login processing method based on data processing according to an embodiment of the present invention, where the method is applied to a server and may be executed by the server, and as shown in the figure, the login processing method based on data processing may include:
201: receiving a first login request sent by a user through a browser, wherein the first login request carries a session identifier.
In an embodiment, the server may receive a second login request sent by the user through the browser to log in the service system for the first time, where the second login request carries login information of the user to log in the service system. Further, the server may generate session information including the login information and a session identifier corresponding to the session information, store the session identifier and the session information in association in a database, and return the session identifier to the browser.
Illustratively, when a user logs in a business system for the first time through a client, the user can input own login information through the client corresponding to the business system, and submit a first login request, wherein the login information comprises personal information submitted by the user in a registered account of the business system, such as an account name, a login password and the like. Further, the client may add the login information to the first login request, and send the first login request (i.e., the second login request) carrying the login information to the server.
Further, when receiving a second login request sent by the user through the browser and used for logging in the service system for the first time, the server may create a session (i.e., session information) corresponding to the user, place the login information in the second login request into the session corresponding to the user, generate a session identifier (e.g., session id) corresponding to the user, store the session and the session id corresponding to the user in an associated manner, and return the session id to the browser. And when the browser receives the session id, storing the session id in a process memory of the browser. Further, when the client detects that the webpage that the user wants to access is a target webpage that needs to be logged in (e.g., a webpage for viewing personal information, a webpage for viewing a shopping cart, a webpage for viewing an account balance, etc.) by continuing to access the business system, the client may send a login request (i.e., a first login request) to the browser for accessing the target webpage.
Further, after receiving the login request, the browser may add the session id to the login request and send the login request to a server corresponding to the service system, and after receiving the login request carrying the session id, the server may find the corresponding session according to the session id, and take out login information from the session, and reuse the login information to serve the user, thereby implementing session tracking for the user.
202: and determining first session information matched with the session identification from at least one piece of pre-stored session information, wherein the first session information comprises login information of a service system corresponding to the user login server.
In one embodiment, at least one session information and at least one session identifier are stored in association in a database of the server, and the session information and the session identifier have a one-to-one correspondence relationship. Illustratively, the session information is session, the session identifier is session id, and the corresponding relationship between the session information and the session identifier is shown in table 1. In this case, assuming that the session identifier carried by the first login request in step 201 is "2E 28D 987", then the session1 may be determined as the first session information matching the session identifier "2E 28D 987".
TABLE 1
Figure BDA0002066265200000061
Figure BDA0002066265200000071
203: and acquiring the historical acquisition time of the first session information which is recorded in advance and successfully acquired, and judging whether the time difference between the historical acquisition time and the system time is less than a preset time difference threshold value. The preset time difference threshold is smaller than the expiration time corresponding to the first session information, and the historical acquisition time is earlier than the time of receiving the first login request.
204: and if the time difference between the historical acquisition time and the system time is smaller than the preset time difference threshold value, returning the first session information to the browser so that the browser can conveniently log in based on the first session information.
In one embodiment, since the server stores a large amount of session information (e.g., session) of the user browser, and each user corresponds to one session information, each session information is preset with a time length of failure in order to prevent the storage space of the server from being occupied by excessive session information. The expiration time of the session information is calculated from the time when the session information is not active, if the session information is always active, the session information is not expired, the expiration time is counted from the time when the session information is not accessed (i.e. successfully acquired), and the counting is cleared once the session information is accessed.
Further, each time the session information is successfully acquired, the historical acquisition time of the session information is recorded once. For example, if the first session information session1 was successfully acquired at system time 2018.12.29-21:11:00, the historical acquisition time 2018.12.29-21:11:00 for the successfully acquired session1 may be recorded in the database. Subsequently, if the session1 is again successfully acquired, the historical acquisition time may be updated again with the current system time (e.g., 2018.12.29-21:11: 59).
The history obtaining time at which the first session information obtained in step 203 is successfully obtained is the history obtaining time at which the last obtained first session information was successfully obtained, that is, the latest current history obtaining time can be understood.
And the preset time difference threshold is smaller than the preset failure duration of the first session information. For example, if the first session information is preset for an aging period of 15 minutes, the preset time difference threshold may be 8 minutes. The aging duration and the preset time difference threshold value can be set by developers according to experimental measurement and calculation data.
In an embodiment, the aging durations of the session information corresponding to the different types of users may be different, and then, since the preset time difference threshold is smaller than the aging duration, the preset time difference thresholds corresponding to the session information of the different types of users are also different. The type may refer to a role of the user, for example, if the user logs in the service system for a manager (e.g., an operation and maintenance person of the service system), and then the service system may need to be checked and adjusted, the aging duration of the session information corresponding to the manager may be longer than that of an ordinary user.
Alternatively, in addition to the role of the user, the user may be further classified in connection with the user's historical access frequency or user rating. For example, a user with a high historical access frequency may be familiar with the service system, and a smaller aging duration (compared to a user with a lower historical access frequency) may be set for the session information corresponding to such a user. That is, the user with higher historical access frequency has shorter aging time corresponding to the session information.
For another example, the user with the higher user rank may set a longer aging period for the session information. In this way, users with higher levels can enjoy better user experience.
In an embodiment, the server may determine, based on the login information carried in the second login request, a target user type to which the user belongs from at least one preset user type, and determine, based on the target user type, an aging duration of the session information corresponding to the user from a correspondence between a preset user type and the aging duration, and further, may store, in the database, the session identifier corresponding to the session information, and the aging duration of the session information in an associated manner. Further, the developer may set a preset time difference threshold corresponding to the session information according to the aging duration of the session information.
For example, the user types are classified into operation and maintenance personnel and ordinary users, and the corresponding relationship between the user types and the aging duration represents that: the aging time corresponding to the session information of the common user is 15 minutes, and the aging time corresponding to the operation and maintenance personnel is 10 minutes. In this case, after the server determines that the user is an operation and maintenance person based on the login information in the second login request, the aging duration of the session information corresponding to the user may be determined to be 15 minutes according to the corresponding relationship between the user type and the aging duration, and then a preset time difference threshold corresponding to the session information of the user may be set according to the 15-minute expiration duration, for example, may be 8 minutes.
In one embodiment, the server may obtain a historical obtaining time at which the pre-recorded first session information is successfully obtained, and determine whether a time difference between the historical obtaining time and the system time is less than a preset time difference threshold.
Illustratively, the first session information is session1, the last time the first session information was successfully acquired is the historical acquisition time 2018.12.29-21:11:59, the current system time is 2018.12.29-21:12:59, and the preset time difference threshold is 8 minutes. In this case, the server may calculate that the time difference between the last successfully-obtained historical obtaining time 2018.12.29-21:11:59 of the first session information and the system time 2018.12.29-21:12:59 is 1 minute, and further, if the time difference 1 minute is less than the preset time difference threshold value 8 minutes, the session1 may be directly returned to the browser. Further, the browser may perform login processing based on the login information and the configuration information of the user in the first session information, and load a page after the login processing.
In an embodiment, the first login request further carries a transmission parameter corresponding to the first login request, where the transmission parameter includes a user ID of the user and identification information of a client corresponding to the browser, for example, the client is an application program, and the identification information of the client may be a name, an ID, a version number, and the like of the client. In this case, if the server determines that the time difference between the obtained historical obtaining time and the system time is not smaller than the preset time difference threshold, second session information required by the user to log in the service system may be obtained based on the transmission parameter, and the second session information may be returned to the browser, so that the browser performs login processing based on the second session information. The second session information may be understood as the latest session information acquired by the server calling the network data interface according to the transmission parameters, and the first session information mentioned above is session information cached in advance.
In the embodiment of the application, the server can receive a first login request which is sent by a user through the browser and carries a session identifier, determine that the first login request is matched with the session identifier from at least one piece of session information stored in advance, acquire the historical acquisition time of the first session information recorded in advance and successfully acquired, and return the first session information to the browser if the time difference between the historical acquisition time and the system time is smaller than the preset time difference threshold value, so that the browser can conveniently perform login processing based on the first session information. By the method and the device, the problem of page loading abnormity caused by session information invalidation can be prevented, and user experience is improved.
Referring to fig. 3, fig. 3 is a schematic flowchart of another data processing-based login processing method according to an embodiment of the present invention, where the method may be executed by a server, and as shown in the figure, the data processing-based login processing method may include:
301: receiving a first login request sent by a user through a browser, wherein the first login request carries a session identifier and a transmission parameter corresponding to the first login request.
302: and determining first session information matched with the session identification from at least one piece of pre-stored session information, wherein the first session information comprises login information of a service system corresponding to the user login server.
303: and acquiring the historical acquisition time of the first session information which is recorded in advance and successfully acquired, and judging whether the time difference between the historical acquisition time and the system time is less than a preset time difference threshold value.
For specific implementation of steps 301 to 303, reference may be made to the related descriptions of steps 201 to 203 in the foregoing embodiments, and details are not described here again.
304: and if the time difference between the historical acquisition time and the system time is judged to be not less than the preset time difference threshold value, triggering and executing acquisition operation for acquiring second session information required by the user for logging in the service system based on the transmission parameters, and starting a timer for timing.
305: and if the second session information is successfully acquired and the timing duration corresponding to the timer is less than the preset duration threshold, returning the second session information to the browser so that the browser can conveniently log in based on the second session information.
In one embodiment, the H5 page is loaded by the browser because the client needs to go through. When a user wants to access a page that needs to be logged in (hereinafter referred to as a target page, which may be a page for viewing a personal account, for example), if a browser wants to load the target page, it needs to perform login processing using login information of the user, so that the target page can be normally loaded. The login information of the user is stored in session information (e.g., session) corresponding to the user. Therefore, the browser needs to acquire the session information corresponding to the user when the browser wants to load the target page.
In an embodiment, when the server acquires the latest session (i.e., the second session information) according to the transmission parameters, if the acquisition time is too long, the loading of the target page is affected, and the target page is caused to appear a blank screen. In order to avoid the situation, whether the timing duration corresponding to the timer is smaller than the preset duration threshold value or not can be detected in real time, and whether the latest session is successfully acquired or not can be detected in real time. And if the second session information is successfully acquired, and the timing duration corresponding to the timer is less than the preset duration threshold, returning the acquired latest session to the browser, so that the browser can log in based on the second session information and load a target page. By adopting the method, the phenomenon of page white screen caused by overlong acquisition time can be avoided.
In an embodiment, if the second session information is not successfully acquired when the timing duration corresponding to the timer is greater than or equal to the preset duration threshold, the browser returns the first session information, so that the browser performs login processing based on the first session information.
Illustratively, the preset time length threshold is 3s, the server triggers and executes an obtaining operation of obtaining second session information required by the user to log in the service system based on the transmission parameter, that is, starts obtaining the second session information, and starts a timer to time. Further, the server acquires the timing duration of the timer in real time and detects whether the timing duration is smaller than a preset duration threshold value or not in real time. When the server successfully acquires the second session information, the timing duration is detected to be 2s, and the 2s is smaller than the preset duration threshold value 3s, so that the acquired second session information can be returned to the browser. If it is detected that the current timing duration is equal to 3s, the second session information is not successfully acquired, and the first session information acquired in advance can be returned to the browser.
The time length obtained by obtaining the timer may be obtained in real time, or may be obtained according to a preset time interval, or may be obtained according to other time rules, which is not specifically limited in this application.
In an embodiment, if the server successfully acquires the second session information and the timing duration corresponding to the timer is less than the preset duration threshold, the system time is used as the historical acquisition time for successfully acquiring the second session information. Further, the historical acquisition time at which the second session information was successfully acquired may be stored in association with the second session information in a database.
When the server stores the history acquisition time of the second session information successfully acquired and the second session information in the database in an associated manner, the server may also store the session identifier carried by the first login request, the second session information and the history acquisition time in the database in an associated manner, that is, the session identifier, the second session information and the history acquisition time of the second session information successfully acquired have a one-to-one correspondence relationship.
Or, in another embodiment, if the server successfully acquires the second session information, a new session identifier may be generated for the second session information in real time. Further, the server may store the new session identifier, the second session information, and the historical acquisition time at which the second session information was successfully acquired in a database in an associated manner; on the other hand, the server may return the new session identifier to the browser, and after receiving the new session identifier, the browser may store the new session identifier in the process memory, and when it is necessary to continue to access the service system corresponding to the server subsequently, the new session identifier may be carried in the access request (e.g., the first login request).
Exemplarily, assuming that a session identifier carried by the first login request is "2E 28D 987", the first session information is session1, the second session information is session2, the server successfully acquires the session2, a timing duration corresponding to the timer is less than a preset duration threshold, and the current system time is 2018.12.29-21:13: 59. In this case, 2018.12.29-21:13:59 may be used as the history acquisition time when the session2 was successfully acquired, and the history acquisition time 2018.12.29-21:13:59, the session2 and the session identifier "2E 28D 987" may be stored in the database in an associated manner. When an access request carrying the session identifier "2E 28D 987" is received again, the session2 may be determined as session information matching the session identifier "2E 28D 987", and subsequent steps may be performed using the session 2.
In an embodiment, the first login request carries identification information of a browser, and the identification information of the browser may be, for example, a name, a version number, an ID, and the like of the browser. In one embodiment, access to the business system is only serviced to a specified browser, based on business needs or security considerations. In this case, a developer may enter preset identification information of the designated browsers (i.e., preset browsers) in a database of the server in advance, when a first login request sent by a user through a browser is received, the identification information of the browser carried in the first login request may be compared with the preset identification information, and if the identification information obtained by the comparison is matched with the preset identification information, the step of determining first session information matched with the session identification from at least one piece of session information stored in advance is triggered.
In an embodiment, the preset identification information pre-stored in the database includes a plurality of preset identification information, the server may compare the identification information of the browser with the preset identification information in sequence according to a storage sequence of the plurality of preset identification information, and if it is determined that the identification information of the browser matches any one of the preset identification information in the sequential comparison process, the comparison process is ended, and it is determined that the identification information matches the preset identification information.
Or, the server may randomly compare one or more preset identification information of the plurality of preset identification information with the identification information at the same time, and if the identification information of the browser obtained by the comparison matches any one of the preset identification information, end the comparison process, and determine that the identification information matches the preset identification information.
In one embodiment, in the process of comparing the identification information of the browser with any preset identification information, the server may perform similarity comparison on the identification information and the any preset identification information, and if it is detected that the similarity between the two is greater than or equal to a preset similarity threshold (e.g., 90%), it may be determined that the identification information and the any preset identification information are matched.
In the embodiment of the application, a server can receive a first login request which is sent by a user through a browser and carries a session identifier and a transmission parameter, determine that the first login request is matched with the session identifier from at least one piece of session information stored in advance, acquire the historical acquisition time of the first session information recorded in advance and successfully acquired, if the time difference between the historical acquisition time and the system time is judged to be not smaller than a preset time difference threshold, trigger execution of acquisition operation of second session information required by the user to login the service system based on the transmission parameter, start a timer to time, and return the second session information to the browser if the second session information is successfully acquired and the time duration corresponding to the timer is smaller than the preset time duration threshold, so that the browser can conveniently perform login processing based on the second session information. By the method and the device, the problem of page loading abnormity caused by session information invalidation can be prevented, and user experience is improved.
The embodiment of the invention also provides a login processing device based on data processing. The apparatus includes a module configured to execute the method described in fig. 2 or fig. 3, and is configured to the server. Specifically, referring to fig. 4, a schematic block diagram of a login processing apparatus based on data processing according to an embodiment of the present invention is provided. The login processing device based on data processing of the embodiment comprises:
the communication module 40 is configured to receive a first login request sent by a user through a browser, where the first login request carries a session identifier;
a processing module 41, configured to determine, from at least one piece of session information stored in advance, first session information that is matched with the session identifier, where the first session information includes login information of the user logging in a service system corresponding to the server;
the processing module 41 is further configured to obtain a pre-recorded historical obtaining time when the first session information is successfully obtained, and determine whether a time difference between the historical obtaining time and a system time is smaller than a preset time difference threshold, where the preset time difference threshold is smaller than a failure time corresponding to the first session information, and the historical obtaining time is earlier than a time when the first login request is received;
the communication module 40 is further configured to return the first session information to the browser if the processing module determines that the time difference between the historical acquisition time and the system time is smaller than the preset time difference threshold, so that the browser performs login processing based on the first session information.
In an embodiment, the first login request further carries a transmission parameter corresponding to the first login request, where the transmission parameter includes a user ID of the user and identification information of a client corresponding to the browser, and the processing module 41 is further configured to, if it is determined that a time difference between the historical acquisition time and the system time is not smaller than the preset time difference threshold, acquire, based on the transmission parameter, second session information required by the user to log in the service system;
the communication module 40 is further configured to return the second session information to the browser, so that the browser performs login processing based on the second session information.
In an embodiment, the first login request further carries the transmission parameter corresponding to the first login request, and the processing module 41 is further configured to trigger execution of an obtaining operation of obtaining second session information required by the user to log in the service system based on the transmission parameter if it is determined that the time difference between the historical obtaining time and the system time is not smaller than the preset time difference threshold, and start a timer to perform timing;
the communication module 40 is further configured to, if the processing module 41 successfully acquires the second session information and the timing duration corresponding to the timer is less than a preset duration threshold, return the second session information to the browser, so that the browser performs login processing based on the second session information;
the communication module 40 is further configured to, if the processing module 41 does not successfully acquire the second session information when the timing duration corresponding to the timer is greater than or equal to a preset duration threshold, return the first session information to the browser, so that the browser performs login processing based on the first session information.
In an embodiment, the processing module 41 is further configured to, if the second session information is successfully acquired and a timing duration corresponding to the timer is less than the preset duration threshold, take a system time as a historical acquisition time when the second session information is successfully acquired; and storing the historical acquisition time of the second session information which is successfully acquired and the second session information in a database in an associated manner.
In an embodiment, the communication module 40 is further configured to receive a second login request sent by a user through a browser and used for logging in the service system for the first time, where the second login request carries login information of the user for logging in the service system;
the processing module 41 is further configured to generate session information including the login information and a session identifier corresponding to the session information, and store the session identifier and the session information in a database in an associated manner;
the communication module 40 is further configured to return the session identifier to the browser.
In an embodiment, the processing module 41 is further configured to determine, based on the login information, a target user type to which the user belongs from at least one preset user type, determine, based on the target user type, an aging duration of session information corresponding to the user from a preset correspondence between the user type and the aging duration, and further store the session identifier, the session information, and the aging duration of the session information in a database in an associated manner.
In an embodiment, the first login request carries identification information of the browser, and the processing module 41 is further configured to compare the identification information of the browser with preset identification information, and if the identification information obtained by the comparison is matched with the preset identification information, perform the step of determining, from at least one piece of session information stored in advance, first session information matched with the session identifier.
It should be noted that the functions of the functional modules of the login processing device based on data processing described in the embodiment of the present invention may be specifically implemented according to the method in the method embodiment described in fig. 2 or fig. 3, and the specific implementation process may refer to the description related to the method embodiment in fig. 2 or fig. 3, which is not described again here.
Referring to fig. 5, fig. 5 is a schematic block diagram of a server according to an embodiment of the present invention, and as shown in fig. 5, the server includes a processor 501, a memory 502, and a network interface 503. The processor 501, the memory 502 and the network interface 503 may be connected by a bus or other means, and are illustrated in fig. 5 as being connected by a bus in the embodiment of the present invention. Wherein the network interface 503 is controlled by the processor for transceiving messages, the memory 502 is for storing a computer program comprising program instructions, and the processor 501 is for executing the program instructions stored by the memory 502. Wherein the processor 501 is configured to call the program instruction to perform: receiving a first login request sent by a user through a browser, wherein the first login request carries a session identifier; determining first session information matched with the session identifier from at least one piece of pre-stored session information, wherein the first session information comprises login information of the user for logging in a service system corresponding to the server; acquiring pre-recorded historical acquisition time when the first session information is successfully acquired, and judging whether a time difference between the historical acquisition time and system time is smaller than a preset time difference threshold value, wherein the preset time difference threshold value is smaller than a failure duration corresponding to the first session information, and the historical acquisition time is earlier than the time when the first login request is received; if the time difference between the historical acquisition time and the system time is smaller than the preset time difference threshold value, returning the first session information to the browser, so that the browser performs login processing based on the first session information, in one embodiment, the first login request further carries a transmission parameter corresponding to the first login request, where the transmission parameter includes a user ID of the user and identification information of a client corresponding to the browser, and the processor 501 is further configured to, if the time difference between the historical acquisition time and the system time is not smaller than the preset time difference threshold value, obtain second session information required by the user to log in the service system based on the transmission parameter;
the network interface 503 is further configured to return the second session information to the browser, so that the browser performs login processing based on the second session information.
In an embodiment, the first login request further carries the transmission parameter corresponding to the first login request, and the processor 501 is further configured to trigger execution of an obtaining operation of obtaining second session information required by the user to log in the service system based on the transmission parameter if it is determined that a time difference between the historical obtaining time and the system time is not smaller than the preset time difference threshold, and start a timer to perform timing;
the network interface 503 is further configured to, if the processor 501 successfully acquires the second session information and the timing duration corresponding to the timer is less than a preset duration threshold, return the second session information to the browser, so that the browser performs login processing based on the second session information;
the network interface 503 is further configured to, if the processor 501 does not successfully acquire the second session information when the timing duration corresponding to the timer is greater than or equal to a preset duration threshold, return the first session information to the browser, so that the browser performs login processing based on the first session information.
In an embodiment, the processor 501 is further configured to, if the second session information is successfully acquired and a timing duration corresponding to the timer is smaller than the preset duration threshold, take a system time as a historical acquisition time when the second session information is successfully acquired; and storing the historical acquisition time of the second session information which is successfully acquired and the second session information in a database in an associated manner.
In an embodiment, the network interface 503 is further configured to receive a second login request sent by a user through a browser and used for logging in the service system for the first time, where the second login request carries login information of the user for logging in the service system;
the processor 501 is further configured to generate session information including the login information and a session identifier corresponding to the session information, and store the session identifier and the session information in a database in an associated manner;
the network interface 503 is further configured to return the session identifier to the browser.
In an embodiment, the processor 501 is further configured to determine, based on the login information, a target user type to which the user belongs from at least one preset user type, determine, based on the target user type, an aging duration of session information corresponding to the user from a preset correspondence between the user type and the aging duration, and further store the session identifier, the session information, and the aging duration of the session information in a database in an associated manner.
In an embodiment, the first login request carries identification information of the browser, and the processor 501 is further configured to compare the identification information of the browser with preset identification information, and if the identification information obtained by the comparison is matched with the preset identification information, perform the step of determining, from at least one piece of session information stored in advance, first session information matched with the session identification.
It should be understood that, in the embodiment of the present invention, the Processor 501 may be a Central Processing Unit (CPU), and the Processor 501 may also be other general-purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, and the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 502 may include both read-only memory and random access memory, and provides instructions and data to the processor 501. A portion of the memory 502 may also include non-volatile random access memory. For example, the memory 502 may also store device type information.
In a specific implementation, the processor 501, the memory 502, and the network interface 503 described in this embodiment of the present invention may execute the implementation described in the method embodiment shown in fig. 2 or fig. 3 provided in this embodiment of the present invention, and may also execute the implementation of the login processing apparatus based on data processing described in this embodiment of the present invention, which is not described herein again.
In another embodiment of the present invention, a computer-readable storage medium is provided, the computer-readable storage medium storing a computer program comprising program instructions that when executed by a processor implement: receiving a first login request sent by a user through a browser, wherein the first login request carries a session identifier; determining first session information matched with the session identifier from at least one piece of pre-stored session information, wherein the first session information comprises login information of the user for logging in a service system corresponding to the server; acquiring pre-recorded historical acquisition time when the first session information is successfully acquired, and judging whether a time difference between the historical acquisition time and system time is smaller than a preset time difference threshold value, wherein the preset time difference threshold value is smaller than a failure duration corresponding to the first session information, and the historical acquisition time is earlier than the time when the first login request is received; and if the time difference between the historical acquisition time and the system time is smaller than the preset time difference threshold value, returning the first session information to the browser so that the browser can conveniently log in based on the first session information.
The computer readable storage medium may be an internal storage unit of the server according to any of the foregoing embodiments, for example, a hard disk or a memory of the server. The computer readable storage medium may also be an external storage device of the server, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like provided on the server. Further, the computer-readable storage medium may also include both an internal storage unit of the server and an external storage device. The computer-readable storage medium is used for storing the computer program and other programs and data required by the server. The computer readable storage medium may also be used to temporarily store data that has been output or is to be output.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
While the invention has been described with reference to a number of embodiments, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (10)

1. A login processing method based on data processing is characterized in that the method is applied to a server and comprises the following steps:
receiving a first login request sent by a user through a browser, wherein the first login request carries a session identifier;
determining first session information matched with the session identifier from at least one piece of pre-stored session information, wherein the first session information comprises login information of the user for logging in a service system corresponding to the server;
acquiring pre-recorded historical acquisition time when the first session information is successfully acquired, and judging whether a time difference between the historical acquisition time and system time is smaller than a preset time difference threshold value, wherein the preset time difference threshold value is smaller than a failure duration corresponding to the first session information, and the historical acquisition time is earlier than the time when the first login request is received;
and if the time difference between the historical acquisition time and the system time is smaller than the preset time difference threshold value, returning the first session information to the browser so that the browser can conveniently log in based on the first session information.
2. The method according to claim 1, wherein the first login request further carries transmission parameters corresponding to the first login request, and the transmission parameters include a user ID of the user and identification information of a client corresponding to the browser, and the method further includes:
if the time difference between the historical acquisition time and the system time is judged to be not smaller than the preset time difference threshold value, acquiring second session information required by the user to log in the service system based on the transmission parameters;
and returning the second session information to the browser so that the browser can conveniently log in based on the second session information.
3. The method according to claim 1, wherein the first login request further carries the transmission parameter corresponding to the first login request, and the method further comprises:
if the time difference between the historical acquisition time and the system time is judged to be not smaller than the preset time difference threshold value, triggering and executing acquisition operation of acquiring second session information required by the user for logging in the service system based on the transmission parameters, and starting a timer for timing;
if the second session information is successfully acquired and the timing duration corresponding to the timer is smaller than a preset duration threshold, returning the second session information to the browser so that the browser can conveniently log in based on the second session information;
and if the second session information is not successfully acquired when the timing duration corresponding to the timer is greater than or equal to a preset duration threshold, returning the first session information to the browser so that the browser can conveniently log in based on the first session information.
4. The method of claim 3, further comprising:
if the second session information is successfully acquired and the timing duration corresponding to the timer is smaller than the preset duration threshold, taking the system time as the historical acquisition time of the second session information which is successfully acquired;
and storing the historical acquisition time of the second session information which is successfully acquired and the second session information in a database in an associated manner.
5. The method of claim 1, wherein prior to receiving the first login request sent by the user via the browser, the method further comprises:
receiving a second login request which is sent by a user through a browser and used for logging in the service system for the first time, wherein the second login request carries login information of the user for logging in the service system;
generating session information including the login information and a session identifier corresponding to the session information;
and storing the session identification and the session information into a database in an associated manner, and returning the session identification to the browser.
6. The method of claim 5, wherein prior to storing the session identifier and the session information association in a database, the method further comprises:
determining a target user type to which the user belongs from at least one preset user type based on the login information;
determining the aging duration of the session information corresponding to the user from the preset corresponding relation between the user type and the aging duration based on the target user type;
wherein the storing the session identifier and the session information in association with each other in a database includes:
and storing the session identification, the session information and the aging duration of the session information in a database in an associated manner.
7. The method according to any of claims 1-6, wherein the first login request carries identification information of the browser, and before determining the first session information matching the session identification from at least one pre-stored session information, the method further comprises:
comparing the identification information of the browser with preset identification information;
and if the identification information is matched with the preset identification information after comparison, triggering and executing the step of determining the first session information matched with the session identification from at least one piece of pre-stored session information.
8. A login processing apparatus based on data processing, the apparatus being configured in a server, the login processing apparatus comprising:
the communication module is used for receiving a first login request sent by a user through a browser, wherein the first login request carries a session identifier;
the processing module is used for determining first session information matched with the session identifier from at least one piece of pre-stored session information, wherein the first session information comprises login information of the user for logging in a service system corresponding to the server;
the processing module is further configured to obtain a pre-recorded historical obtaining time when the first session information is successfully obtained, and determine whether a time difference between the historical obtaining time and system time is smaller than a preset time difference threshold, where the preset time difference threshold is smaller than a failure duration corresponding to the first session information, and the historical obtaining time is earlier than a time when the first login request is received;
the communication module is further configured to return the first session information to the browser if the processing module determines that the time difference between the historical acquisition time and the system time is smaller than the preset time difference threshold, so that the browser performs login processing based on the first session information.
9. A server, comprising a processor and a memory, the processor and the memory being interconnected, wherein the memory is configured to store a computer program comprising program instructions, the processor being configured to invoke the program instructions to perform the method of any one of claims 1-7.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program comprising program instructions that, when executed by a processor, cause the processor to carry out the method according to any one of claims 1-7.
CN201910427042.6A 2019-05-21 2019-05-21 Login processing method based on data processing and related equipment Active CN110213356B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201910427042.6A CN110213356B (en) 2019-05-21 2019-05-21 Login processing method based on data processing and related equipment
PCT/CN2019/120966 WO2020233059A1 (en) 2019-05-21 2019-11-26 Login processing method based on data processing and related apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910427042.6A CN110213356B (en) 2019-05-21 2019-05-21 Login processing method based on data processing and related equipment

Publications (2)

Publication Number Publication Date
CN110213356A CN110213356A (en) 2019-09-06
CN110213356B true CN110213356B (en) 2021-11-12

Family

ID=67788187

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910427042.6A Active CN110213356B (en) 2019-05-21 2019-05-21 Login processing method based on data processing and related equipment

Country Status (2)

Country Link
CN (1) CN110213356B (en)
WO (1) WO2020233059A1 (en)

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110213356B (en) * 2019-05-21 2021-11-12 深圳壹账通智能科技有限公司 Login processing method based on data processing and related equipment
CN112839016B (en) * 2019-11-25 2023-03-21 上海哔哩哔哩科技有限公司 Session control method and device
CN111385356B (en) * 2020-03-04 2023-06-23 平安科技(深圳)有限公司 Distributed session processing method, device and system
CN111818179A (en) * 2020-08-07 2020-10-23 中国工商银行股份有限公司 User request processing method and device, computing equipment and medium
CN112529534B (en) * 2020-12-18 2024-04-05 中国平安财产保险股份有限公司 Login state continuous reminding method, device, equipment and computer readable storage medium
CN112738218A (en) * 2020-12-28 2021-04-30 平安消费金融有限公司 Block chain-based cross-session link tracking method and device and storage medium
CN112751851B (en) * 2020-12-29 2023-05-23 科来网络技术股份有限公司 SSH login success behavior judging method, device and storage medium
CN113194039B (en) * 2021-04-23 2023-01-31 京东科技信息技术有限公司 Method and device for segmenting system data flow, electronic equipment and storage medium
CN113452753B (en) * 2021-05-21 2022-09-30 北京奇艺世纪科技有限公司 Data distribution method, device, equipment and storage medium
CN113297601B (en) * 2021-06-17 2022-07-12 国网信通亿力科技有限责任公司 Data processing system based on sensitive characteristics
CN113282354B (en) * 2021-06-28 2023-04-07 中国平安人寿保险股份有限公司 H5 page loading method, device and equipment of application program and storage medium
CN113709514B (en) * 2021-09-02 2023-06-23 北京一起教育科技有限责任公司 Data processing method and device and electronic equipment
CN113923797A (en) * 2021-09-26 2022-01-11 深圳市广和通无线通信软件有限公司 Session establishing method, device, client device and computer storage medium
CN113838238A (en) * 2021-09-26 2021-12-24 北京紫光展锐通信技术有限公司 Service processing method, device and equipment
CN113778832B (en) * 2021-09-28 2024-05-14 京东方科技集团股份有限公司 Device information processing method and device, readable storage medium and electronic device
CN113965380A (en) * 2021-10-21 2022-01-21 上海高顿教育科技有限公司 Single sign-on control method and device based on multiple background applications
CN114143285B (en) * 2021-10-29 2023-11-28 青岛海尔科技有限公司 Method, device and server for generating ID in distributed system
CN114301688B (en) * 2021-12-29 2023-08-01 天翼物联科技有限公司 Login verification method and device based on client permission, internet of things terminal and medium
CN114363395A (en) * 2021-12-31 2022-04-15 深圳金蝶账无忧网络科技有限公司 Session processing method, device and computer readable storage medium
CN114885005A (en) * 2022-04-08 2022-08-09 北京齐尔布莱特科技有限公司 Method, apparatus, device and medium for reducing synchronous message data
CN114866247B (en) * 2022-04-18 2024-01-02 杭州海康威视数字技术股份有限公司 Communication method, device, system, terminal and server
CN115225716B (en) * 2022-07-15 2023-08-01 中国联合网络通信集团有限公司 Data processing method and device and electronic equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103532919A (en) * 2012-07-06 2014-01-22 腾讯科技(深圳)有限公司 Method and system for maintaining login state of user account
CN104158818A (en) * 2014-08-25 2014-11-19 中国联合网络通信集团有限公司 Single sign-on method and system
CN104468506A (en) * 2014-10-28 2015-03-25 大唐移动通信设备有限公司 Session state detection method and device
CN108650334A (en) * 2018-08-02 2018-10-12 东软集团股份有限公司 A kind of setting method and device of session failed

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101635707A (en) * 2008-07-25 2010-01-27 国际商业机器公司 Method for providing identity management for user in Web environment and device thereof
CN104954331A (en) * 2014-03-27 2015-09-30 杭州迪普科技有限公司 Login authentication configuration device and method
CN107483418A (en) * 2017-07-27 2017-12-15 阿里巴巴集团控股有限公司 Login process method, method for processing business, device and server
CN108234483B (en) * 2017-12-29 2021-09-28 五八有限公司 User login contract continuing method, device, terminal and storage medium
CN110213356B (en) * 2019-05-21 2021-11-12 深圳壹账通智能科技有限公司 Login processing method based on data processing and related equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103532919A (en) * 2012-07-06 2014-01-22 腾讯科技(深圳)有限公司 Method and system for maintaining login state of user account
CN104158818A (en) * 2014-08-25 2014-11-19 中国联合网络通信集团有限公司 Single sign-on method and system
CN104468506A (en) * 2014-10-28 2015-03-25 大唐移动通信设备有限公司 Session state detection method and device
CN108650334A (en) * 2018-08-02 2018-10-12 东软集团股份有限公司 A kind of setting method and device of session failed

Also Published As

Publication number Publication date
WO2020233059A1 (en) 2020-11-26
CN110213356A (en) 2019-09-06

Similar Documents

Publication Publication Date Title
CN110213356B (en) Login processing method based on data processing and related equipment
CN109802941A (en) A kind of login validation method, device, storage medium and server
CN105591743B (en) Method and device for identity authentication through equipment operation characteristics of user terminal
CN108418787B (en) Method for acquiring enterprise resource planning data, terminal device and medium
CN108462687B (en) Anti-swipe login method and device, terminal device and storage medium
CN110609937A (en) Crawler identification method and device
CN112434054A (en) Audit log updating method and device
CN110430062B (en) Login request processing method, device, equipment and medium
CN109829321B (en) Method, device, equipment and storage medium for authenticating identity
CN113259429B (en) Session maintenance management and control method, device, computer equipment and medium
CN113542256A (en) Method, device, equipment and storage medium for updating login credentials in client
CN113076112A (en) Database deployment method and device and electronic equipment
CN114331446B (en) Method, device, equipment and medium for realizing out-of-chain service of block chain
CN111949363A (en) Service access management method, computer equipment, storage medium and system
CN112138404A (en) Game APP login verification method and system
CN108345613B (en) Risk identification method and device
CN112597118A (en) Method and device for adding shared file
CN111711642A (en) Protocol request processing method and device, electronic equipment and storage medium
CN116938595B (en) Method, system, terminal and storage medium for verifying identity security of terminal equipment
CN112149106B (en) Login method, device, equipment and medium of enterprise private applet
CN111385358B (en) Synchronization method and device of session control object and server
CN115037557B (en) Temporary identity authentication method and device for user access application
US20220269747A1 (en) Qr code access restriction without geolocation knowledge
CN117560209A (en) Object information sharing method, device and server
CN114297616A (en) Third-party system access method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant