CN106790150B - Session maintaining method and device - Google Patents

Session maintaining method and device Download PDF

Info

Publication number
CN106790150B
CN106790150B CN201611239467.7A CN201611239467A CN106790150B CN 106790150 B CN106790150 B CN 106790150B CN 201611239467 A CN201611239467 A CN 201611239467A CN 106790150 B CN106790150 B CN 106790150B
Authority
CN
China
Prior art keywords
identification information
client
application server
transaction
information
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
CN201611239467.7A
Other languages
Chinese (zh)
Other versions
CN106790150A (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.)
Beijing Infosec Technologies Co Ltd
Original Assignee
Beijing Infosec Technologies Co Ltd
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 Beijing Infosec Technologies Co Ltd filed Critical Beijing Infosec Technologies Co Ltd
Priority to CN201611239467.7A priority Critical patent/CN106790150B/en
Publication of CN106790150A publication Critical patent/CN106790150A/en
Application granted granted Critical
Publication of CN106790150B publication Critical patent/CN106790150B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • H04L67/142Managing session states for stateless protocols; Signalling session states; State transitions; Keeping-state mechanisms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/545Interprogram communication where tasks reside in different layers, e.g. user- and kernel-space
    • 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/0823Network architectures or network communication protocols for network security for authentication of entities using certificates
    • 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/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • 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

Abstract

The invention discloses a session maintaining method and a session maintaining device, wherein the method comprises the following steps: receiving a digital certificate sent by a client, wherein the digital certificate carries subject information of the transaction; determining the identification information of the transaction according to the theme information, wherein the identification information is used for indicating that the transaction needs session maintenance; determining a strategy corresponding to the identification information according to the identification information; and determining the application server executing the transaction according to the determined strategy, and processing the data information sent by the client by using the determined application server, so that the transaction data information with the same identification information in the subject information is transmitted to the same application server for processing, the processing efficiency is improved, and the integrity and the safety of the data are ensured.

Description

Session maintaining method and device
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a session holding method and apparatus.
Background
HTTP (Hypertext transfer protocol) is the most widely applied protocol on the internet, because of the stateless property of the protocol itself, in many application scenarios requiring continuous communication (e.g. electronic commerce, user management, etc.) and in an environment where load balancing devices are equipped on the internet, it is often necessary for an application delivery device to forward a series of associated requests to the same server for processing. For example, in a shopping cart of an e-commerce website, data interaction is performed between a client browser and a Web page (Web) server, and when a client adds a commodity to the shopping cart, the Web server must keep shopping cart information of the client, so that no problem occurs. Therefore, it is necessary to ensure that the HTTP request message of the client requiring session maintenance is distributed to the same server for processing by using the session maintenance technology, so as to ensure the integrity and security of communication.
In the session holding method adopted in the prior art, session holding is generally realized according to specific information, cookie information, an IP (Internet Protocol) address and the like in a client request. The method for realizing session maintenance by using the IP address needs a dynamic session maintenance table, for example, source IP session maintenance and destination session maintenance, and the method does not analyze the HTTP protocol and cannot support the client attribute carried by the HTTP protocol; in addition, the cookie information is adopted to realize the session maintenance, and although a session maintenance table is not needed, the original message needs to be modified and the information of the session maintenance is added. In some networks with higher security requirements, the method may be considered as an exception or mistakenly considered as a network attack, and the support of the method on HTTP is limited to cookies, and when the browser disables the cookies, the session holding method completely fails.
Therefore, what method is adopted is one of the problems to be solved urgently, which can improve the processing capability of the HTTP protocol and ensure the integrity and security of data.
Disclosure of Invention
The embodiment of the invention provides a session maintaining method and device, which are used for improving the processing capacity of an HTTP (hyper text transport protocol) and the safety and integrity of data.
The embodiment of the invention provides a session maintaining method, which comprises the following steps:
Receiving a digital certificate sent by a client, wherein the digital certificate carries subject information of the transaction;
Determining the identification information of the transaction according to the theme information, wherein the identification information is used for indicating that the transaction needs session maintenance;
Determining a strategy corresponding to the identification information according to the identification information; and
And determining an application server for executing the transaction according to the determined strategy.
An embodiment of the present invention provides a session holding apparatus, including:
The receiving unit is used for receiving a digital certificate sent by a client, wherein the digital certificate carries the subject information of the transaction;
The first determining unit is used for determining the identification information of the transaction according to the theme information, wherein the identification information is used for indicating that the transaction needs session maintenance;
A second determining unit, configured to determine, according to the identification information, a policy corresponding to the identification information;
And the third determining unit is used for determining the application server executing the transaction according to the determined strategy.
The invention has the beneficial effects that:
According to the session maintaining method and device provided by the embodiment of the invention, after a digital certificate sent by a client is received, identification information of the transaction is determined according to the subject information of the transaction carried in the digital certificate, wherein the identification information is used for indicating that the transaction needs session maintaining; determining a strategy corresponding to the identification information according to the determined identification information; and then determining an application server for executing the transaction according to the determined strategy, and processing the data information of the transaction sent by the client by using the server, so that the transaction data of the same identification information in the transaction is processed by the same application server.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the invention and not to limit the invention. In the drawings:
Fig. 1 is a schematic flow chart of an implementation of a session holding method according to an embodiment of the present invention;
Fig. 2 is a schematic diagram illustrating an implementation flow of exchanging with a client in a session maintaining method according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a session holding apparatus according to an embodiment of the present invention;
Fig. 4 is a schematic structural diagram of a session holding system according to an embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a session maintaining method and device, which are used for transmitting a digital certificate and transaction data based on an HTTP (hyper text transport protocol) protocol so as to improve the processing capacity of the HTTP protocol and ensure the safety and integrity of the data.
It should be noted that the digital certificate according to the present invention is a file digitally signed by an authorization center and containing public key owner information and a public key. The digital certificate contains information such as a public key, name, validity period, and digital signature of the certificate authority.
it should be noted that the method for executing session maintenance according to the present invention may be an SS L (Secure Sockets L layer) server, where an SS L Protocol is located between a TCP/IP (Transmission Control Protocol/internet Protocol) Protocol and various application layer protocols, and provides security support for data communication.
The preferred embodiments of the present invention will be described below with reference to the accompanying drawings of the specification, it being understood that the preferred embodiments described herein are merely for illustrating and explaining the present invention, and are not intended to limit the present invention, and that the embodiments and features of the embodiments in the present invention may be combined with each other without conflict.
Example one
As shown in fig. 1, an implementation flow diagram of a session maintaining method provided in the embodiment of the present invention may include the following steps:
S11, receiving a digital certificate sent by the client, wherein the digital certificate carries the subject information of the transaction.
In specific implementation, the client sends the digital certificate through an HTTP protocol. In addition, the subject information is composed of character strings, such as: cn ═ abc, ou ═ po, o ═ test, c ═ cn, and the like. The theme information may be composed of various types of information, and may be defined according to actual needs, which is not limited in the present invention.
Preferably, before receiving the digital certificate sent by the client, the method further comprises: and after receiving a security connection request sent by the client, informing the client to provide the digital certificate.
specifically, an SS L security connection request sent by a client through an HTTP protocol is received, and after the security connection request is received, the client is notified to provide a digital certificate, where the digital certificate is used to establish a certificate of an SS L security channel, and may be written as a clientcertificate.
after the secure channel is successfully established, the client can send data information to the SS L server through the channel.
And S12, determining the identification information of the transaction according to the subject information.
The identification information is used for indicating that the transaction needs session maintenance. The identification information may be distinguished according to the user who performs the transaction, and as shown in table 1, the identification information may be a user or the like, for example, for a general user. Of course, other information may be used to define the identification information, which is not limited by the present invention.
TABLE 1
Type of user Identification information
General users user
VIP subscribers ViPuser
Special users Suser
…… ……
And S13, determining the strategy corresponding to the identification information according to the identification information.
In specific implementation, the policy includes a correspondence between the identification information and the application server, and step S13 specifically includes:
And determining an application server corresponding to the identification information according to the corresponding relation between the identification information contained in the determined strategy and the application server.
Specifically, the relationship list between the identification information and the application server can refer to table 2:
TABLE 2
Identification information Application server
Identification information 1 Application server 1
Identification information 2 Application server 2
Identification information 3 Application server 3
…… ……
It should be noted that table 2 is only a simple corresponding relationship, and there may be a case where a plurality of identification information corresponds to 1 application server, for example, the identification information is address information, a user whose address information belongs to the north china area is processed by the application server 1, a user whose address information belongs to the middle area is processed by the application server 2, and the like.
And S14, determining the application server for executing the transaction according to the determined strategy.
Specifically, according to the correspondence between the identification information included in the policy and the application server, when it is determined that the identification information of the transaction is identification information 1, it may be determined that the application server corresponding to the identification information 1 is the application server 1 as shown in table 1. And ensuring that the data information of the same digital certificate user or the data information of the same type of digital certificate user can be processed by the corresponding application server of the identification information.
Further, after receiving the digital certificate sent by the client, the session holding flow shown in fig. 2 is also included, and the following steps may be included:
And S21, sending a verification passing indication message to the client.
the verification passing indication information is used for indicating that the SS L secure channel is successfully established.
And S22, receiving the data information of the transaction sent by the client.
Specifically, data information of the transaction sent by the client through the HTTP protocol is received.
And S23, processing the data information by using the determined application server.
Specifically, the data information sent by the client in step S22 is processed by the application server determined in step S14.
Preferably, the method further comprises: and if the strategy corresponding to the identification information is not determined according to the identification information, processing the data information by using a preset application server.
if the user executes a certain transaction by using the client for the first time, the identification information of the user is not recorded in a relation list between the identification information stored in the SS L server and the application server, the data information is processed by using a preset application server at this time, then the application server is distributed to the identification information so as to process the data information with the identification information by using the application server at the next time, and after the application server is distributed to the identification information, the relation list between the stored identification information and the application server can be updated according to the identification information and the distributed application server, so that the processing efficiency of the SS L server is improved.
the session maintaining method provided by the embodiment of the invention comprises the steps of receiving a digital certificate sent by a client, wherein the digital certificate carries subject information of the transaction, determining identification information of the transaction according to the subject information, wherein the identification information is used for indicating that the transaction needs session maintenance, determining a strategy corresponding to the identification information according to the identification information, and determining an application server for executing the transaction according to the determined strategy.
Example two
Based on the same inventive concept, the embodiment of the present invention further provides a session maintaining apparatus, and as the principle of the apparatus for solving the problem is similar to the session maintaining method, the implementation of the apparatus can refer to the implementation of the method, and repeated details are not described.
As shown in fig. 3, a schematic structural diagram of a session holding apparatus provided in an embodiment of the present invention includes: a receiving unit 31, a first determining unit 32, a second determining unit 33 and a third determining unit 34, wherein:
A receiving unit 31, configured to receive a digital certificate sent by a client, where the digital certificate carries subject information of the transaction;
A first determining unit 32, configured to determine, according to the subject information, identification information of the current transaction, where the identification information is used to indicate that the current transaction needs to be session-maintained;
A second determining unit 33, configured to determine, according to the identification information, a policy corresponding to the identification information;
And a third determining unit 34, configured to determine, according to the determined policy, an application server that executes the transaction.
In specific implementation, the policy contains the correspondence between the identification information and the application server, and
The third determining unit 34 is specifically configured to determine, according to a correspondence between the identification information included in the determined policy and the application server, the application server corresponding to the identification information.
Specifically, the apparatus further includes a sending unit 35, where:
The sending unit 35 is configured to send an authentication passing indication message to the client after the receiving unit 31 receives the digital certificate sent by the client;
The receiving unit 31 is further configured to receive data information of the transaction sent by the client; and
The third determining unit 34 is further configured to process the data information by using the determined application server.
Preferably, the apparatus further comprises a processing unit 36, wherein:
The processing unit 36 is configured to, if the second determining unit 33 does not determine the policy corresponding to the identifier according to the identifier, process the data information by using a preset application server.
Preferably, the apparatus further comprises a notification unit 37, wherein:
The notifying unit 37 is configured to notify the client of providing the digital certificate before the receiving unit 31 receives the digital certificate sent by the client and after receiving the secure connection request sent by the client.
for example, the session holding device provided by the second embodiment of the present invention may be disposed in an SS L server, and the SS L server performs session holding.
EXAMPLE III
as shown in fig. 4, a schematic structural diagram of a session maintenance system provided in the embodiment of the present invention includes a client 41 and an SS L server 42, where the client 41 and the SS L server 42 may operate according to the following steps when performing a session maintenance procedure:
S51, the client 41 sends a secure connection request.
S52, SS L server 42 notifies client 41 to provide the digital certificate.
S53, the SS L server 42 receives the digital certificate sent by the client 41, where the digital certificate carries the subject information of the transaction.
S54, the SS L server 42 sends a verification-passed indication message to the client 41.
and S55, the SS L server 42 determines the identification information of the transaction according to the subject information, wherein the identification information is used for indicating that the transaction needs to be session-maintained.
and S56, the SS L server 42 determines the strategy corresponding to the identification information according to the identification information.
and S57, the SS L server 42 determines the application server for executing the transaction according to the determined strategy.
S58, the client 41 sends the data information of the current transaction.
specifically, step S58 may also be performed after the server 42 sends the verification-pass indication message to the client 41 in step S54 SS.
S59, SS L server 42 processes the data information using the specified application server.
specifically, the SS L server 42 processes the data information using the application server determined in step S57.
The session holding apparatus and system provided by the embodiments of the present application can be realized by a computer program. It should be understood by those skilled in the art that the above-mentioned module division is only one of many module division, and if the division into other modules or no division into modules is performed, it is within the scope of the present application as long as the session holding apparatus and system have the above-mentioned functions.
the embodiment of the invention provides a session maintaining method and a session maintaining device, wherein the session maintaining method provided by the embodiment of the invention comprises the steps of receiving a digital certificate sent by a client, wherein the digital certificate carries subject information of a transaction, determining identification information of the transaction according to the subject information, wherein the identification information is used for indicating that the transaction needs session maintenance, determining a strategy corresponding to the identification information according to the identification information, and determining an application server for executing the transaction according to the determined strategy.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention 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 invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. 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.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (8)

1. A session maintenance method, comprising:
Receiving a digital certificate sent by a client, wherein the digital certificate carries subject information of the transaction;
Determining the identification information of the transaction according to the theme information, wherein the identification information is used for indicating that the transaction needs session maintenance;
Determining a strategy corresponding to the identification information according to the identification information; and
Determining an application server for executing the transaction according to the determined strategy;
After receiving the digital certificate sent by the client, the method further comprises the following steps:
Sending a verification passing indication message to the client; and are
Receiving data information of the transaction sent by a client; and are
And processing the data information by using the determined application server.
2. The method of claim 1, wherein the policy contains a correspondence of identification information to an application server, and
Determining an application server for executing the transaction according to the determined strategy, which specifically comprises the following steps:
And determining an application server corresponding to the identification information according to the corresponding relation between the identification information contained in the determined strategy and the application server.
3. The method of claim 1, further comprising: and if the strategy corresponding to the identification information is not determined according to the identification information, processing the data information by using a preset application server.
4. The method of claim 1, wherein prior to receiving the digital certificate sent by the client, the method further comprises:
And after receiving a security connection request sent by the client, informing the client to provide the digital certificate.
5. A session-holding apparatus, comprising:
The receiving unit is used for receiving a digital certificate sent by a client, wherein the digital certificate carries the subject information of the transaction;
The first determining unit is used for determining the identification information of the transaction according to the theme information, wherein the identification information is used for indicating that the transaction needs session maintenance;
A second determining unit, configured to determine, according to the identification information, a policy corresponding to the identification information;
A third determining unit, configured to determine, according to the determined policy, an application server that executes the transaction;
The sending unit is used for sending an indication message of passing the verification to the client after the receiving unit receives the digital certificate sent by the client;
The receiving unit is also used for receiving the data information of the transaction sent by the client; and
The third determining unit is further configured to process the data information by using the determined application server.
6. The apparatus of claim 5, wherein the policy comprises a correspondence of identification information to an application server, and
The third determining unit is specifically configured to determine, according to a correspondence between the identification information included in the determined policy and the application server, the application server corresponding to the identification information.
7. The apparatus of claim 5, further comprising a processing unit, wherein:
And the processing unit is configured to process the data information by using a preset application server if the second determining unit does not determine the policy corresponding to the identification information according to the identification information.
8. The apparatus of claim 5, further comprising a notification unit, wherein:
The notification unit is used for notifying the client to provide the digital certificate before the receiving unit receives the digital certificate sent by the client and after receiving the security connection request sent by the client.
CN201611239467.7A 2016-12-28 2016-12-28 Session maintaining method and device Active CN106790150B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611239467.7A CN106790150B (en) 2016-12-28 2016-12-28 Session maintaining method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611239467.7A CN106790150B (en) 2016-12-28 2016-12-28 Session maintaining method and device

Publications (2)

Publication Number Publication Date
CN106790150A CN106790150A (en) 2017-05-31
CN106790150B true CN106790150B (en) 2020-07-31

Family

ID=58923311

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611239467.7A Active CN106790150B (en) 2016-12-28 2016-12-28 Session maintaining method and device

Country Status (1)

Country Link
CN (1) CN106790150B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114928661A (en) * 2022-05-31 2022-08-19 杭州迪普科技股份有限公司 Session keeping method and device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1787513A (en) * 2004-12-07 2006-06-14 上海鼎安信息技术有限公司 System and method for safety remote access
CN103457869A (en) * 2013-08-28 2013-12-18 北京星网锐捷网络技术有限公司 Conversation maintaining method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101340371B (en) * 2008-08-12 2011-09-21 杭州华三通信技术有限公司 Session keeping method and load balance apparatus
CN103957207B (en) * 2014-04-29 2017-11-28 北京太一星晨信息技术有限公司 A kind of session keeping method and device
CN105591959B (en) * 2014-10-24 2019-04-05 华耀(中国)科技有限公司 A kind of system and method carrying out load balancing using SSL Session state reuse

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1787513A (en) * 2004-12-07 2006-06-14 上海鼎安信息技术有限公司 System and method for safety remote access
CN103457869A (en) * 2013-08-28 2013-12-18 北京星网锐捷网络技术有限公司 Conversation maintaining method and device

Also Published As

Publication number Publication date
CN106790150A (en) 2017-05-31

Similar Documents

Publication Publication Date Title
US20200067903A1 (en) Integration of Publish-Subscribe Messaging with Authentication Tokens
EP3316544B1 (en) Token generation and authentication method, and authentication server
CN101163010B (en) Method of authenticating request message and related equipment
CN109474916B (en) Equipment authentication method, device and machine readable medium
CN114900338B (en) Encryption and decryption method, device, equipment and medium
KR20220006623A (en) Blockchain consensus method, device and system
US20170279706A1 (en) Link processing method, apparatus, and system
CN108259618B (en) Synchronous data interaction processing method and device
CN105743947B (en) Resource sharing method and device
US10454909B2 (en) Key negotiation method and system, network entity and computer storage medium
CN106331042B (en) Single sign-on method and device for heterogeneous user system
CN104796436A (en) User login method and system, first platform server and related platform server
CN112134960B (en) Data request method and device
CN110166577A (en) Distributed Application cluster conversation processing system and method
US10219133B2 (en) Notification message transmission method and device, and computer storage medium
CN116827601A (en) Data transmission method, device, electronic equipment and storage medium
CN106790150B (en) Session maintaining method and device
KR20140090279A (en) Service security authentication method and web application server therof
US20230254146A1 (en) Cybersecurity guard for core network elements
CN110533503B (en) Data processing method and device
JP6527576B2 (en) Method, apparatus and system for acquiring local information
da Costa et al. Securing light clients in blockchain with DLCP
WO2012146091A1 (en) Authentication information processing
CN113497827B (en) Information sharing method and equipment
CN111835716B (en) Authentication communication method, server, device 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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 100093 Haidian District, Haidian District, Beijing, No. 23, No. 2, No. 1001

Applicant after: Beijing Xin'an century Polytron Technologies Inc

Address before: 100052 Beijing city Haidian District Bei wa Lu Xi Li No. 21 block A No. 8246

Applicant before: Beijing Infosec Technologies Co.,Ltd.

GR01 Patent grant
GR01 Patent grant