CN114531471A - Login state maintenance method, device, equipment and medium - Google Patents

Login state maintenance method, device, equipment and medium Download PDF

Info

Publication number
CN114531471A
CN114531471A CN202011239473.9A CN202011239473A CN114531471A CN 114531471 A CN114531471 A CN 114531471A CN 202011239473 A CN202011239473 A CN 202011239473A CN 114531471 A CN114531471 A CN 114531471A
Authority
CN
China
Prior art keywords
target website
account
session information
operation request
time interval
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.)
Pending
Application number
CN202011239473.9A
Other languages
Chinese (zh)
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.)
Aisino Corp
Original Assignee
Aisino Corp
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 Aisino Corp filed Critical Aisino Corp
Priority to CN202011239473.9A priority Critical patent/CN114531471A/en
Publication of CN114531471A publication Critical patent/CN114531471A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • 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/0876Network architectures or network communication protocols for network security for authentication of entities based on the identity of the terminal or configuration, e.g. MAC address, hardware or software configuration or device fingerprint
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Power Engineering (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer And Data Communications (AREA)

Abstract

The embodiment of the invention provides a method, a device, equipment and a medium for maintaining a login state.

Description

Login state maintenance method, device, equipment and medium
Technical Field
The present invention relates to the field of network technologies, and in particular, to a method, an apparatus, a device, and a medium for maintaining a login status.
Background
With the development of network technology, when data information in third-party software is imported into a website, because the third-party software not only has an account number of one user but also has a large number of account numbers of the users, in order to import data quickly and reduce the workload of manpower, data can be acquired through crawler software.
In the prior art, crawler software logs in a website to acquire current session information of the website, and then data is acquired according to the session information. However, when the existing crawler software is used for obtaining session information when logging in a website, if the account is not operated for a period of time, the account will automatically log out, and if the website still needs to be used, the website needs to be logged in again, that is, the account needs to be logged in again at intervals, and when logging in again, the session information is updated, and the crawler software needs to obtain the session information again, so that the working efficiency of the crawler software is reduced.
Disclosure of Invention
The embodiment of the invention provides a method, a device, equipment and a medium for maintaining a login state, which are used for solving the problem that an account needs to be logged in again at intervals when data are imported by the conventional crawler software.
The embodiment of the invention provides a method for maintaining a login state, which comprises the following steps:
if any account is identified to log in the target website, acquiring first session information of the currently logged account;
before logging off the account, triggering a browsing action on the target website according to a set time interval, wherein the time interval is smaller than the validity period of the first session information.
Further, before triggering the browsing action on the target website according to the set time interval, the method further includes:
sending a first operation request to the target website according to the first session information;
and if response information that the first operation request fed back by the target website is successful is received, performing subsequent steps of triggering the browsing action of the target website according to a set time interval.
Further, the method further comprises:
if response information of failure of the first operation request fed back by the target website is received, controlling the account to log in the target website again;
and acquiring second session information of the account, and sending a second operation request to the target website according to the second session information.
Further, the method further comprises:
and if the logout operation of the account is received, deleting the first session information.
The embodiment of the invention also provides a device for maintaining the login state, which comprises:
the acquisition module is used for acquiring first session information of a currently logged account if any account is identified to log in the target website;
and the processing module is used for triggering the browsing action of the target website according to a set time interval before the account is logged out, wherein the time interval is less than the validity period of the first session information.
Further, the apparatus further comprises:
the sending module is used for sending a first operation request to the target website according to the first session information;
the processing module is specifically configured to, if response information that the first operation request fed back by the target website is successful is received, perform a subsequent step of triggering a browsing action on the target website according to a set time interval.
Further, the processing module is further configured to control the account to log in the target website again if response information that the first operation request fed back by the target website fails is received;
the obtaining module is further configured to obtain second session information of the account, and send a second operation request to the target website according to the second session information.
Further, the processing module is further configured to delete the first session information if a logout operation of the account is received.
An embodiment of the present invention further provides an electronic device, where the electronic device at least includes a processor and a memory, and the processor is configured to implement any one of the steps of the above-described method for maintaining a login state when executing a computer program stored in the memory.
An embodiment of the present invention further provides a computer-readable storage medium, which stores a computer program, and when the computer program is executed by a processor, the computer program implements any of the steps of the above-mentioned method for maintaining a login status.
According to the embodiment of the invention, if any account is identified to log in the target website, the first session information of the currently logged account is acquired, and before the account is logged out, the browsing action of the target website is triggered according to the set time interval, wherein the time interval is less than the valid period of the first session information, so that the account is always in a logging state, the problem that the account needs to be logged in again at intervals is avoided, and the working efficiency of the crawler software is improved.
Drawings
In order to more clearly illustrate the technical solution of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on the drawings without creative efforts.
Fig. 1 is a schematic process diagram of a method for maintaining a login status according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of maintaining a login status according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a session maintenance system according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a login status maintenance apparatus according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the present invention will be described in further detail with reference to the accompanying drawings, and it is apparent that the described embodiments are only a part of the embodiments of the present invention, not all of the embodiments. 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.
In order to avoid improving the working efficiency of crawler software, the embodiment of the invention provides a method, a device, equipment and a medium for maintaining a login state.
Example 1:
fig. 1 is a schematic process diagram of a method for maintaining a login status according to an embodiment of the present invention, where the process includes the following steps:
s101: and if any account is identified to log in the target website, acquiring first session information of the currently logged account.
The maintenance method of the login state provided by the embodiment of the invention is applied to a session information maintenance system, wherein the session information maintenance system can be positioned in a server, a PC client and the like. And the session information maintenance system is connected with the crawler software, so that the crawler software can conveniently acquire data information.
In the embodiment of the invention, the crawler software needs to be registered in the session maintenance system in advance, and during the registration, the account and the target website stored in the crawler software need to be sent to the session maintenance system, so that the account and the target website are stored in the session information maintenance system.
And when the crawler software needs to acquire the data information of the account in the target website, sending a login request to the session information maintenance system, and controlling the account to log in the target website by the session information maintenance system according to the login request.
In the embodiment of the invention, after the account logs in the target website, the data information can be acquired through the crawler software, and the account can be maintained in the login state in order to ensure that the data information acquisition process is not interrupted.
In the embodiment of the invention, if any account is identified to log in the target website, the session information of the currently logged account is acquired. In order to distinguish from the session information in other embodiments, in the embodiment of the present invention, the session information is referred to as first session information. The crawler software can acquire the data information of the account through the first session information, that is, the first session information is a "key" of the crawler software for acquiring the data information of the account.
In the embodiment of the invention, after the first session information is acquired, the first session information is stored in the preset storage space, so that the crawler software can acquire the first session information and acquire the data information of the account in the target website according to the first session information.
S102: before logging off the account, triggering a browsing action on the target website according to a set time interval, wherein the time interval is smaller than the validity period of the first session information.
In the embodiment of the present invention, the first session information has a validity period, and if there is no operation on the target website within the validity period of the first session information, the account will exit the target website, so that the first session information is invalidated, and the process of the crawler software for acquiring the data information is interrupted.
In order to ensure that the crawler software can acquire the data information of the account in the target website through the first session information, in the embodiment of the present invention, before canceling the account, the first session information may be maintained to be valid all the time. After the first session information is acquired, the first session information is added to the timing maintenance task, so that the session maintenance system maintains the first session information, and the login state of the account is maintained. Specifically, the browsing action of the target website may be triggered according to a set time interval, where the set time interval is smaller than the validity period of the first session information.
In the embodiment of the present invention, the browsing action on the target web page may be triggering a hyperlink in the target website, so as to implement the browsing action on the target website, and may also be controlling the web page corresponding to the target website to perform operations such as sliding page turning.
According to the embodiment of the invention, if any account is identified to log in the target website, the first session information of the currently logged account is acquired, and before the account is logged out, the browsing action of the target website is triggered according to the set time interval, wherein the time interval is less than the valid period of the first session information, so that the account is always in a logging state, the problem that the account needs to be logged in again at intervals is avoided, and the working efficiency of the crawler software is improved.
Example 2:
in order to determine that the obtained first session information is valid, on the basis of the foregoing embodiment, in an embodiment of the present invention, before triggering a browsing action on the target website according to a set time interval, the method further includes:
sending a first operation request to the target website according to the first session information;
and if response information that the first operation request fed back by the target website is successful is received, performing subsequent steps of triggering the browsing action of the target website according to a set time interval.
In the embodiment of the invention, an account login target website is identified, the first session information of the account is acquired, and an error may occur in the process of acquiring the first session information, so that the acquired first session information is invalid, or the acquired first session information is wrong. Therefore, in order to ensure that effective and correct first session information is obtained, before a browsing action on a target website is triggered according to a set time interval, whether the target website can be operated through the first session information is judged.
The first session information is generated after the account logs in the target website, and all operations on the target website are based on the session information. Therefore, when determining whether the target website can be operated through the first session information, after the first session information is acquired, an operation request may be sent to the target website according to the first session information. In order to distinguish from the operation request in other embodiments, in the embodiment of the present invention, the operation request is referred to as a first operation request. For example, a first operation request for page browsing, a first operation request for page turning operation, or a first operation request for opening a certain web page may be sent to the target website.
If the first session information is valid, the target website will respond to the operation request and feed back response information that the first operation request is successful, and after receiving the response information, the first session information is determined to be valid and correct, and then the subsequent step of triggering the browsing action of the target website according to the set time interval can be continued.
In order to obtain effective session information, on the basis of the foregoing embodiments, in an embodiment of the present invention, the method further includes:
if response information of failure of the first operation request fed back by the target website is received, controlling the account to log in the target website again;
and acquiring second session information of the account, and sending a second operation request to the target website according to the second session information.
In the embodiment of the present invention, if the first session information is invalid or incorrect, the target website does not respond to the first operation request and feeds back the response information of the first operation request failure, and after receiving the response information of the first operation request failure, it is determined that the first session information is invalid or incorrect and session information needs to be reacquired. Because the session information generated by each login of the account is different, when the session information is acquired again, the account needs to be controlled to log in the target website again.
In the embodiment of the present invention, after the account re-logs in the target website, session information after the account re-logs in is obtained, and in order to distinguish the session information from the first session information, in the embodiment of the present invention, the session information after the account re-logs in is referred to as second session information.
After the second session information is acquired, similarly, whether the second session information is valid needs to be judged, and similarly, a second operation request can be sent to the target website, and whether the second session information is valid can be judged according to response information fed back by the target website. The method for determining whether the second session information is valid according to the response information fed back by the target website is the same as the method in the above embodiment, and is not described herein again.
And if the second session information is invalid, continuing to control the account to log in the target website again until the obtained session information is valid. And when the acquired planning message is valid, continuing to trigger the operation of the browsing action of the target website according to the set time interval.
Example 3:
in order to end the maintenance of the login status, on the basis of the foregoing embodiments, in an embodiment of the present invention, the method further includes:
and if the logout operation of the account is received, deleting the first session information.
In the embodiment of the invention, if the crawler software finishes acquiring the data information of the account in the target website, the logout operation of the account can be triggered. If the session information maintenance system receives the logout operation of the account, the login state of the account is considered to be unnecessary to be maintained continuously, and the session information can be deleted at this moment.
Fig. 2 is a schematic flowchart of maintaining a login status according to an embodiment of the present invention, and as shown in fig. 2, the flowchart includes:
s201: and judging whether the crawler software is the registered crawler software, if so, executing S202, and if not, executing S208.
S202: and judging whether the account number and the target website in the crawler software are consistent with the account number and the website provided during the registration of the crawler software, if so, executing S203, and if not, executing S208.
S203: and if any account is identified to log in the target website, acquiring first session information of the currently logged account.
S204: determining whether the first session information is valid, if so, performing S205, and if not, performing S208.
S205: and saving the first session information to a preset storage position.
S206: before logging out the account, triggering a browsing action on the target website according to a set time interval, wherein the time interval is smaller than the validity period of the first session information.
S207: and if the logout operation of the account is received, deleting the first session information.
S208: and finishing the maintenance of the login state of the account.
Fig. 3 is a schematic structural diagram of a session maintenance system according to an embodiment of the present invention, and as shown in fig. 3, the session maintenance system includes a cache service, configured to store acquired first session information; the database is used for storing the account and the target website sent by the crawler software; and the application service is used for maintaining the first session information regularly.
Example 4:
fig. 4 is a schematic structural diagram of a login status maintenance apparatus according to an embodiment of the present invention, where the apparatus includes:
the obtaining module 401 is configured to, if it is identified that any account logs in to the target website, obtain first session information of a currently logged-in account;
a processing module 402, configured to trigger a browsing action on the target website according to a set time interval before logging off the account, where the time interval is smaller than the validity period of the first session information.
In a possible embodiment, the apparatus further comprises:
a sending module 403, configured to send a first operation request to the target website according to the first session information;
the processing module 402 is specifically configured to, if response information that the first operation request fed back by the target website is successful is received, perform a subsequent step of triggering a browsing action on the target website according to a set time interval.
In a possible implementation manner, the processing module 402 is further configured to control the account to log in the target website again if response information that the first operation request fed back by the target website fails is received;
the obtaining module 401 is further configured to obtain second session information of the account, and send a second operation request to the target website according to the second session information.
In a possible implementation manner, the processing module 402 is further configured to delete the first session information if a logout operation of the account is received.
Example 5:
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present invention, and on the basis of the foregoing embodiments, an embodiment of the present invention further provides an electronic device, as shown in fig. 5, including: the system comprises a processor 501, a communication interface 502, a memory 503 and a communication bus 504, wherein the processor 501, the communication interface 502 and the memory 503 are communicated with each other through the communication bus 504;
the memory 503 has stored therein a computer program which, when executed by the processor 501, causes the processor 501 to perform the steps of:
if any account is identified to log in the target website, first session information of the currently logged account is acquired;
before logging out the account, triggering browsing action on the target website according to a set time interval, wherein the time interval is smaller than the validity period of the first session information.
In a possible implementation manner, before the triggering of the browsing action on the target website according to the set time interval, the method further includes:
sending a first operation request to the target website according to the first session information;
and if response information that the first operation request fed back by the target website is successful is received, performing subsequent steps of triggering the browsing action of the target website according to a set time interval.
In one possible embodiment, the method further comprises:
if response information of failure of the first operation request fed back by the target website is received, controlling the account to log in the target website again;
and acquiring second session information of the account, and sending a second operation request to the target website according to the second session information.
In one possible embodiment, the method further comprises:
and if the logout operation of the account is received, deleting the first session information.
Because the principle of the electronic device for solving the problem is similar to that of the communication method, the implementation of the electronic device may refer to the implementation of the method, and repeated details are not repeated.
The communication bus mentioned in the electronic device may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus.
The communication interface 502 is used for communication between the above-described electronic apparatus and other apparatuses.
The Memory may include a Random Access Memory (RAM) or a Non-Volatile Memory (NVM), such as at least one disk Memory. Alternatively, the memory may be at least one memory device located remotely from the aforementioned processor.
The Processor may be a general-purpose Processor, including a central processing unit, a Network Processor (NP), and the like; but may also be a Digital instruction processor (DSP), an application specific integrated circuit, a field programmable gate array or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or the like.
Example 6:
on the basis of the foregoing embodiments, the present invention further provides a computer-readable storage medium, in which a computer program executable by a processor is stored, and when the program runs on the processor, the processor is caused to execute the following steps:
if any account is identified to log in the target website, acquiring first session information of the currently logged account;
before logging off the account, triggering a browsing action on the target website according to a set time interval, wherein the time interval is smaller than the validity period of the first session information.
In a possible implementation manner, before the triggering of the browsing action on the target website according to the set time interval, the method further includes:
sending a first operation request to the target website according to the first session information;
and if response information that the first operation request fed back by the target website is successful is received, performing subsequent steps of triggering the browsing action of the target website according to a set time interval.
In one possible embodiment, the method further comprises:
if response information of failure of the first operation request fed back by the target website is received, controlling the account to log in the target website again;
and acquiring second session information of the account, and sending a second operation request to the target website according to the second session information.
In one possible embodiment, the method further comprises:
and if the logout operation of the account is received, deleting the first session information.
Since the principle of solving the problem of the computer readable medium is similar to that of the communication method, after the processor executes the computer program in the computer readable medium, the steps implemented may refer to the other embodiments, and repeated parts are not described again.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (10)

1. A method for maintaining login status, the method comprising:
if any account is identified to log in the target website, acquiring first session information of the currently logged account;
before logging off the account, triggering a browsing action on the target website according to a set time interval, wherein the time interval is smaller than the validity period of the first session information.
2. The method of claim 1, wherein before triggering the browsing action on the target website at the set time interval, the method further comprises:
sending a first operation request to the target website according to the first session information;
and if response information that the first operation request fed back by the target website is successful is received, performing subsequent steps of triggering the browsing action of the target website according to a set time interval.
3. The method of claim 2, further comprising:
if response information of failure of the first operation request fed back by the target website is received, controlling the account to log in the target website again;
and acquiring second session information of the account, and sending a second operation request to the target website according to the second session information.
4. The method of claim 1, further comprising:
and if the logout operation of the account is received, deleting the first session information.
5. A log-in state maintenance apparatus, comprising:
the acquisition module is used for acquiring first session information of a currently logged account if any account is identified to log in the target website;
and the processing module is used for triggering the browsing action of the target website according to a set time interval before the account is logged out, wherein the time interval is less than the validity period of the first session information.
6. The apparatus of claim 5, further comprising:
the sending module is used for sending a first operation request to the target website according to the first session information;
the processing module is specifically configured to, if response information that the first operation request fed back by the target website is successful is received, perform a subsequent step of triggering a browsing action on the target website according to a set time interval.
7. The apparatus according to claim 6, wherein the processing module is further configured to control the account to log in the target website again if response information that the first operation request fed back by the target website fails is received;
the obtaining module is further configured to obtain second session information of the account, and send a second operation request to the target website according to the second session information.
8. The apparatus of claim 5, wherein the processing module is further configured to delete the first session information if a logout operation for the account is received.
9. An electronic device, characterized in that the electronic device comprises at least a processor and a memory, the processor being adapted to carry out the steps of the method for maintaining login status according to any of claims 1-4 when executing a computer program stored in the memory.
10. A computer-readable storage medium, characterized in that it stores a computer program which, when being executed by a processor, carries out the steps of the method for maintaining a login status according to any one of claims 1-4.
CN202011239473.9A 2020-11-09 2020-11-09 Login state maintenance method, device, equipment and medium Pending CN114531471A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011239473.9A CN114531471A (en) 2020-11-09 2020-11-09 Login state maintenance method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011239473.9A CN114531471A (en) 2020-11-09 2020-11-09 Login state maintenance method, device, equipment and medium

Publications (1)

Publication Number Publication Date
CN114531471A true CN114531471A (en) 2022-05-24

Family

ID=81618470

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011239473.9A Pending CN114531471A (en) 2020-11-09 2020-11-09 Login state maintenance method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN114531471A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101795289A (en) * 2009-12-30 2010-08-04 华为技术有限公司 Method, device and system for remote procedure call control
CN102571867A (en) * 2010-12-31 2012-07-11 南京联创科技集团股份有限公司 Method for keeping active session in browser/server (BS) architecture portal application
CN107547288A (en) * 2017-10-30 2018-01-05 北京车万家科技有限公司 Simulate the method, apparatus and system logged in
US20180309836A1 (en) * 2017-04-19 2018-10-25 International Business Machines Corporation Cookie based session timeout detection and management
CN110557396A (en) * 2019-09-09 2019-12-10 苏宁消费金融有限公司 method and system for unifying login sessions between H5 clients
US20200099753A1 (en) * 2018-09-24 2020-03-26 Citrix Systems, Inc. Systems and methods for consistent enforcement policy across different saas applications via embedded browser
CN111107673A (en) * 2018-10-25 2020-05-05 华为技术有限公司 Wireless communication method and device
CN111258602A (en) * 2020-01-10 2020-06-09 百度在线网络技术(北京)有限公司 Information updating method and device
CN111756784A (en) * 2019-04-30 2020-10-09 北京京东尚科信息技术有限公司 Session method, session device, computer equipment and medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101795289A (en) * 2009-12-30 2010-08-04 华为技术有限公司 Method, device and system for remote procedure call control
CN102571867A (en) * 2010-12-31 2012-07-11 南京联创科技集团股份有限公司 Method for keeping active session in browser/server (BS) architecture portal application
US20180309836A1 (en) * 2017-04-19 2018-10-25 International Business Machines Corporation Cookie based session timeout detection and management
CN107547288A (en) * 2017-10-30 2018-01-05 北京车万家科技有限公司 Simulate the method, apparatus and system logged in
US20200099753A1 (en) * 2018-09-24 2020-03-26 Citrix Systems, Inc. Systems and methods for consistent enforcement policy across different saas applications via embedded browser
CN111107673A (en) * 2018-10-25 2020-05-05 华为技术有限公司 Wireless communication method and device
CN111756784A (en) * 2019-04-30 2020-10-09 北京京东尚科信息技术有限公司 Session method, session device, computer equipment and medium
CN110557396A (en) * 2019-09-09 2019-12-10 苏宁消费金融有限公司 method and system for unifying login sessions between H5 clients
CN111258602A (en) * 2020-01-10 2020-06-09 百度在线网络技术(北京)有限公司 Information updating method and device

Similar Documents

Publication Publication Date Title
CN110213356B (en) Login processing method based on data processing and related equipment
US10277697B2 (en) Method and system for pushing web application message
US10452469B2 (en) Server performance correction using remote server actions
CN106357694B (en) Access request processing method and device
CN112800309A (en) Crawler system based on HTTP proxy and implementation method thereof
WO2019242455A1 (en) Method and apparatus for user request forwarding, reverse proxy and computer readable storage medium
CN110134490B (en) Virtual machine dynamic migration method, device and storage medium
CN109327499B (en) Service interface management method and device, storage medium and terminal
CN106210159B (en) Domain name resolution method and device
CN114189559A (en) Interface repeat request processing method and system based on Axios
CN106911680B (en) Strategy issuing method and device
CN113542256A (en) Method, device, equipment and storage medium for updating login credentials in client
CN113238815A (en) Interface access control method, device, equipment and storage medium
CN112422705A (en) Server, data processing method and medium
CN114531471A (en) Login state maintenance method, device, equipment and medium
CN109784035B (en) Installation process tracking processing method and device
CN113422784B (en) Login certificate updating method and device, computer equipment and storage medium
CN112995360B (en) Domain name detection method and device, DGA service equipment and storage medium
CN115065510A (en) Login method, device, system, electronic equipment and readable storage medium
CN111092864B (en) Session protection method, device, equipment and readable storage medium
CN112395133B (en) Data backup method and device based on virtual machine and computer equipment
CN109981521B (en) Message association method, message association device and message association system
US20180373603A1 (en) Web Application System and Database Utilization Method Therefor
CN110113187B (en) Configuration updating method and device, configuration server and configuration system
CN111131397B (en) Application management method and system, gateway platform, server 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