CN115827578A - Processing method, device, equipment and storage medium for browser sharing session storage - Google Patents

Processing method, device, equipment and storage medium for browser sharing session storage Download PDF

Info

Publication number
CN115827578A
CN115827578A CN202211581595.5A CN202211581595A CN115827578A CN 115827578 A CN115827578 A CN 115827578A CN 202211581595 A CN202211581595 A CN 202211581595A CN 115827578 A CN115827578 A CN 115827578A
Authority
CN
China
Prior art keywords
data
data source
window
source window
session storage
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.)
Withdrawn
Application number
CN202211581595.5A
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.)
GRG Banking IT Co Ltd
Original Assignee
GRG Banking IT 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 GRG Banking IT Co Ltd filed Critical GRG Banking IT Co Ltd
Priority to CN202211581595.5A priority Critical patent/CN115827578A/en
Publication of CN115827578A publication Critical patent/CN115827578A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application discloses a processing method for browser sharing session storage, which is used for a data receiving window and comprises the following steps: in a state of listening for a storage change event of a window other than the data reception window: initiating a data acquisition request to a data source window; when the key name locally stored in the data source window is monitored to be a first preset key name, obtaining a key value locally stored in the data source window; determining session storage of the data source window according to the key value locally stored in the data source window; and determining the session storage of the data source window as the session storage of the data receiving window so as to realize the sharing of the browser session storage. The method comprises the steps that session storage of a data source window is obtained by utilizing the characteristic that local storage can be shared across windows, and is overwritten to the session storage of a data receiving window; the session storage has a recovery mechanism, and the browser can be directly cleared when closed, so that the effects of cross-window data sharing in the browser and clearing when the browser is closed are realized.

Description

Processing method, device and equipment for browser sharing session storage and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method for processing browser sharing session storage, a browser sharing session storage apparatus, a computer device, and a computer-readable storage medium.
Background
In the process of website development, technicians often need to temporarily store data in a local storage, and the stored data needs to be cleared when different windows can be shared and the windows are closed.
In the related art, the above requirements can be realized through the support of the server, but the process is complex, and the cost is increased; the above requirement can also be realized by using the characteristic that cookies or localStorage can share across windows, but if the browser crashes or the browser is directly finished with a task, the saved data cannot be normally removed.
Disclosure of Invention
The application provides a processing method for browser sharing session storage, a browser sharing session storage device, computer equipment and a computer readable storage medium.
The application provides a browser sharing session storage processing method, which is used for a data receiving window and comprises the following steps:
in a state of listening for a storage change event of a window other than the data reception window:
initiating a data acquisition request to a data source window;
when the key name locally stored in the data source window is monitored to be a first preset key name, obtaining a key value locally stored in the data source window;
determining session storage of the data source window according to a key value locally stored in the data source window;
and determining the session storage of the data source window as the session storage of the data receiving window so as to realize the sharing of the browser session storage.
Therefore, in the application, the data receiving window can detect the transmission event of the data by monitoring the storage change event, the data receiving window can actively open the data sharing process to the data source window when the data sharing is needed, the session storage data (sessionStorage) of the data source window is obtained and overwritten to the session storage data of the data receiving window by utilizing the characteristic that the local storage (localStorage) can be shared across windows, the session storage data has a recovery mechanism, and the session storage data can be directly cleared when the browser is closed under any condition, so that the effects that the storage data are shared across windows in the browser and the data are cleared when the browser is closed are realized.
In some embodiments, the initiating a data acquisition request to a data source window includes:
determining the key name locally stored in the data receiving window as a second preset key name;
and determining the key value locally stored in the data receiving window as a preset key value.
In this way, the data receiving window may directly initiate a data acquisition request to the data source window by modifying a key name and a key value of a local storage (localStorage), that is, by triggering a storage change event.
In some embodiments, the preset key comprises a timestamp.
Therefore, the time point of initiating the data acquisition request can be more definite by setting the timestamp at the key value, and the time control of the data sharing process is realized. .
In some embodiments, the determining the session storage of the data source window according to the key value stored locally in the data source window includes:
and decoding the key value locally stored in the data source window according to a preset coding mode to obtain the session storage of the data source window.
In this way, the data receiving window can directly restore the acquired key value to the state before encoding of the session storage data, that is, the session storage of the data source window.
The application also provides a processing method for browser shared session storage, which is used for a data source window, and the method comprises the following steps:
in a state of listening for storage change events of windows other than the data source window:
when monitoring a data acquisition request initiated by the data receiving window, determining a response session storage according to the session storage of the data source window;
determining the response session store as a key value stored locally to the data source window;
and determining the key name locally stored in the data source window as a first preset key name, so that the data receiving window acquires the key value locally stored in the data source window, and sharing the session storage of the browser.
Therefore, in the application, the data source window can detect the transmission event of the data by monitoring the storage change time, when the data sharing is needed, after the data acquisition request of the data receiving window is monitored, the session storage is preprocessed to obtain the response session storage, the corresponding session storage is written into the locally stored key value to prepare for transmission, and the locally stored key name is modified to enable the data receiving window to monitor the occurrence of the storage change event, so that the data transmission from the data source window to the data receiving window is realized, and the session storage data sharing across the windows is realized.
In some embodiments, the determining, according to the session storage of the data source window, a response session storage when the data acquisition request initiated by the data receiving window is monitored includes:
and coding the session storage of the data source window according to a preset coding mode to obtain response session storage.
Therefore, the preprocessing process of the session storage data adopts a preset coding mode to code the session storage data to obtain a response session storage, so that the response session storage is written into a key value locally stored in a data source window in the subsequent steps.
The application provides a browser sharing conversation storage device, including:
the first monitoring module is used for monitoring storage change events of other windows except the data receiving window;
the first data processing module is used for initiating a data acquisition request to a data source window;
the information acquisition module is used for acquiring a key value locally stored in the data source window when the key name locally stored in the data source window is monitored to be a first preset key name; and
the first data writing module is used for determining the session storage of the data source window as the session storage of the data receiving window;
the first data processing module is further configured to determine session storage of the data source window according to a key value locally stored in the data source window.
The present application further provides a browser sharing session storage apparatus, including:
the second monitoring module is used for monitoring storage change events of other windows except the data source window;
the second data processing module is used for determining response session storage according to the session storage of the data source window when monitoring a data acquisition request initiated by the data receiving window;
and the second data writing module is used for determining the response session storage as the key value locally stored in the data source window and determining the key name locally stored in the data source window as a first preset key name.
The computer device of the present application comprises a processor and a memory, wherein the memory stores a computer program, and the computer program realizes the method when being executed by the processor.
The computer-readable storage medium of the present application stores a computer program that, when executed by one or more processors, implements the method described above.
Additional aspects and advantages of embodiments of the present application will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of embodiments of the present application.
Drawings
The above and/or additional aspects and advantages of the present application will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a flowchart illustrating a processing method for a browser sharing session storage according to the present application;
FIG. 2 is a flowchart illustrating a processing method for sharing session storage by browsers according to the present application;
FIG. 3 is a timing diagram illustrating the operation of one embodiment of the present application;
fig. 4 is a schematic block diagram of a browser sharing session storage device provided in the present application.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings. The following examples are merely used to more clearly illustrate the technical solutions of the present application, and therefore are only examples, and the protection scope of the present application is not limited thereby.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs; the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the application; the terms "including" and "having," and any variations thereof, in the description and claims of this application and the description of the above figures are intended to cover non-exclusive inclusions.
In the description of the embodiments of the present application, the technical terms "first", "second", and the like are used only for distinguishing different objects, and are not to be construed as indicating or implying relative importance or implicitly indicating the number, specific order, or primary-secondary relationship of the technical features indicated. In the description of the embodiments of the present application, "a plurality" means two or more unless specifically defined otherwise.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the application. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
In the description of the embodiments of the present application, the term "and/or" is only one kind of association relationship describing an associated object, and means that three relationships may exist, for example, a and/or B, and may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship.
In the description of the embodiments of the present application, the term "plurality" refers to two or more (including two), and similarly, "plural sets" refers to two or more (including two), and "plural pieces" refers to two or more (including two).
In the description of the embodiments of the present application, unless otherwise explicitly specified or limited, the terms "mounted," "connected," "fixed," and the like are to be construed broadly, e.g., as meaning fixedly connected, detachably connected, or integrated; mechanical connection or electrical connection is also possible; either directly or indirectly through intervening media, either internally or in any other relationship. Specific meanings of the above terms in the embodiments of the present application can be understood by those of ordinary skill in the art according to specific situations.
As shown in fig. 1, the present application provides a processing method for browser sharing session storage, which is used for a data receiving window, and includes:
in a state of listening for a storage change event of a window other than the data reception window:
001: initiating a data acquisition request to a data source window;
002: when the key name locally stored in the data source window is monitored to be a first preset key name, key values locally stored in the data source window are obtained;
003: determining session storage of the data source window according to key values locally stored in the data source window;
004: and determining the session storage of the data source window as the session storage of the data receiving window so as to realize the sharing of the browser session storage.
As shown in fig. 4, the present application also provides a browser sharing session storage apparatus 10. The method for processing browser sharing session storage according to the present application can be implemented by the browser sharing session storage device 10 according to the present application. Specifically, the browser sharing session storage apparatus 10 includes a first listening module 11, a first data processing module 12, an information obtaining module 13, and a first data writing module 14. The first listening module 11 is configured to listen to storage change events of other windows except the data receiving window. The first data processing module 12 is configured to initiate a data obtaining request to the data source window, and determine session storage of the data source window according to a key value locally stored in the data source window. The information obtaining module 13 is configured to obtain a key value locally stored in the data source window when it is monitored that the key name locally stored in the data source window is the first preset key name. The first data writing module 14 is configured to determine the session storage of the data source window as the session storage of the data receiving window.
The present application also provides a computer device comprising a memory and a processor. The processing method for the browser shared session storage can be realized by the computer equipment. Specifically, the memory stores computer programs, and the processor is configured to monitor storage change events of windows other than the data receiving window, initiate a data obtaining request to the data source window, obtain a key value locally stored in the data source window when it is monitored that a key name locally stored in the data source window is a first preset key name, determine session storage of the data source window as session storage of the data receiving window, and determine session storage of the data source window according to the key value locally stored in the data source window.
Specifically, in the browser, each window can monitor any storage change event of other windows except the window itself, and after the storage change event is monitored, the window can make a specific response to the storage change event according to a preset program. According to the scheme, after sessionStorage data is written into a localStorage data key value in a data source window, a data receiving window monitors a storage change event, uses the characteristic that localStorage can share transmission across windows to obtain the localStorage key value of the data source window, and performs data processing to obtain the sessionStorage data of the data source window.
In order to realize cross-window sharing of sessionStorage, a data receiving window needs to monitor a storage change event of a data source window to acquire data, and meanwhile, the data source window also needs to monitor the storage change event of the data receiving window to acquire the start of a data sharing process, wherein the storage change event specifically comprises a localStorage change event and a sessionStorage change event, and the monitoring of the storage change event is an operation basis of the method provided by the application. When the data sharing process is started, a data receiving window initiates a data acquisition request to a data source window, and the request is embodied as a storage change event. When the data source window monitors the storage change event, the key value and the key name of the localStorage are modified, and the modification is also a storage change event and can be monitored by the data receiving window. When the data receiving window monitors that the key name of the localStorage of the data source window is a first preset key name, directly obtaining the key value of the localStorage of the data source window, carrying out data processing on the key value, and obtaining the sessionstoreage data of the data source window after processing. And finally, the data receiving window overwrites the data on the sessionStorage data of the data receiving window, namely, the sharing process of the sessionStorage data between the two windows is completed.
In summary, in the present application, the data receiving window may detect a data transmission event by monitoring a storage change event, when data sharing is required, the data receiving window may actively start a data sharing process to the data source window, and by using a characteristic that local storage (localStorage) may share data across windows, session storage data (sessionStorage) of the data source window is obtained and overwritten to session storage data of the data receiving window, and the session storage data has a recovery mechanism, and can be directly cleared when the browser is closed under any condition, thereby achieving an effect of sharing data across windows in the browser and clearing when the browser is closed.
In certain embodiments, step 001 specifically comprises:
0011: determining the key name locally stored in the data receiving window as a second preset key name;
0012: and determining the key value locally stored in the data receiving window as a preset key value.
In some embodiments, the first data processing module 12 is configured to determine the key name locally stored in the data receiving window as the second preset key name, and is configured to determine the key value locally stored in the data receiving window as the preset key value.
In some embodiments, the processor is configured to determine the key name stored locally in the data receiving window as the second preset key name, and determine the key value stored locally in the data receiving window as the preset key value.
Specifically, the data acquisition request initiated by the data receiving window to the data source window is embodied as a storage change event, which can be heard by the data source window. The storage change event comprises two parts, wherein one part is that the data receiving window changes the key name of the localStorage into a second preset key name, and the other part is that the data receiving window changes the key value of the localStorage into a preset key value. The second preset key name and the preset key value are both used to make the data source window know that the data sharing process has started, and the data receiving window is ready to obtain sessionStorage data of the data source window, where the preset key value is only used as an identifier, and its content may be any character, any character string, any number, and so on, and is not limited specifically here.
In this way, the data receiving window can directly initiate a data acquisition request to the data source window by modifying the key name and key value of the localStorage, that is, by triggering a storage change event.
In some embodiments, the preset key comprises a timestamp.
Specifically, since the preset key value is used only as an identifier, and has no specific meaning, it is possible to write meaningful information data into the key value of the localStorage to serve as the preset key value, such as the timestamp information, in a case where there is a need. When the preset key value is the timestamp, the data acquisition request contains a time point message, and the time point of the storage change event initiated by the data source window can be controlled, so that the time control of the data sharing process is realized.
Therefore, the time stamp is set at the key value, so that the time point of initiating the data acquisition request can be more definite, and the time control of the data sharing process is realized.
In certain embodiments, step 003 specifically includes:
0031: and decoding the key value locally stored in the data source window according to a preset coding mode to obtain the session storage of the data source window.
In some embodiments, the first data processing module 12 is further configured to determine a session store for the data source window based on key values stored locally in the data source window.
In some embodiments, the processor is further configured to determine a session store for the data source window based on a key value stored locally to the data source window.
Specifically, because the format of the localStorage key value requires that the sessionStorage data of the data source window cannot be directly written into the localStorage key value, the sessionStorage data of the data source window is encoded according to a preset encoding mode before being written into the localStorage key value, the preset encoding mode may be base64, json and the like, and the sessionStorage data of the data source window after being encoded generally exists in a character string form. Therefore, after the data receiving window acquires the key value of the localStorage of the data source window, decoding needs to be performed according to a preset coding mode, and the acquired character string is converted into a state before coding, that is, sessionStorage data of the data source window is determined.
In this way, the data receiving window can directly restore the acquired key value to the state before encoding of the session storage data, that is, the session storage of the data source window.
As shown in fig. 2, the present application further provides a processing method for browser shared session storage, which is used for a data source window, and includes the following steps:
in a state of listening for storage change events of windows other than the data source window:
011: when a data acquisition request initiated by a data receiving window is monitored, determining response session storage according to session storage of a data source window;
012: determining the response session storage as a key value of the local storage of the data source window;
013: and determining the key name locally stored in the data source window as a first preset key name, so that the data receiving window acquires the key value locally stored in the data source window.
As shown in fig. 4, the present application further provides a browser sharing session storage device 20, and the method for processing browser sharing session storage according to the present application can be implemented by the browser sharing session storage device 20 according to the present application. The browser sharing session storage means 20 includes: a second listening module 21, a second data processing module 22 and a second data writing module 23. Specifically, the second monitoring module 21 is configured to monitor storage change events of windows other than the data source window, the second data processing module 22 is configured to determine a response session storage according to a session storage of the data source window when a data acquisition request initiated by the data receiving window is monitored, and the second data writing module 23 is configured to determine the response session storage as a key value locally stored in the data source window and determine a key name locally stored in the data source window as a first preset key name.
The processor is further used for monitoring storage change events of windows other than the data source window, and for determining a response session storage according to the session storage of the data source window when a data acquisition request initiated by the data receiving window is monitored, determining the response session storage as a key value locally stored in the data source window, and determining a key name locally stored in the data source window as a first preset key name.
Specifically, in the same data sharing process, the data source window acts as follows: on the premise of keeping monitoring storage change events of other windows in a browser except a data source window, namely on the premise of maintaining the operation foundation of a data sharing process, when a data acquisition request initiated by a data receiving window is monitored, sessionStorage data of the data source window is preprocessed to obtain a response session storage, and the data type of the response session storage can be a character string, a text file or other data types in a storage format conforming to a localStorage key value. The response session store is then written into the key value of localStorage, ready to be sent to the data receive window. And finally, modifying the key name of the localStorage of the data source window into a first preset key name, wherein the first preset key name is mainly used for indicating that the key value of the localStorage is set and the preparation work of data sharing is finished. After the key value and the key name are modified, the data receiving window can monitor the storage change event, and then the action of acquiring the localStorage data of the data source window is carried out, so that the data sharing process is realized.
In summary, in the present application, the data source window may detect a data transmission event by monitoring the storage change time, and when data sharing is required, after monitoring the data acquisition request of the data receiving window, pre-process the session storage to obtain a response session storage, write the corresponding session storage into the locally stored key value to prepare for transmission, and modify the locally stored key name to enable the data receiving window to monitor the occurrence of the storage change event, thereby implementing data transmission from the data source window to the data receiving window, and implementing cross-window sharing of session storage data.
In some embodiments, step 011 specifically includes:
0111: and coding the session storage of the data source window according to a preset coding mode to obtain response session storage.
In some embodiments, the second data processing module 22 is further configured to encode the session storage of the data source window according to a preset encoding manner, so as to obtain a response session storage.
In some embodiments, the processor is further configured to encode the session storage of the data source window according to a preset encoding mode, and obtain a response session storage.
Specifically, the preprocessing process of sessionStorage data of the data source window may use a preset coding mode to code the data, the preset coding mode may be base64, json, and the like, and sessionStorage data of the coded data source window generally exists in a character string form, so that the obtained response session storage also exists in a character string form, and writing into a key value of localStorage is facilitated.
The timing of the execution of the above embodiments is shown in FIG. 3 for events and timing.
The present application also provides a computer-readable storage medium storing a computer program which, when executed by one or more processors, performs the above-described method.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above may be implemented by hardware instructions of a computer program, which may be stored in a non-volatile computer-readable storage medium, and when executed, may include the processes of the embodiments of the methods described above. Any reference to memory, database, or other medium used in the embodiments provided herein may include at least one of non-volatile and volatile memory. The nonvolatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical Memory, high-density embedded nonvolatile Memory, resistive Random Access Memory (ReRAM), magnetic Random Access Memory (MRAM), ferroelectric Random Access Memory (FRAM), phase Change Memory (PCM), graphene Memory, and the like. Volatile Memory can include Random Access Memory (RAM), external cache Memory, and the like. By way of illustration and not limitation, RAM can take many forms, such as Static Random Access Memory (SRAM) or Dynamic Random Access Memory (DRAM), among others. The processors referred to in the embodiments provided herein may be general purpose processors, central processing units, graphics processors, digital signal processors, programmable logic devices, quantum computing based data processing logic devices, etc., without limitation.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solutions of the present application, and not to limit the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present disclosure, and the present disclosure should be construed as being covered by the claims and the specification. In particular, the technical features mentioned in the embodiments can be combined in any way as long as there is no structural conflict. The present application is not intended to be limited to the particular embodiments disclosed herein but is to cover all embodiments that may fall within the scope of the appended claims.

Claims (10)

1. A method for processing shared session storage of a browser, which is used for a data receiving window, and is characterized in that the method comprises the following steps:
in a state of listening for a storage change event of a window other than the data reception window:
initiating a data acquisition request to a data source window;
when the key name locally stored in the data source window is monitored to be a first preset key name, obtaining a key value locally stored in the data source window;
determining session storage of the data source window according to the key value locally stored in the data source window;
and determining the session storage of the data source window as the session storage of the data receiving window so as to realize the sharing of the browser session storage.
2. The method for processing browser sharing session storage according to claim 1, wherein the initiating a data acquisition request to a data source window includes:
determining the key name locally stored in the data receiving window as a second preset key name;
and determining the key value locally stored in the data receiving window as a preset key value.
3. The processing method of the browser sharing session storage according to claim 2, wherein the preset key value includes a timestamp.
4. The method for processing browser shared session storage according to claim 1, wherein the determining the session storage of the data source window according to the key value locally stored in the data source window includes:
and decoding the key value locally stored in the data source window according to a preset coding mode to obtain the session storage of the data source window.
5. A processing method for browser shared session storage is used for a data source window, and is characterized by comprising the following steps:
in a state of monitoring storage change events of other windows except the data source window:
when monitoring a data acquisition request initiated by the data receiving window, determining a response session storage according to the session storage of the data source window;
determining the response session store as a key value stored locally to the data source window;
and determining the key name locally stored in the data source window as a first preset key name, so that the data receiving window acquires the key value locally stored in the data source window, and sharing the session storage of the browser.
6. The processing method of browser shared session storage according to claim 5, wherein said determining, when a data acquisition request initiated by the data receiving window is monitored, a response session storage according to the session storage of the data source window includes:
and coding the session storage of the data source window according to a preset coding mode to obtain response session storage.
7. A browser sharing session storage apparatus, the apparatus comprising:
the first monitoring module is used for monitoring storage change events of other windows except the data receiving window;
the first data processing module is used for initiating a data acquisition request to a data source window;
the information acquisition module is used for acquiring a key value locally stored in the data source window when the key name locally stored in the data source window is monitored to be a first preset key name; and
the first data writing module is used for determining the session storage of the data source window as the session storage of the data receiving window;
the first data processing module is further configured to determine session storage of the data source window according to a key value locally stored in the data source window.
8. A browser sharing session storage apparatus, the apparatus comprising:
the second monitoring module is used for monitoring storage change events of other windows except the data source window;
the second data processing module is used for determining response session storage according to the session storage of the data source window when monitoring a data acquisition request initiated by the data receiving window;
and the second data writing module is used for determining the response session storage as a key value locally stored in the data source window and determining the key name locally stored in the data source window as a first preset key name.
9. A computer device, wherein the computer device comprises a memory and a processor; the memory stores a computer program which, when executed by the processor, causes the processor to perform the method of any of claims 1-6.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program which, when executed by one or more processors, implements the method according to any one of claims 1-6.
CN202211581595.5A 2022-12-08 2022-12-08 Processing method, device, equipment and storage medium for browser sharing session storage Withdrawn CN115827578A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211581595.5A CN115827578A (en) 2022-12-08 2022-12-08 Processing method, device, equipment and storage medium for browser sharing session storage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211581595.5A CN115827578A (en) 2022-12-08 2022-12-08 Processing method, device, equipment and storage medium for browser sharing session storage

Publications (1)

Publication Number Publication Date
CN115827578A true CN115827578A (en) 2023-03-21

Family

ID=85546100

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211581595.5A Withdrawn CN115827578A (en) 2022-12-08 2022-12-08 Processing method, device, equipment and storage medium for browser sharing session storage

Country Status (1)

Country Link
CN (1) CN115827578A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103634391A (en) * 2013-11-26 2014-03-12 上海合鸿信息技术有限公司 Method and system for realizing conversation sharing
US10291722B1 (en) * 2015-04-30 2019-05-14 Glance Networks, Inc. Method and apparatus for implementing co-browsing between domains
CN110765208A (en) * 2019-10-22 2020-02-07 成都知道创宇信息技术有限公司 Data synchronization method and device, electronic equipment and storage medium
CN110890965A (en) * 2019-12-10 2020-03-17 天津华云软件有限公司 Data encryption method and device, and data decryption method and device
CN111309574A (en) * 2020-02-17 2020-06-19 北京百度网讯科技有限公司 Information processing method, device and equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103634391A (en) * 2013-11-26 2014-03-12 上海合鸿信息技术有限公司 Method and system for realizing conversation sharing
US10291722B1 (en) * 2015-04-30 2019-05-14 Glance Networks, Inc. Method and apparatus for implementing co-browsing between domains
CN110765208A (en) * 2019-10-22 2020-02-07 成都知道创宇信息技术有限公司 Data synchronization method and device, electronic equipment and storage medium
CN110890965A (en) * 2019-12-10 2020-03-17 天津华云软件有限公司 Data encryption method and device, and data decryption method and device
CN111309574A (en) * 2020-02-17 2020-06-19 北京百度网讯科技有限公司 Information processing method, device and equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
纯黑SE丶: "在多个标签页之间共享 sessionStorage", 《HTTPS://WWW.CNBLOGS.COM/GSCQ073240/ARTICLES/8040660.HTML》, pages 1 - 3 *

Similar Documents

Publication Publication Date Title
CN105718570B (en) Data migration method and device for database
US8745164B2 (en) Method and system to detect a cached web page
WO2017028697A1 (en) Method and device for growing or shrinking computer cluster
US10198410B2 (en) Method, device and mobile terminal for restoring page
US10649905B2 (en) Method and apparatus for storing data
US9563531B2 (en) Storage of mass data for monitoring
CN112836152B (en) Page rendering method, system, computer device and computer readable storage medium
CN112527414B (en) Front-end-based data processing method, device, equipment and storage medium
CN103152363B (en) For the method and system that the self adaptation of state snapshot produces
CN112612546A (en) Page loading method and device, electronic equipment and storage medium
CN113409488A (en) Data processing method and device, vehicle-mounted terminal and automobile
CN110019347B (en) Data processing method and device of block chain and terminal equipment
CN114327564A (en) Method, system, device and medium for solving multi-layer nested array data response
CN113987393A (en) Web page operation recorder, system, device and method
US11586983B2 (en) Data processing system and method for acquiring data for training a machine learning model for use in monitoring the data processing system for anomalies
CN111757037B (en) Video file reading and writing method and device
US20160050135A1 (en) Real-time measurement of user interface performance in a remote desktop environment
CN115827578A (en) Processing method, device, equipment and storage medium for browser sharing session storage
US20180364942A1 (en) System and method for optimizing multiple packaging operations in a storage system
CN114328007B (en) Container backup and restoration method, device and medium thereof
CN114996057A (en) Data backup method and device, electronic equipment and computer readable storage medium
CN110515803B (en) Processing method and device for log message and electronic equipment
US20160127496A1 (en) Method and system of content caching and transmission
CN110941591A (en) File deletion method, device and equipment and readable storage medium
CN113760725A (en) Data processing method, 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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20230321