CN109302446B - Cross-platform access method and device, electronic equipment and storage medium - Google Patents

Cross-platform access method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN109302446B
CN109302446B CN201810929073.7A CN201810929073A CN109302446B CN 109302446 B CN109302446 B CN 109302446B CN 201810929073 A CN201810929073 A CN 201810929073A CN 109302446 B CN109302446 B CN 109302446B
Authority
CN
China
Prior art keywords
server
sub
cookie file
login information
main server
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
CN201810929073.7A
Other languages
Chinese (zh)
Other versions
CN109302446A (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.)
Guangdong Baolun Electronics Co ltd
Original Assignee
Guangzhou Baolun Electronics 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 Guangzhou Baolun Electronics Co Ltd filed Critical Guangzhou Baolun Electronics Co Ltd
Priority to CN201810929073.7A priority Critical patent/CN109302446B/en
Publication of CN109302446A publication Critical patent/CN109302446A/en
Application granted granted Critical
Publication of CN109302446B publication Critical patent/CN109302446B/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/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • 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
    • 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/083Network architectures or network communication protocols for network security for authentication of entities using passwords
    • 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]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a cross-platform access method, which comprises the following steps: sending a login command to a main server through a target server, and carrying out identity authentication on login information by the main server; after the identity authentication is passed, the main server encrypts the login information to generate a cookie file and sends the cookie file to the target server; the target server sends the cookie file to a sub-server; the sub-server sends the cookie file to a main server for consistency verification; and sending the verification result to a sub-server, and allowing the target server to log in by the sub-server. The invention also discloses a cross-platform access device, electronic equipment and a computer readable storage medium. According to the invention, cross-platform access is realized through interaction between the main server and the sub-servers, login information does not need to be input when each sub-server is accessed, only the sub-server needs to perform consistency verification with the main server at the background, and the user experience is improved.

Description

Cross-platform access method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of information access technologies, and in particular, to a cross-platform access method and apparatus, an electronic device, and a storage medium.
Background
With the rapid development of mobile terminal technology, the functions provided by the mobile terminal technology are more and more, and users can freely install various applications written by web technology, and due to the incompatibility among platforms, it is a very common phenomenon to install dozens of applications in the mobile terminal. In the prior art, running on a plurality of browsers can be realized through Java Applet plug-ins, and consistent experience can be obtained, however, the following defects exist in the mode: the Java Applet plug-in has overlarge volume and low running speed, and the mobile operating system does not support Java language enough, so the Java Applet plug-in can only run on a personal computer and cannot run on a mobile terminal, and when all platforms are accessed, login accounts, passwords and the like need to be registered and input, thereby reducing user experience.
Disclosure of Invention
In order to overcome the defects of the prior art, one of the purposes of the invention is to provide a cross-platform access method, which realizes cross-platform access through interaction between a main server and sub-servers, does not need to input login information when accessing each sub-server, and only needs the sub-servers to perform consistency verification with the main server at the background, thereby improving user experience.
The second purpose of the present invention is to provide a cross-platform access device, which realizes cross-platform access through interaction between a main server and a sub-server, and accesses each sub-server without inputting login information, only by performing consistency verification between the sub-server and the main server at the background, thereby improving user experience.
The invention further aims to provide the electronic equipment for realizing the cross-platform access method.
It is a fourth object of the present invention to provide a computer-readable storage medium storing the above cross-platform access method.
One of the purposes of the invention is realized by adopting the following technical scheme:
a cross-platform access method is used for accessing a main server and a plurality of sub servers through a target server, wherein the sub servers are communicated with the main server, and comprises the following steps:
sending a login command to a main server through a target server, and acquiring login information sent by the target server and carrying out identity verification on the login information by the main server;
after the identity authentication is passed, the main server encrypts the login information to generate a cookie file and sends the cookie file to the target server, wherein the cookie file is stored in the main server, and the target server stores the cookie file in a local browser;
when the target server accesses the sub-server, the cookie file is sent to the sub-server;
the sub server receives the cookie file and sends the cookie file to a main server, and consistency verification is carried out on the cookie file and the cookie file stored in the main server;
and after the consistency verification is successful, the verification result is sent to the sub-server, and the sub-server allows the target server to log in.
Further, before sending the login command to the main server through the target server, the method further includes:
setting login information through the target server, wherein the login information at least comprises an account and a password;
the target server sends the login information to the main server in a command form through a websocket technology, and the main server stores the received login information in a main server database;
and the main server sends the login information to all the sub servers in a group mode through a websocket technology.
Further, the login information is modified through the target server to form modified login information;
the target server sends the modified login information to the main server in a command form through a websocket technology, and the main server updates the received modified login information into a main server database;
and the main server sends the modified login information to all the sub-servers in a group for data synchronization through the websocket technology.
Further, sending a login command to the main server through the target server includes:
a user inputs login information in a local browser of terminal equipment to log in a target server;
when a user sends a cross-platform login request, a target server sends a login command to a main server and sends login information to the main server.
Further, the target server saves the cookie file in the local browser, including:
and the target server sends the cookie file to a local browser used by the terminal equipment of the user for storing in the local browser, wherein the storage mode is automatic or manual.
Further, when the target server accesses the sub-server, the cookie file is sent to the sub-server, and the method comprises the following steps:
a user finds a sub-server to be accessed through a local browser of terminal equipment of the user;
and after searching, the target server sends the cookie file to a sub-server to be accessed.
The second purpose of the invention is realized by adopting the following technical scheme:
a cross-platform access device for accessing a main server and a plurality of sub-servers through a target server, the sub-servers being in communication with the main server, comprising:
the identity authentication module is used for sending a login command to the main server through the target server, and the main server acquires login information sent by the target server and performs identity authentication on the login information;
the generating module is used for encrypting the login information by the main server after the identity authentication is passed, generating a cookie file and sending the cookie file to the target server, wherein the cookie file is stored in the main server, and the cookie file is stored in the local browser by the target server;
the access module is used for sending the cookie file to the sub-server when the target server accesses the sub-server;
the consistency verification module is used for receiving the cookie file by the sub server, sending the cookie file to a main server and carrying out consistency verification on the cookie file and the cookie file stored in the main server;
and the login module is used for sending the verification result to the sub-server after the consistency verification is successful, and the sub-server allows the target server to log in.
The third purpose of the invention is realized by adopting the following technical scheme:
an electronic device, comprising: one or more processors; a storage device for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement a cross-platform access method that is one of the objects of the present invention.
The fourth purpose of the invention is realized by adopting the following technical scheme:
a computer-readable storage medium on which a computer program is stored which, when executed by a processor, implements a cross-platform access method that is one of the objects of the present invention.
Compared with the prior art, the invention has the beneficial effects that:
according to the invention, cross-platform access is realized through interaction among the target server, the main server and the sub-servers, inconsistent experience caused by incompatibility among platforms is avoided, login information does not need to be input when each sub-server is accessed, only the sub-server needs to perform consistency verification with the main server at the background, and user experience is improved.
Drawings
FIG. 1 is a flowchart of a cross-platform access method according to a first embodiment of the present invention;
fig. 2 is a schematic structural diagram of a cross-platform access device according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device according to a third embodiment of the present invention.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and the detailed description, and it should be noted that any combination of the embodiments or technical features described below can be used to form a new embodiment without conflict.
Example one
The embodiment of the invention discloses a cross-platform access method, which is used for accessing a main server and a plurality of sub servers through a target server, wherein the sub servers are communicated with the main server. The positions of the main server and the sub servers can be switched at any time, namely, any sub server can be the main server, and the main server and the sub servers can be constructed by adopting different operating systems and hardware architectures, so that cross-platform access of the target server is realized.
The method may be implemented by hardware or/and software, as shown in fig. 1, and includes the following steps:
110. and sending a login command to the main server through the target server, and acquiring login information sent by the target server and carrying out identity authentication on the login information by the main server.
At any time before the target server sends the login command to the main server, login information needs to be registered, which specifically includes: setting login information through the target server, wherein the login information at least comprises an account and a password; the target server sends the login information to the main server in a command form through a websocket technology, and the main server stores the received login information in a main server database; and the main server sends the login information to all the sub servers in a group mode through a websocket technology.
If the login information needs to be modified, the login information needs to be modified through the target server to form modified login information; then the target server sends the modified login information to a main server in a command form through a websocket technology, and the main server updates the received modified login information into a main server database; and finally, the main server sends the modified login information to all the sub-servers in a group for data synchronization through the websocket technology.
After the authentication is passed, the operation of step 120 is executed, otherwise, the operation is fed back to the target server. The target server is the server that the user logs in, and can also be used as a main server or a sub server. The user logs in the target server in an application form through the terminal device, and then the target server sends a command to the main server, wherein the terminal device can be a desktop, a notebook, a mobile phone, a tablet personal computer and the like, and the application can be a browser or an app client and the like. Here, the present invention will be explained and explained with reference to a browser as an example. Sending a login command to a main server through a target server, wherein the login command comprises: a user inputs login information in a local browser of terminal equipment to log in a target server; when a user sends a cross-platform login request, a target server sends a login command to a main server and sends login information to the main server.
120. After the identity authentication is passed, the main server encrypts the login information, a cookie file is generated and sent to the target server, the cookie file is stored in the main server, and the target server stores the cookie file in a local browser.
The encryption mode may be symmetric encryption or asymmetric encryption. And after receiving the cookie file sent by the main server, the target server sends the cookie file to a local browser used by the terminal equipment of the user for storage, wherein the storage mode is automatic or manual.
130. When the target server accesses any sub-server, the cookie file is read from the local browser and sent to the sub-server.
A user logs in a target server through a local browser of terminal equipment of the user, and searches and selects a sub-server to be accessed through the target server; and after selection, the target server automatically sends the cookie file to the sub-server to be accessed.
140. And the sub server receives the cookie file, sends the cookie file to a main server, and performs consistency verification with the cookie file stored in the main server.
If the contents of the two cookie files are consistent, the consistency verification is successful, and the operation of the step 150 is executed, otherwise, the consistency verification is not passed, the sub server is not allowed to log in, if the sub server still needs to log in, the login information can be input, or the cookie file in the local browser is deleted, regenerated and logged in again to the sub server.
150. After the consistency verification is successful, the verification result is sent to the sub-server, the sub-server allows the target server to log in, namely, a user can access the sub-server through the target server, so that the purpose of cross-platform access is achieved, in the meantime, login information does not need to be input, and the user experience is improved.
Example two
An embodiment two discloses a cross-platform access device corresponding to the above embodiments, which is used for accessing a main server and a plurality of sub servers through a target server, where the sub servers are in communication with the main server, as shown in fig. 2, the cross-platform access device includes:
the identity authentication module 210 is configured to send a login command to the main server through the target server, and the main server obtains login information sent by the target server and performs identity authentication on the login information;
the generating module 220 is configured to encrypt the login information by the main server after the authentication passes, generate a cookie file, and send the cookie file to the target server, where the cookie file is stored in the main server and the target server stores the cookie file in the local browser;
the access module 230 is configured to send the cookie file to the sub-server when the target server accesses the sub-server;
the consistency verification module 240 is configured to receive the cookie file and send the cookie file to the main server by the sub-server, and perform consistency verification with the cookie file stored in the main server;
and a login module 250, configured to send the verification result to the sub-server after the consistency verification is successful, where the sub-server allows the target server to log in.
EXAMPLE III
Fig. 3 is a schematic structural diagram of an electronic device according to a third embodiment of the present invention, as shown in fig. 3, the electronic device includes a processor 310, a memory 320, an input device 330, and an output device 340; the number of the processors 310 in the computer device may be one or more, and one processor 310 is taken as an example in fig. 3; the processor 310, the memory 320, the input device 330 and the output device 340 in the electronic apparatus may be connected by a bus or other means, and the connection by the bus is exemplified in fig. 3.
The memory 320, which is a computer-readable storage medium, may be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the cross-platform access method in the embodiments of the present invention (e.g., the identity verification module 210, the generation module 220, the access module 230, the consistency verification module 240, and the login module 250 in the cross-platform access device). The processor 310 executes various functional applications of the electronic device and data processing by executing software programs, instructions and modules stored in the memory 320, that is, implements the cross-platform access method described above.
The memory 320 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 320 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the memory 320 may further include memory located remotely from the processor 310, which may be connected to the electronic device through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 330 may be used to receive input user identity information. The output device 340 may include a display device such as a display screen.
Example four
A fourth embodiment of the present invention further provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform a cross-platform access method, including:
sending a login command to a main server through a target server, and acquiring login information sent by the target server and carrying out identity verification on the login information by the main server;
after the identity authentication is passed, the main server encrypts the login information, generates a cookie file and sends the cookie file to the target server, wherein the cookie file is stored in the main server, and the target server stores the cookie file in a local browser;
when the target server accesses the sub-server, the cookie file is sent to the sub-server;
the sub server receives the cookie file, sends the cookie file to a main server, and carries out consistency verification with the cookie file stored in the main server;
and after the consistency verification is successful, the verification result is sent to the sub-server, and the sub-server allows the target server to log in.
Of course, the storage medium provided by the embodiment of the present invention contains computer-executable instructions, and the computer-executable instructions are not limited to the operations of the method described above, and may also perform related operations in the cross-platform access method provided by any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention or portions thereof contributing to the prior art may be embodied in the form of a software product, which may be stored in a computer readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions for enabling an electronic device (which may be a mobile phone, a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the cross-platform access device, the included units and modules are only divided according to functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
The above embodiments are only preferred embodiments of the present invention, and the protection scope of the present invention is not limited thereby, and any insubstantial changes and substitutions made by those skilled in the art based on the present invention are within the protection scope of the present invention.

Claims (9)

1. A cross-platform access method is used for accessing a main server and a plurality of sub servers through a target server, the sub servers are communicated with the main server, the positions between the main server and the sub servers can be switched and set, and the method comprises the following steps:
sending a login command to a main server through a target server, and acquiring login information sent by the target server and carrying out identity verification on the login information by the main server;
after the identity authentication is passed, the main server encrypts the login information, generates a cookie file and sends the cookie file to the target server, wherein the cookie file is stored in the main server, and the target server stores the cookie file in a local browser;
when the target server accesses the sub-server, the cookie file is sent to the sub-server;
the sub server receives the cookie file, sends the cookie file to a main server, and carries out consistency verification with the cookie file stored in the main server;
and after the consistency verification is successful, the verification result is sent to the sub-server, and the sub-server allows the target server to log in.
2. The cross-platform access method of claim 1, prior to sending the login command to the master server through the target server, further comprising:
setting login information through the target server, wherein the login information at least comprises an account and a password;
the target server sends the login information to the main server in a command form through a websocket technology, and the main server stores the received login information in a main server database;
and the main server sends the login information to all the sub-servers in a group mode through a websocket technology.
3. The cross-platform access method of claim 2, wherein the login information is modified by the target server to form modified login information;
the target server sends the modified login information to the main server in a command form through a websocket technology, and the main server updates the received modified login information into a main server database;
and the main server sends the modified login information to all the sub-servers in a group for data synchronization through the websocket technology.
4. The cross-platform access method of claim 1, wherein sending a login command to the master server through the target server comprises:
a user inputs login information in a local browser of terminal equipment to log in a target server;
when a user sends a cross-platform login request, a target server sends a login command to a main server and sends login information to the main server.
5. The cross-platform access method of claim 4, wherein the target server saves the cookie file in a local browser, comprising:
and the target server sends the cookie file to a local browser used by the terminal equipment of the user for storing in the local browser, wherein the storage mode is automatic or manual.
6. The cross-platform access method of claim 1, wherein sending the cookie file to a child server when a target server accesses the child server comprises:
a user finds a sub-server to be accessed through a local browser of terminal equipment of the user;
and after searching, the target server sends the cookie file to a sub-server to be accessed.
7. A cross-platform access device for accessing a main server and a sub-server through a target server, the sub-server being plural, the sub-server being in communication with the main server, wherein the status between the main server and the sub-server is switchable, comprising:
the identity authentication module is used for sending a login command to the main server through the target server, and the main server acquires login information sent by the target server and performs identity authentication on the login information;
the generating module is used for encrypting the login information by the main server after the identity authentication is passed, generating a cookie file and sending the cookie file to the target server, wherein the cookie file is stored in the main server, and the cookie file is stored in the local browser by the target server;
the access module is used for sending the cookie file to the sub-server when the target server accesses the sub-server;
the consistency verification module is used for receiving the cookie file by the sub server, sending the cookie file to a main server and carrying out consistency verification on the cookie file and the cookie file stored in the main server;
and the login module is used for sending the verification result to the sub-server after the consistency verification is successful, and the sub-server allows the target server to log in.
8. An electronic device, comprising:
one or more processors;
a storage device to store one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the cross-platform access method of any one of claims 1-6.
9. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a cross-platform access method according to any one of claims 1 to 6.
CN201810929073.7A 2018-08-15 2018-08-15 Cross-platform access method and device, electronic equipment and storage medium Active CN109302446B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810929073.7A CN109302446B (en) 2018-08-15 2018-08-15 Cross-platform access method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810929073.7A CN109302446B (en) 2018-08-15 2018-08-15 Cross-platform access method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109302446A CN109302446A (en) 2019-02-01
CN109302446B true CN109302446B (en) 2022-10-25

Family

ID=65165068

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810929073.7A Active CN109302446B (en) 2018-08-15 2018-08-15 Cross-platform access method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN109302446B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114285650A (en) * 2021-12-27 2022-04-05 中国电信股份有限公司 Communication system, method and device based on cookie authentication

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7194621B1 (en) * 2002-02-28 2007-03-20 Cisco Technology, Inc. Method and apparatus for encrypting data communicated between a client and a server that use an unencrypted data transfer protocol
CN101594360A (en) * 2009-07-07 2009-12-02 清华大学 LAN system and the method for safeguarding LAN information safety
CN101981868A (en) * 2008-04-02 2011-02-23 阿尔卡特朗讯公司 IPTV network with D-server controller, VoD-server controller and policy server that implement diagnostic tools
CN102281291A (en) * 2011-07-18 2011-12-14 李建成 Log-in method and system
CN102378171A (en) * 2010-08-16 2012-03-14 中国移动通信集团公司 Automatic authentication method and system thereof, Portal server, and RADIUS server
CN105812350A (en) * 2016-02-03 2016-07-27 北京中搜云商网络技术有限公司 Cross-platform single-point registration system

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
ES2530715T3 (en) * 2006-03-09 2015-03-04 Vasco Data Security Int Gmbh Method and system to authenticate a user
CN1835438B (en) * 2006-03-22 2011-07-27 阿里巴巴集团控股有限公司 Method of realizing single time accession between websites and website thereof
CN102065141B (en) * 2010-12-27 2014-05-07 广州欢网科技有限责任公司 Method and system for realizing single sign-on of cross-application and browser
CN102682009B (en) * 2011-03-11 2017-02-15 腾讯科技(北京)有限公司 Method and system for logging in webpage
US9342288B2 (en) * 2013-05-31 2016-05-17 Itron, Inc. Surfacing cross platform applications
CN105007280B (en) * 2015-08-05 2018-06-05 郑州悉知信息科技股份有限公司 A kind of application login method and device
CN105577835B (en) * 2016-02-03 2020-08-14 北京中搜云商网络技术有限公司 Cross-platform single sign-on system based on cloud computing
US20180191856A1 (en) * 2016-12-29 2018-07-05 Synology Inc. Cross-domain communication methods and proxy servers using the same
CN106612290B (en) * 2017-01-19 2020-04-03 河海大学 Cross-domain single sign-on method oriented to system integration

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7194621B1 (en) * 2002-02-28 2007-03-20 Cisco Technology, Inc. Method and apparatus for encrypting data communicated between a client and a server that use an unencrypted data transfer protocol
CN101981868A (en) * 2008-04-02 2011-02-23 阿尔卡特朗讯公司 IPTV network with D-server controller, VoD-server controller and policy server that implement diagnostic tools
CN101594360A (en) * 2009-07-07 2009-12-02 清华大学 LAN system and the method for safeguarding LAN information safety
CN102378171A (en) * 2010-08-16 2012-03-14 中国移动通信集团公司 Automatic authentication method and system thereof, Portal server, and RADIUS server
CN102281291A (en) * 2011-07-18 2011-12-14 李建成 Log-in method and system
CN105812350A (en) * 2016-02-03 2016-07-27 北京中搜云商网络技术有限公司 Cross-platform single-point registration system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Cookie实现同域,跨域单点登录;零度anngle;《CSDN https://blog.csdn.net/zmx729618/article/details/51361848》;20160510;全文 *
基于XMPP协议的Android手机即时通信应用研究与实现;高明鹏;《中国优秀硕士学位论文全文数据库 (信息科技辑) 》;20130115;全文 *
基于跨平台移动开发框架AppCan的新闻线索征集系统的设计与实现;孙雪松;《中国优秀硕士学位论文全文数据库 (信息科技辑) 》;20141015;全文 *

Also Published As

Publication number Publication date
CN109302446A (en) 2019-02-01

Similar Documents

Publication Publication Date Title
US10812566B2 (en) Distributed steam processing
US10623954B2 (en) AP connection method, terminal, and server
CN106874389B (en) Data migration method and device
WO2016101635A1 (en) Method, apparatus and device for synchronizing login status, and computer storage medium
EP3491808B1 (en) Interchangeable retrieval of content
US11196554B2 (en) Default password removal
CN108469972B (en) Method and device for supporting display of multiple windows in WEB page
WO2016070718A1 (en) Method, device, and browser for file downloading
CN109542862B (en) Method, device and system for controlling mounting of file system
CN111400777B (en) Network storage system, user authentication method, device and equipment
CN110493239B (en) Authentication method and device
US20170155712A1 (en) Method and device for updating cache data
CN106254328B (en) A kind of access control method and device
CN104618388A (en) Quick registration and login method and corresponding reset server and information server
CN106161356B (en) Method and system for rapidly logging in website through client
CN109495553A (en) A kind of webpage display control method, system and Reverse Proxy
CN111770072A (en) Method and device for accessing function page through single sign-on
US20230164131A1 (en) Accessing cloud data providers with user-impersonation
WO2016155266A1 (en) Data sharing method and device for virtual desktop
CN109302446B (en) Cross-platform access method and device, electronic equipment and storage medium
CN103108046A (en) Cloud terminal virtual machine login method and cloud terminal virtual machine login device and cloud terminal virtual machine login system
CN111695098A (en) Multi-distributed cluster access method and device
CN111090616A (en) File management method, corresponding device, equipment and storage medium
CN111193776B (en) Method, device, equipment and medium for automatically logging in client under cloud desktop environment
US11340965B2 (en) Method and system for performing voice activated tasks

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
CP03 Change of name, title or address

Address after: No. 56 Nanli East Road, Shiqi Town, Panyu District, Guangzhou City, Guangdong Province, 510000

Patentee after: Guangdong Baolun Electronics Co.,Ltd.

Address before: 511400 Building 1, industrial zone B, Zhongcun street, Zhongcun street, Panyu District, Guangzhou City, Guangdong Province

Patentee before: GUANGZHOU ITC ELECTRONIC TECHNOLOGY Co.,Ltd.

CP03 Change of name, title or address