JP4504101B2 - Cookie information management method - Google Patents

Cookie information management method Download PDF

Info

Publication number
JP4504101B2
JP4504101B2 JP2004160900A JP2004160900A JP4504101B2 JP 4504101 B2 JP4504101 B2 JP 4504101B2 JP 2004160900 A JP2004160900 A JP 2004160900A JP 2004160900 A JP2004160900 A JP 2004160900A JP 4504101 B2 JP4504101 B2 JP 4504101B2
Authority
JP
Japan
Prior art keywords
cookie information
information
cookie
bookmark
storage means
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.)
Expired - Fee Related
Application number
JP2004160900A
Other languages
Japanese (ja)
Other versions
JP2005339454A (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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2004160900A priority Critical patent/JP4504101B2/en
Publication of JP2005339454A publication Critical patent/JP2005339454A/en
Application granted granted Critical
Publication of JP4504101B2 publication Critical patent/JP4504101B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

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

Description

本発明は、小容量のデータ格納領域を備えてデータ処理を行う組み込み装置のようにクッキー情報の保存容量に制約がある情報処理端末におけるHTTP(HyperText Transfer Protocol)のクッキー情報管理方法に関する。 The present invention relates to cookie information management how the HTTP (HyperText Transfer Protocol) in the information processing terminal that is limited to the storage capacity of the cookie information as embedded device that performs data processing and a data storage area of small capacity.

一般的なコンピュータで利用されるウェブブラウザ(インターネットブラウザ)は、HTTPにおけるクッキー情報(Cookie)を用いたデータ通信をサポートする。クッキー情報は、インターネットのサービスを行うサーバがクライアント側にデータを送信するために利用する、クライアント側に保持されるデータである。クッキー情報は、ユーザ識別などに使用される。   A web browser (Internet browser) used in a general computer supports data communication using cookie information (Cookie) in HTTP. The cookie information is data held on the client side that is used by a server that provides Internet services to transmit data to the client side. Cookie information is used for user identification.

コンピュータのウェブブラウザは、例えばウェブサーバの要求やウェブページのスクリプトなどにもとづいて、コンピュータのデータ格納領域にクッキー情報を保存する。クッキー情報は些細なデータ量であるため、クッキー情報の保存について特別な容量管理は実施されていない。すなわち、クッキー情報は、コンピュータのオペレーティング・システム(OS)が提供するファイルシステム全体の容量管理の中で他のデータと同様に管理される。   The web browser of the computer stores cookie information in a data storage area of the computer based on, for example, a web server request or a web page script. Since cookie information has a trivial amount of data, no special capacity management is implemented for storing cookie information. That is, the cookie information is managed in the same manner as other data in the capacity management of the entire file system provided by the computer operating system (OS).

また、クッキー情報には有効期限が設定され、有効期限経過後に削除される。さらに、ウェブブラウザは、ユーザに対してクッキー情報を一括して削除する機能を提供している。   In addition, an expiration date is set in the cookie information, and the cookie information is deleted after the expiration date. Furthermore, the web browser provides the user with a function of deleting cookie information in a batch.

携帯電話端末などのようにデータ格納領域が小さい情報処理端末では、HTTPプロトコルにおけるクッキー機能をサポートしない場合が多い。これは、データ格納領域に保存されるクッキー情報がユーザの意図に関係なく増加するためである。   An information processing terminal having a small data storage area such as a mobile phone terminal often does not support the cookie function in the HTTP protocol. This is because the cookie information stored in the data storage area increases regardless of the user's intention.

しかし、昨今では、例えば携帯電話端末においても、HTMLコンテンツを表示するウェブブラウザを搭載するようになっている。そのため、HTMLコンテンツに効果的にアクセスできるように、ウェブブラウザにおいてHTTPプロトコルを補完するクッキー機能のサポートを行う携帯電話端末もある。   However, in recent years, for example, a mobile phone terminal is also equipped with a web browser that displays HTML content. For this reason, some mobile phone terminals support a cookie function that complements the HTTP protocol in a web browser so that HTML content can be effectively accessed.

例えば、 HTMLのFORMによりIDやパスワードを入力することで認証を行った場合に、認証済であることを識別するクッキー情報を生成して携帯電話端末のデータ格納領域に保存することにより、次のアクセス時に新たな認証を行わずにアクセスを許可することができるようになる。   For example, when authentication is performed by inputting an ID or password using an HTML FORM, cookie information for identifying that authentication has been generated is generated and stored in the data storage area of the mobile phone terminal. Access can be permitted without performing new authentication at the time of access.

そこで、記憶容量が少なくクッキー情報の保存に制約があるような情報処理端末においてクッキー情報を効果的に利用できるようにするため、クッキー情報の容量管理が重要である。   Therefore, it is important to manage the capacity of the cookie information so that the cookie information can be effectively used in an information processing terminal that has a small storage capacity and has restrictions on storing the cookie information.

クッキー情報の管理の従来手法として、所定のクッキー情報用の記憶手段で空き容量が不足した場合には先入れ先出し方式によって新しいクッキー情報を保存できるようにし、さらに永続的に保存しておきたいクッキー情報に対して識別子を付与して消去対象としないようにすることで、クッキー情報の保存管理を行う手法がある(特許文献1参照)。
特開2003−288240号公報
As a conventional method of managing cookie information, if there is not enough free space in the specified cookie information storage means, new cookie information can be saved using the first-in first-out method. On the other hand, there is a technique for storing and managing cookie information by assigning an identifier so as not to be deleted (see Patent Document 1).
JP 2003-288240 A

前記のように、携帯電話端末のようにデータ格納領域に制約がある情報処理端末において、HTMLコンテンツへ効率的なアクセスを図るべくHTTPのクッキー機能をサポートするためにクッキー情報の容量管理が必要となる。   As described above, in an information processing terminal with a limited data storage area such as a mobile phone terminal, the capacity management of cookie information is required to support the HTTP cookie function for efficient access to HTML content. Become.

特許文献1の手法では、ドメイン名およびパス名で特定される同一の名前空間、すなわち同一ディレクトリ配下の複数のクッキー情報を一括りにし、古くなったクッキー情報を削除する場合にその括り単位で削除するようにしている。   In the method of Patent Document 1, when a plurality of cookie information under the same name space, that is, the same directory specified by the domain name and the path name are grouped, and old cookie information is deleted, the cookie information is deleted in the unit of the cookie information. Like to do.

あるウェブサイトへの最終アクセスから長時間を経ている場合に、そのウェブサイト(ディレクトリ)のクッキー情報については一括して消去対象となるため、保存するクッキー情報が相対的に古い情報となっていれば削除される。そして、アクセス間隔があくが永続的に保存しておきたいクッキー情報については、ユーザが、個別に明示的に識別情報を付与するという新たな操作を行わなければならない。   If it has been a long time since the last access to a certain website, the cookie information of that website (directory) will be erased all at once, so the stored cookie information should be relatively old. Deleted. And about the cookie information which wants to preserve | save permanently although there is an access interval, a user must perform new operation of giving identification information explicitly separately.

本発明の目的は、データの格納領域が小さい情報処理端末において、限定された記憶容量の中でHTTPのクッキー情報を効果的に管理し、HTTPのクッキー機能をサポートできるようなクッキー情報の管理方法を提供することである。 An object of the present invention is to manage HTTP cookie information effectively in a limited storage capacity in an information processing terminal with a small data storage area, and to manage cookie information that can support the HTTP cookie function. Is to provide the law .

本発明は、クッキー情報の保存要求に対する許否の判断においてユーザのアクセス傾向を示すブックマーク登録やアクセス実績を示す履歴情報を用いることにより、クッキー情報の管理にユーザの意図を反映させ、使用される可能性が高いクッキー情報が優先的に保存できるようにするものである。したがって、ウェブサイトへの効果的なアクセスを図ることができる。   The present invention can be used by reflecting the intention of the user in the management of the cookie information by using the bookmark registration indicating the access tendency of the user and the history information indicating the access record in the determination of the permission for the storage request of the cookie information. Cookie information with high characteristics can be preferentially stored. Therefore, effective access to the website can be achieved.

本発明は、ウェブページを閲覧するウェブブラウザと、ウェブサイトに関連づけられたクッキー情報を格納するクッキー情報記憶手段と、ユーザによって選択されたウェブサイト位置情報を格納するブックマーク記憶手段とを備えた情報処理端末においてクッキー情報を管理するクッキー情報管理方法であって、1)保存要求されたクッキー情報のドメイン名およびパス名を用いて前記ブックマーク記憶手段を検索し、2)前記ドメイン名およびパス名と一致するウェブサイト位置情報が前記ブックマーク記憶手段に格納されている場合に、前記クッキー情報を前記クッキー情報記憶手段に格納することを特徴とする。   The present invention includes information including a web browser for browsing a web page, cookie information storage means for storing cookie information associated with the website, and bookmark storage means for storing website location information selected by the user. A cookie information management method for managing cookie information in a processing terminal, comprising: 1) searching the bookmark storage means using the domain name and path name of the cookie information requested to be stored; and 2) the domain name and path name When the matching website location information is stored in the bookmark storage means, the cookie information is stored in the cookie information storage means.

一般的に、ブックマークにウェブサイト位置情報(例えばURL)が登録されたウェブサイトへのアクセスは頻度が高いと考えられる。本発明は、ブックマークされたウェブサイト(ディレクトリ)のクッキー情報のように使用頻度が高いと予測されるクッキー情報を選択的に保存する。したがって、効率的なクッキー情報管理を実現できる。   In general, it is considered that access to a website in which website location information (for example, URL) is registered in a bookmark is frequent. The present invention selectively stores cookie information that is predicted to be frequently used, such as cookie information of a bookmarked website (directory). Therefore, efficient cookie information management can be realized.

また、本発明は、前記の処理を行う場合に、1)前記ブックマーク記憶手段の各ウェブサイト位置情報について、クッキー情報の保存要求の許可または拒否のいずれかを示す保存受付設定を付与し、2)前記クッキー情報のドメイン名およびパス名を用いて前記ブックマーク記憶手段を検索し、3)前記ドメイン名およびパス名と一致し、かつ許可を示す保存受付設定が付与されたウェブサイト位置情報が前記ブックマーク記憶手段に格納されている場合に、前記クッキー情報を前記クッキー情報記憶手段に格納することを特徴とする。   In the present invention, when performing the above-described processing, 1) a storage acceptance setting indicating whether to permit or reject a cookie information storage request is assigned to each website location information of the bookmark storage means, and 2 3) search the bookmark storage means using the domain name and path name of the cookie information, and 3) the website location information that matches the domain name and path name and has a storage acceptance setting indicating permission When stored in the bookmark storage means, the cookie information is stored in the cookie information storage means.

本発明は、ブックマークされたウェブサイト位置情報(URL)について、ユーザがクッキー情報の保存許否を設定できるようにし、ユーザが希望するクッキー情報を永続的に保存できるようにする。したがって、さらに効率的なクッキー情報管理が可能となる。   The present invention enables a user to set whether or not to save cookie information for bookmarked website location information (URL), and allows the cookie information desired by the user to be stored permanently. Therefore, more efficient cookie information management is possible.

または、本発明は、前記ブックマーク記憶手段からウェブサイト位置情報が削除された場合に、前記ウェブサイト位置情報と一致するドメイン名およびパス名のクッキー情報を前記クッキー情報記憶手段から削除することを特徴とする。   Or, when the website location information is deleted from the bookmark storage means, the present invention deletes the cookie information of the domain name and path name that matches the website location information from the cookie information storage means. And

ブックマークからURLが削除されることに連動して、使用頻度が低下したと考えられるクッキー情報を削除することにより、限定されたデータ記憶領域を効率的に使用したクッキー情報管理が可能となる。   By deleting the cookie information that is considered to have been used less frequently in conjunction with the deletion of the URL from the bookmark, it becomes possible to manage the cookie information using the limited data storage area efficiently.

なお、本発明では、ユーザは、クッキー情報を格納する記憶容量の残量や、格納されているクッキー情報の一覧を確認し、さらに不要となったクッキー情報を選択して削除することもできる。したがって、データ格納領域を効率的に使用したクッキー情報管理が可能となる。   In the present invention, the user can check the remaining amount of storage capacity for storing cookie information and a list of stored cookie information, and can also select and delete unnecessary cookie information. Therefore, cookie information management using the data storage area efficiently becomes possible.

また、本発明は、1)前記ブックマーク記憶手段のウェブサイト位置情報のドメイン名およびパス名と一致するクッキー情報を前記クッキー情報記憶手段から取得し、2)前記ウェブサイト位置情報および前記クッキー情報を組み合わせた通信データを生成して送信することを特徴とする。   The present invention also includes: 1) obtaining from the cookie information storage means cookie information that matches the domain name and path name of the website location information in the bookmark storage means; and 2) obtaining the website location information and the cookie information. The combined communication data is generated and transmitted.

本発明では、ユーザは、ブックマークの情報とともにブックマークされたURLに関連するクッキー情報を、情報処理端末同士で交換することができる。したがって、ユーザは、利用中のウェブブラウザの使用環境を、他の情報処理端末において簡単に実現することができる。   In the present invention, the user can exchange cookie information related to a bookmarked URL together with bookmark information between information processing terminals. Therefore, the user can easily realize the usage environment of the web browser being used in another information processing terminal.

また、本発明は、1)保存要求されたクッキー情報のドメイン名を用いて前記ブックマーク記憶手段を検索し、2)前記ドメイン名が一致するウェブサイト位置情報が前記ブックマーク記憶手段に格納されている場合に、前記クッキー情報を前記クッキー情報記憶手段に格納するものである。 In the present invention , 1 ) the bookmark storage means is searched using the domain name of the requested cookie information, and 2) the website location information with the matching domain name is stored in the bookmark storage means. In this case, the cookie information is stored in the cookie information storage means.

なお、本発明はプログラムとして実施することができ、そのプログラムは、情報処理端末が読み取り可能な、可搬媒体メモリ、半導体メモリ、ハードディスクなどの適当な記録媒体に格納することができ、これらの記録媒体に記録して提供され、または通信インタフェースを介して種々の通信網を利用した送受信により提供されるものである。 Note that the present invention can be implemented as a program , and the program can be stored in an appropriate recording medium such as a portable medium memory, a semiconductor memory, or a hard disk that can be read by the information processing terminal. It is provided by being recorded on a medium, or provided by transmission / reception using various communication networks via a communication interface.

本発明によれば、例えば携帯電話端末などのデータ格納領域が少なくクッキーの保存に制約があるような情報処理端末であっても、HTTPのクッキー機能を効果的に利用することができる。   According to the present invention, an HTTP cookie function can be effectively used even for an information processing terminal such as a mobile phone terminal that has a small data storage area and has restrictions on cookie storage.

本発明を実施するための最良の形態として、本発明を携帯電話端末に適用する実施例を説明する。   As the best mode for carrying out the present invention, an embodiment in which the present invention is applied to a mobile phone terminal will be described.

図1に、実施例における本発明の構成例を示す。   FIG. 1 shows a configuration example of the present invention in the embodiment.

携帯電話端末1は、ウェブブラウザ2、クッキー情報記憶部3、ブックマーク記憶部4、URL履歴記憶部5、クッキー情報管理部10、ブックマーク設定管理部20、URL履歴設定管理部30およびブックマーク通信部40を備える。   The mobile phone terminal 1 includes a web browser 2, a cookie information storage unit 3, a bookmark storage unit 4, a URL history storage unit 5, a cookie information management unit 10, a bookmark setting management unit 20, a URL history setting management unit 30, and a bookmark communication unit 40. Is provided.

ウェブブラウザ2は、インターネット上のウェブページなどを閲覧する処理手段である。ウェブブラウザ2は、ウェブサーバの要求、ウェブページのスクリプトなどによるクッキー情報の保存要求や更新要求などをクッキー情報管理部10に通知する。また、ウェブブラウザ2は、ユーザが選択したブックマークの対象としてウェブページの位置情報(URL)をブックマーク記憶部4に登録し、ユーザが閲覧したウェブページの位置情報(URL)をURL履歴記憶部5に登録する。   The web browser 2 is processing means for browsing web pages on the Internet. The web browser 2 notifies the cookie information management unit 10 of requests for saving or updating cookie information by web server requests, web page scripts, and the like. Further, the web browser 2 registers the position information (URL) of the web page as the bookmark target selected by the user in the bookmark storage unit 4, and the position information (URL) of the web page viewed by the user is stored in the URL history storage unit 5. Register with.

クッキー情報記憶部3は、ウェブブラウザ2において使用されるクッキー情報を格納するデータ記憶手段である。図2に、クッキー情報のデータ構成例を示す。クッキー情報は、名前=値、期限、ドメイン名、パス名、セキュア指示子、生成/更新日時、参照日時などの情報から構成される。以下に、クッキー情報の記述内容例を示す。
”ID=0011
Expire:2002/03/05
Domain:fff.com
Path:/html/i/data/
Secure:no”
図2に示すように、クッキー情報記憶部3には、インデックス番号(index)が付与されてクッキー情報が格納される。
The cookie information storage unit 3 is data storage means for storing cookie information used in the web browser 2. FIG. 2 shows a data configuration example of cookie information. The cookie information includes information such as name = value, time limit, domain name, path name, secure indicator, generation / update date / time, and reference date / time. An example of the description contents of cookie information is shown below.
"ID = 0011
Expire: 2002/03/05
Domain: fff. com
Path: / html / i / data /
Secure: no ”
As shown in FIG. 2, the cookie information storage unit 3 is assigned an index number (index) and stores cookie information.

クッキー情報の格納方式として、以下のような固定的格納方法または動的格納方法がある。固定的格納方法では、クッキー情報の1件の最大容量、最大格納件数を固定的に決め、クッキー情報記憶部3として、その乗算分を保持しクッキー情報を格納する方法である。例えば、クッキー情報記憶部3として、1件4kbyte、300件の1200kbyte分の固定領域が保持され、クッキー情報1件に付き4kbyteの領域が必ず確保される。   As a method for storing cookie information, there are the following fixed storage method and dynamic storage method. In the fixed storage method, the maximum capacity and the maximum storage number of one piece of cookie information are fixedly determined, and the cookie information storage unit 3 stores the multiplication and stores the cookie information. For example, as the cookie information storage unit 3, a fixed area of 4 kbytes per case and 1200 kbytes per 300 cases is held, and an area of 4 kbytes per cookie information is always secured.

動的格納方法では、クッキー情報の1件の最大容量は固定的に決め、クッキー情報記憶部3としての領域を動的に管理する方法である。例えば、1件4kbyte、300件の1200kbyte分の固定領域を保持するが、クッキー情報1件に付き必要容量の領域だけが使用される。なお、この場合には、300件以上のクッキー情報が格納可能となる。   In the dynamic storage method, the maximum capacity of one piece of cookie information is fixedly determined, and the area as the cookie information storage unit 3 is dynamically managed. For example, a fixed area of 4 kbytes per case and 1200 kbytes per 300 cases is held, but only a necessary capacity area is used per cookie information. In this case, more than 300 pieces of cookie information can be stored.

クッキー情報管理部10は、クッキー情報の作成、参照、更新、削除などを行い、クッキー情報記憶部3のクッキー情報を管理する処理手段である。   The cookie information management unit 10 is a processing unit that creates, references, updates, and deletes cookie information and manages the cookie information in the cookie information storage unit 3.

ブックマーク設定管理部20は、ブックマーク記憶部4に登録されたブックマーク対象のURLごとに、クッキー情報の保存要求の許否を示す保存受付設定(個別設定)を付与または更新する処理手段である。   The bookmark setting management unit 20 is a processing unit that assigns or updates a storage acceptance setting (individual setting) that indicates whether or not a cookie information storage request is permitted for each bookmark target URL registered in the bookmark storage unit 4.

URL履歴設定管理部30は、URL履歴記憶部5に登録されたURLごとに、クッキー情報の保存要求の許否を示す保存受付設定(個別設定)を付与または更新する処理手段である。   The URL history setting management unit 30 is a processing unit that assigns or updates a storage acceptance setting (individual setting) indicating whether or not a cookie information storage request is permitted for each URL registered in the URL history storage unit 5.

ブックマーク設定管理部20およびURL履歴設定管理部30は、URLごとに、ユーザの選択によって、クッキー情報記憶部3に保存された関連するクッキー情報を削除対象としないことを示すユーザ保護設定を、全体設定管理部11に通知する。   The bookmark setting management unit 20 and the URL history setting management unit 30 perform, for each URL, a user protection setting indicating that the related cookie information stored in the cookie information storage unit 3 is not subject to deletion by the user's selection. The setting management unit 11 is notified.

ブックマーク通信部40は、ブックマーク情報またはURL履歴情報のURLおよびそのURLに関連するクッキー情報を、ファイル単位もしくはデータ単位で他の携帯電話端末1(図示しない)と送信または受信する処理手段である。   The bookmark communication unit 40 is a processing unit that transmits or receives the URL of bookmark information or URL history information and cookie information related to the URL with another mobile phone terminal 1 (not shown) in file units or data units.

ブックマーク記憶部4は、ユーザによってブックマーク対象として選択されたウェブサイトのURL、およびそのURLに対するクッキー情報の保存の許否を示す保存受付設定からなるブックマーク情報を格納するデータ記憶手段である。図3に、ブックマーク情報のデータ構成例を示す。   The bookmark storage unit 4 is data storage means for storing bookmark information including a URL of a website selected as a bookmark target by the user and a storage acceptance setting indicating whether or not to save cookie information for the URL. FIG. 3 shows a data configuration example of bookmark information.

URL履歴記憶部5は、ウェブブラウザ2で閲覧したウェブサイトのURL、およびそのURLに対するクッキー情報の保存の許否を示す保存受付設定からなるURL履歴情報を格納するデータ記憶手段である。   The URL history storage unit 5 is a data storage unit that stores URL history information including a URL of a website browsed by the web browser 2 and a storage acceptance setting indicating whether or not to save cookie information for the URL.

クッキー情報管理部10は、全体設定管理部11、全体設定記憶部12、クッキー情報生成/削除部13、およびクッキー容量管理部14を備える。   The cookie information management unit 10 includes an overall setting management unit 11, an overall setting storage unit 12, a cookie information generation / deletion unit 13, and a cookie capacity management unit 14.

全体設定管理部11は、クッキー情報に対する全体的な保存要求の許否を示す保存受付全体設定(全体設定)を全体設定記憶部12に格納する処理手段である。   The overall setting management unit 11 is a processing unit that stores, in the overall setting storage unit 12, a storage acceptance overall setting (overall setting) indicating whether or not an overall storage request for cookie information is permitted.

全体設定管理部11は、クッキー情報の保存要求に対し全体的に許可(OK)もしくは拒否(NG)のいずれかの設定(全体設定)をユーザに選択させる画面を携帯電話端末1の表示画面(図示しない)に表示し、ユーザが選択した全体設定を全体設定記憶部12に格納する。全体設定は、後述するURLごとの保存受付設定(個別設定)が設定されていない場合に参照される。   The overall setting management unit 11 displays a screen for allowing the user to select either a setting (overall setting) of permission (OK) or rejection (NG) in response to the cookie information storage request (display screen of the mobile phone terminal 1). The general setting selected by the user is stored in the general setting storage unit 12. The overall setting is referred to when a storage acceptance setting (individual setting) for each URL described later is not set.

また、全体設定管理部11は、ウェブブラウザ2から通知されたユーザ保護設定のクッキー情報にもとづいて、クッキー情報記憶部3の該当するクッキー情報にユーザ保護設定を付与する。また、ブックマーク設定管理部20またはURL履歴設定管理部30から通知されたユーザ保護設定されたURLにもとづいて、そのURLのクッキー情報にユーザ保護設定を付与する。   Further, the overall setting management unit 11 gives the user protection setting to the corresponding cookie information in the cookie information storage unit 3 based on the cookie information of the user protection setting notified from the web browser 2. Further, based on the URL set by the user protection notified from the bookmark setting management unit 20 or the URL history setting management unit 30, the user protection setting is given to the cookie information of the URL.

クッキー情報生成/削除部13は、ウェブブラウザ2から通知されたクッキー情報の保存要求/更新要求に従ってクッキー情報を生成もしくは更新し、または、削除対象となったクッキー情報をクッキー情報記憶部3から削除する処理手段である。   The cookie information generation / deletion unit 13 generates or updates cookie information in accordance with the cookie information storage request / update request notified from the web browser 2, or deletes the cookie information targeted for deletion from the cookie information storage unit 3. Processing means.

クッキー情報生成/削除部13は、ウェブブラウザ2からクッキー情報の保存要求があった場合に、保存受付設定が許可(OK)であるときは、要求されたクッキー情報をクッキー情報記憶部3に保存する。   The cookie information generation / deletion unit 13 stores the requested cookie information in the cookie information storage unit 3 when the storage acceptance setting is permitted (OK) when a request for storing cookie information is received from the web browser 2. To do.

具体的には、クッキー情報生成/削除部13は、ウェブブラウザ2からクッキー情報の保存要求を受け付けると、そのクッキー情報のドメイン名およびパス名を用いて、ブックマーク設定管理部20に問い合わせる。ブックマーク設定管理部20は、ブックマーク記憶部4に、クッキー情報のドメイン名およびパス名と一致するURLが格納されているときは、そのブックマーク情報を返却する。   Specifically, when the cookie information generation / deletion unit 13 receives a cookie information storage request from the web browser 2, the cookie information generation / deletion unit 13 makes an inquiry to the bookmark setting management unit 20 using the domain name and path name of the cookie information. When the URL that matches the domain name and path name of the cookie information is stored in the bookmark storage unit 4, the bookmark setting management unit 20 returns the bookmark information.

クッキー情報生成/削除部13は、ブックマーク情報の保存受付設定(個別設定)をチェックし、「個別設定=OK」であれば、保存要求されたクッキー情報をクッキー情報記憶部3に格納し、保存完了をウェブブラウザ2へ通知する。また「個別設定=設定なし」であれば、全体設定記憶部12を参照し、全体設定=OKであれば、保存要求されたクッキー情報をクッキー情報記憶部3に格納し、保存完了をウェブブラウザ2へ通知する。一方、「個別設定=NG」であれば、クッキー情報の保存要求の拒否をウェブブラウザ2へ通知する。   The cookie information generation / deletion unit 13 checks the bookmark information storage acceptance setting (individual setting). If “individual setting = OK”, the cookie information requested to be stored is stored in the cookie information storage unit 3 and stored. The completion is notified to the web browser 2. If “individual setting = no setting”, the entire setting storage unit 12 is referred to. If the entire setting = OK, the cookie information requested to be stored is stored in the cookie information storage unit 3, and the completion of the saving is stored in the web browser. 2 is notified. On the other hand, if “individual setting = NG”, the rejection of the cookie information storage request is notified to the web browser 2.

また、クッキー情報生成/削除部13は、クッキー容量管理部14から、有効期限経過などの所定の判定条件で選択された削除対象のクッキー情報を受け付け、これらのクッキー情報をクッキー情報記憶部3から削除する。または、クッキー情報生成/削除部13は、ウェブブラウザ2から、ユーザが選択した削除対象のクッキー情報を受け付け、これらのクッキー情報をクッキー情報記憶部3から削除する。   Further, the cookie information generation / deletion unit 13 receives from the cookie capacity management unit 14 cookie information to be deleted that is selected based on a predetermined determination condition such as expiration date, and receives these cookie information from the cookie information storage unit 3. delete. Alternatively, the cookie information generation / deletion unit 13 receives the cookie information to be deleted selected by the user from the web browser 2 and deletes the cookie information from the cookie information storage unit 3.

クッキー情報生成/削除部13は、クッキー情報の保存要求1件辺り4kbyte分のデータ領域として削除対象のクッキー情報を削除する。   The cookie information generation / deletion unit 13 deletes cookie information to be deleted as a data area of 4 kbytes per cookie information storage request.

クッキー容量管理部14は、所定の期間もしくは契機でクッキー情報記憶部3の容量を監視し、所定の条件にもとづいて削除対象とするクッキー情報を選択し、クッキー情報生成/削除部13に通知する処理手段である。   The cookie capacity management unit 14 monitors the capacity of the cookie information storage unit 3 for a predetermined period or opportunity, selects cookie information to be deleted based on a predetermined condition, and notifies the cookie information generation / deletion unit 13 It is a processing means.

クッキー容量管理部14は、例えば、a)最も古く生成されたクッキー情報もしくはb)最も有効期限が近いクッキー情報であって、ユーザ保護設定がされていないものを削除対象とする。   The cookie capacity management unit 14 deletes, for example, a) the oldest generated cookie information or b) the cookie information with the shortest expiration date that has not been set for user protection.

また、クッキー容量管理部14は、ウェブブラウザ2からブックマーク情報の削除通知があると、そのブックマーク情報のURLのディレクトリ配下のクッキー情報を削除対象とし、クッキー情報生成/削除部13に通知する。   When the bookmark information deletion notification is received from the web browser 2, the cookie capacity management unit 14 sets the cookie information under the directory of the URL of the bookmark information as a deletion target and notifies the cookie information generation / deletion unit 13.

または、クッキー容量管理部14は、クッキー情報記憶部3の残容量が所定の容量以下もしくは保存要求されたクッキー情報の容量以下の場合に、残容量不足をウェブブラウザ2に通知してクッキー情報の一覧を表示させ、ユーザによって選択された削除対象をクッキー情報生成/削除部13に通知する。   Alternatively, when the remaining capacity of the cookie information storage unit 3 is less than a predetermined capacity or less than the capacity of the requested cookie information, the cookie capacity management unit 14 notifies the web browser 2 that the remaining capacity is insufficient, A list is displayed, and the cookie information generation / deletion unit 13 is notified of the deletion target selected by the user.

また、クッキー情報の一覧表示において、削除対象としないクッキー情報をユーザに指定させ、ユーザが指定したクッキー情報にユーザ保護設定を設定できるようにし、ユーザ保護設定のクッキー情報を全体設定管理部11に通知する。   Further, in the list display of cookie information, the user is allowed to specify cookie information that is not to be deleted, the user protection setting can be set to the cookie information specified by the user, and the cookie information of the user protection setting is stored in the overall setting management unit 11. Notice.

ウェブブラウザ2では、クッキー情報記憶部3の残容量を表示し、クッキー情報作成が不可であることをユーザに知らせ、クッキー情報の一覧を表示して、現在格納されているクッキー情報の削除を行うかを問い合わせる。ここで、クッキー情報記憶部3の残容量として、使用可能な残量がパーセント(%)で表示される。   In the web browser 2, the remaining capacity of the cookie information storage unit 3 is displayed, the user is informed that cookie information cannot be created, a list of cookie information is displayed, and the currently stored cookie information is deleted. Inquire. Here, as the remaining capacity of the cookie information storage unit 3, the remaining amount that can be used is displayed as a percentage (%).

クッキー情報の一覧表示では、有効期限が近い順、名前順、ドメイン名順などでクッキー情報を並べ変えて表示するようにしてもよい。また、クッキー情報を、ドメイン名、URL、パス名単位など、所定の括り単位でまとめて表示するようにしてもよい。この場合に、一括りにしたクッキー情報のドメイン名のみを表示する。また、ドメイン名配下のクッキー情報の総数を別に表示してもよい。   In the cookie information list display, the cookie information may be rearranged and displayed in order of near expiration date, name order, domain name order, or the like. Further, the cookie information may be displayed collectively in a predetermined unit such as a domain name, URL, or path name. In this case, only the domain name of the bundled cookie information is displayed. The total number of cookie information under the domain name may be displayed separately.

また、クッキー情報をドメインまたはディレクトリ単位でまとめて表示する場合に、その基本HTMLページ(該当するディクレトリのみで参照可能なページあるいはディレクトリ直下のindex.htmlなどのページ)が取得済みであって、かつそのページにTITLEが存在する場合に、そのTITLEをクッキー情報の表示名として使用してもよい。   In addition, when displaying cookie information in a unit of domain or directory, the basic HTML page (a page that can be referred to only in the corresponding directory or a page such as index.html directly under the directory) has been acquired, and When TITLE exists on the page, the TITLE may be used as the display name of the cookie information.

また、クッキー情報の一覧表示において、クッキー情報が、ブックマーク情報や、履歴情報と連動していることを示すマークを表示してもよい。   Further, in the list display of cookie information, a mark indicating that the cookie information is linked with bookmark information or history information may be displayed.

また、クッキー容量管理部14は、URL履歴記憶部5のURL履歴情報についても、ブックマーク記憶部4のブックマーク情報と同様に扱い、削除対象となるクッキー情報をクッキー情報生成/削除部13に通知する。   The cookie capacity management unit 14 also handles the URL history information in the URL history storage unit 5 in the same manner as the bookmark information in the bookmark storage unit 4 and notifies the cookie information generation / deletion unit 13 of the cookie information to be deleted. .

ブックマーク通信部40は、他の携帯電話端末1へのブックマーク情報の転送要求があると、ファイル単位でブックマーク情報とクッキー情報とを送信する。具体的には、ブックマーク記憶部4のブックマーク情報全体を、所定のデータ交換形式のデータファイルに変換し、さらに、クッキー情報記憶部3のクッキー情報全体を所定のデータ交換形式のデータファイルに変換し、これらのファイルを要求元の携帯電話端末1に送信する。   When there is a request for transferring bookmark information to another mobile phone terminal 1, the bookmark communication unit 40 transmits bookmark information and cookie information in units of files. Specifically, the entire bookmark information in the bookmark storage unit 4 is converted into a data file in a predetermined data exchange format, and the entire cookie information in the cookie information storage unit 3 is converted into a data file in a predetermined data exchange format. These files are transmitted to the requesting mobile phone terminal 1.

または、ブックマーク通信部40は、データ単位でブックマーク情報とクッキー情報とを送信する。ブックマーク通信部40は、ブックマーク記憶部4のブックマーク情報を取り出し、取り出したブックマーク情報に対応するクッキー情報の取り出しをクッキー情報管理部10に依頼する。クッキー情報管理部10では、ブックマーク情報のURLと同じドメイン名およびパス名が設定されたクッキー情報を取り出し、ブックマーク通信部40に渡す。ブックマーク通信部40は、ブックマーク情報とクッキー情報とを組み合わせ、所定のデータ交換形式へ変換して通信データを生成し、通信データを要求元の携帯電話端末1に送信する。   Alternatively, the bookmark communication unit 40 transmits bookmark information and cookie information in units of data. The bookmark communication unit 40 retrieves bookmark information from the bookmark storage unit 4 and requests the cookie information management unit 10 to retrieve cookie information corresponding to the retrieved bookmark information. In the cookie information management unit 10, cookie information in which the same domain name and path name as the URL of the bookmark information is set is taken out and passed to the bookmark communication unit 40. The bookmark communication unit 40 combines the bookmark information and the cookie information, converts the information into a predetermined data exchange format, generates communication data, and transmits the communication data to the requesting mobile phone terminal 1.

所定のデータ交換形式としては、例えばIrMCなどを用いる。また、データ通信は、USB、IrDA、Bluetoothなどのデータ通信規格を用いる。   For example, IrMC is used as the predetermined data exchange format. Data communication uses data communication standards such as USB, IrDA, and Bluetooth.

図4〜図6を用いて、実施例における本発明の処理の流れを説明する。   The processing flow of the present invention in the embodiment will be described with reference to FIGS.

図4は、クッキー情報の保存要求に対する許否判定処理の処理フロー図である。   FIG. 4 is a processing flow diagram of permission / refusal determination processing for a cookie information storage request.

クッキー情報管理部10は、ウェブブラウザ2から、クッキー情報の保存要求を受け付けると(ステップS1)、クッキー情報記憶部3にクッキー情報を保存可能な残容量があるかどうかを調べる(ステップS2)。クッキー情報記憶部3に十分な残容量がなければ、クッキー情報削除処理を行う(ステップS3)。クッキー情報記憶部3に十分な残容量があれば、ブックマーク設定管理部20に対し、クッキー情報のドメイン名およびパス名によるブックマーク情報の検索を要求する(ステップS4)。   When the cookie information management unit 10 receives a cookie information storage request from the web browser 2 (step S1), the cookie information management unit 10 checks whether the cookie information storage unit 3 has a remaining capacity capable of storing the cookie information (step S2). If there is not enough remaining capacity in the cookie information storage unit 3, cookie information deletion processing is performed (step S3). If there is a sufficient remaining capacity in the cookie information storage unit 3, the bookmark setting management unit 20 is requested to search for bookmark information by the domain name and path name of the cookie information (step S4).

ブックマーク設定管理部20は、クッキー情報管理部10からブックマーク検索要求を受け付けると(ステップS5)、ブックマーク記憶部4に、クッキー情報のドメイン名が一致かつパス名が前方一致するURLを持つブックマーク情報があるかどうかを検索し(ステップS6)、検索結果として該当するブックマーク情報をクッキー情報管理部10に通知する(ステップS7)。   When the bookmark setting management unit 20 receives a bookmark search request from the cookie information management unit 10 (step S5), the bookmark information having a URL in which the domain name of the cookie information is matched and the path name is forwardly matched is stored in the bookmark storage unit 4. Whether or not there is a search is searched (step S6), and the corresponding bookmark information is notified to the cookie information management unit 10 as a search result (step S7).

クッキー情報管理部10は、ブックマーク設定管理部20から検索結果のブックマーク情報を受領すると(ステップS8)、保存受付設定=設定なしかどうかを調べ(ステップS9)、「保存受付設定=設定なし」でなければ、受領したブックマーク情報の保存受付設定を受付結果とする(ステップS10)。一方、「保存受付設定=設定なし」であれば、全体設定記憶部12を参照して保存受付全体設定(全体設定)を取得し(ステップS11)、取得した全体設定を受付結果とする(ステップS12)。その後、受付結果(許可/拒否)をウェブブラウザ2に返却する(ステップS13)。   When the cookie information management unit 10 receives the bookmark information of the search result from the bookmark setting management unit 20 (step S8), the cookie information management unit 10 checks whether there is a storage acceptance setting = setting (step S9), and “save acceptance setting = no setting”. If not, the received bookmark information storage acceptance setting is set as the acceptance result (step S10). On the other hand, if “save acceptance setting = no setting”, the overall setting storage unit 12 is referred to acquire the save acceptance overall setting (overall setting) (step S11), and the obtained overall setting is set as the acceptance result (step S11). S12). Thereafter, the acceptance result (permission / rejection) is returned to the web browser 2 (step S13).

さらに、クッキー情報管理部10は、受付結果が許可(OK)であれば、保存要求されたクッキー情報をクッキー情報記憶部3に格納する。   Further, if the acceptance result is permission (OK), the cookie information management unit 10 stores the cookie information requested to be stored in the cookie information storage unit 3.

図5は、クッキー情報削除処理(図4:ステップS3)の処理フロー図である。   FIG. 5 is a process flow diagram of the cookie information deletion process (FIG. 4: step S3).

クッキー情報管理部10のクッキー容量管理部14では、初期値として、チェック値=0に設定し(ステップS30)、インデックス番号(index)=1を設定する(ステップS31)。そして、indexの値がクッキー情報記憶部3に格納されているクッキー情報数を超えるまで、以下のステップS33〜ステップS37の処理を繰り返す。   The cookie capacity management unit 14 of the cookie information management unit 10 sets the check value = 0 as the initial value (step S30) and sets the index number (index) = 1 (step S31). And the process of the following step S33-step S37 is repeated until the value of index exceeds the number of cookie information stored in the cookie information storage part 3.

まず、クッキー情報記憶部3のindex=1のクッキー情報を取り出し、そのクッキー情報にユーザ保護設定があるかどうかを調べる(ステップS33)。クッキー情報にユーザ保護設定がなければ、さらに、クッキー情報のドメイン名およびパス名がブックマーク情報のURLと合致するかどうかを調べる(ステップS34)。そして、クッキー情報のドメイン名およびパス名がブックマーク情報のURLと合致しなければ、さらに、クッキー情報の有効期限が、チェック値に設定されているクッキー情報の有効期限より現時点に近いかどうかを調べる(ステップS35)。対象となっているクッキー情報の有効期限が、チェック値に設定されたクッキー情報の有効期限より近ければ、チェック値にindexの値を設定する(ステップS36)。   First, the cookie information with index = 1 in the cookie information storage unit 3 is extracted, and it is checked whether the cookie information has a user protection setting (step S33). If there is no user protection setting in the cookie information, it is further checked whether the domain name and path name of the cookie information match the URL of the bookmark information (step S34). If the domain name and path name of the cookie information do not match the URL of the bookmark information, it is further checked whether the expiration date of the cookie information is closer to the current time than the expiration date of the cookie information set in the check value. (Step S35). If the expiration date of the target cookie information is closer to the expiration date of the cookie information set as the check value, the index value is set as the check value (step S36).

そして、indexの値を1加算し(ステップS37)、indexの値がクッキー情報数を超えている場合、すなわち全てのクッキー情報についてステップS33〜ステップS37の処理が終了している場合に、チェック値をクッキー情報生成/削除部13に返す(ステップS38)。   Then, the index value is incremented by 1 (step S37), and when the index value exceeds the number of cookie information, that is, when the processing of step S33 to step S37 has been completed for all the cookie information, the check value Is returned to the cookie information generation / deletion unit 13 (step S38).

クッキー情報生成/削除部13は、返却されたチェック値のindexの値にもとづいてクッキー情報記憶部3の該当するクッキー情報を削除する。   The cookie information generation / deletion unit 13 deletes the corresponding cookie information in the cookie information storage unit 3 based on the index value of the returned check value.

図6は、ブックマーク情報の転送処理の処理フロー図である。   FIG. 6 is a flowchart of the bookmark information transfer process.

ブックマーク通信部40は、ブックマーク情報の通信要求を受け付けると(ステップS51)、ブックマーク記憶部4からブックマーク情報を取り出し(ステップS52)、さらに、ブックマーク情報のURLを抽出する(ステップS53)。そして、クッキー情報管理部10に、抽出したURLのドメイン名およびパス名が設定されたクッキー情報の取り出しを要求する(ステップS54)。   When the bookmark communication unit 40 receives a bookmark information communication request (step S51), the bookmark communication unit 40 extracts the bookmark information from the bookmark storage unit 4 (step S52), and further extracts the URL of the bookmark information (step S53). Then, the cookie information management unit 10 is requested to retrieve the cookie information in which the domain name and path name of the extracted URL are set (step S54).

クッキー情報管理部10は、ブックマーク通信部40からの取り出し要求を受け付けると(ステップS55)、要求で指定されたドメイン名およびパス名(URL)をもとにクッキー情報記憶部3を検索し(ステップS56)、合致したクッキー情報を取り出す(ステップS57)。   When receiving the retrieval request from the bookmark communication unit 40 (step S55), the cookie information management unit 10 searches the cookie information storage unit 3 based on the domain name and path name (URL) specified in the request (step S55). S56), the matched cookie information is extracted (step S57).

ブックマーク通信部40は、クッキー情報管理部10からクッキー情報を受領すると(ステップS58)、ブックマーク情報とクッキー情報を組み合わせ、所定のデータ形式に変換して通信データを生成し(ステップS59)、生成した通信データを送信する(ステップS510)。   When the bookmark communication unit 40 receives the cookie information from the cookie information management unit 10 (step S58), the bookmark communication unit 40 combines the bookmark information and the cookie information, converts the information into a predetermined data format, and generates communication data (step S59). Communication data is transmitted (step S510).

以上、本発明をその実施の形態により説明したが、本発明はその主旨の範囲において種々の変形が可能であることは当然である。例えば、ウェブブラウザ2においてクッキー情報の一覧を表示する場合、またはブックマーク情報の削除とクッキー情報を削除する場合に、クッキー情報管理部10は、ユーザに暗証番号の入力を要求し、認証できた場合のみ処理を行うようにしてもよい。   As mentioned above, although this invention was demonstrated by the embodiment, it cannot be overemphasized that a various deformation | transformation is possible for this invention in the range of the main point. For example, when displaying a list of cookie information in the web browser 2 or when deleting bookmark information and deleting cookie information, the cookie information management unit 10 requests the user to enter a personal identification number and is authenticated. Only processing may be performed.

本発明の形態および実施例の特徴を列記すると以下のとおりである。   The features of the embodiments and examples of the present invention are listed as follows.

(付記1) ウェブページを閲覧するウェブブラウザと、ウェブサイトに関連づけられたクッキー情報を格納するクッキー情報記憶手段と、ユーザによって選択されたウェブサイト位置情報を格納するブックマーク記憶手段とを備えた情報処理端末においてクッキー情報を管理するクッキー情報管理方法であって、
保存要求されたクッキー情報のドメイン名およびパス名を用いて前記ブックマーク記憶手段を検索し、
前記ドメイン名およびパス名と一致するウェブサイト位置情報が前記ブックマーク記憶手段に格納されている場合に、前記クッキー情報を前記クッキー情報記憶手段に格納する
ことを特徴とするクッキー情報管理方法。
(Additional remark 1) Information provided with the web browser which browses a web page, the cookie information storage means to store the cookie information linked | related with the website, and the bookmark storage means to store the website location information selected by the user A cookie information management method for managing cookie information in a processing terminal,
Search the bookmark storage means using the domain name and path name of the cookie information requested to save,
The cookie information management method, wherein the cookie information is stored in the cookie information storage means when website location information that matches the domain name and path name is stored in the bookmark storage means.

(付記2) 前記ブックマーク記憶手段の各ウェブサイト位置情報について、クッキー情報の保存要求の許可または拒否のいずれかを示す保存受付設定を付与し、
前記クッキー情報のドメイン名およびパス名を用いて前記ブックマーク記憶手段を検索し、
前記ドメイン名およびパス名と一致し、かつ許可を示す保存受付設定が付与されたウェブサイト位置情報が前記ブックマーク記憶手段に格納されている場合に、前記クッキー情報を前記クッキー情報記憶手段に格納する
ことを特徴とする前記付記1記載のクッキー情報管理方法。
(Supplementary Note 2) For each website location information of the bookmark storage means, a storage acceptance setting indicating either permission or rejection of the storage request for cookie information is given,
Search the bookmark storage means using the domain name and path name of the cookie information,
The cookie information is stored in the cookie information storage means when the location information of the website that matches the domain name and path name and has been given a storage acceptance setting indicating permission is stored in the bookmark storage means. The cookie information management method as set forth in appendix 1, wherein:

(付記3) 前記ブックマーク記憶手段からウェブサイト位置情報が削除された場合に、前記ウェブサイト位置情報と一致するドメイン名およびパス名のクッキー情報を前記クッキー情報記憶手段から削除する
ことを特徴とする前記付記1記載のクッキー情報管理方法。
(Supplementary Note 3) When the website location information is deleted from the bookmark storage unit, the domain name and path name cookie information that matches the website location information is deleted from the cookie information storage unit. The method for managing cookie information according to appendix 1.

(付記4) 前記クッキー情報記憶手段の空き容量である残容量を調べ、前記残容量が所定の容量以下の場合に、前記クッキー情報記憶手段に格納されたクッキー情報の一覧を作成して表示し、
前記クッキー情報の一覧からユーザによって選択されたクッキー情報を前記クッキー情報記憶手段から削除する
ことを特徴とする前記付記1記載のクッキー情報管理方法。
(Appendix 4) The remaining capacity, which is the free capacity of the cookie information storage means, is checked, and when the remaining capacity is less than a predetermined capacity, a list of cookie information stored in the cookie information storage means is created and displayed. ,
The cookie information management method according to appendix 1, wherein the cookie information selected by the user from the cookie information list is deleted from the cookie information storage means.

(付記5) 前記クッキー情報の一覧を表示する場合に、前記残容量を併せて表示する
ことを特徴とする前記付記4記載のクッキー情報管理方法。
(Additional remark 5) When displaying the list of the said cookie information, the said remaining capacity is displayed collectively. The cookie information management method of the said additional remark 4 characterized by the above-mentioned.

(付記6) 前記ブックマーク記憶手段のウェブサイト位置情報のドメイン名およびパス名と一致するクッキー情報を前記クッキー情報記憶手段から取得し、
前記ウェブブラウザにおいて、前記ブックマーク記憶手段に格納された前記ウェブサイト位置情報ごとにクッキー情報の有無を表示する
ことを特徴とする前記付記1記載のクッキー情報管理方法。
(Appendix 6) Obtaining cookie information that matches the domain name and path name of the website location information of the bookmark storage means from the cookie information storage means,
The cookie information management method according to claim 1, wherein in the web browser, presence / absence of cookie information is displayed for each of the website location information stored in the bookmark storage means.

(付記7) 前記ブックマーク記憶手段のウェブサイト位置情報のドメイン名およびパス名と一致するクッキー情報を前記クッキー情報記憶手段から取得し、
前記ウェブサイト位置情報および前記クッキー情報を組み合わせた通信データを生成して送信する
ことを特徴とする前記付記1記載のクッキー情報管理方法。
(Supplementary Note 7) Acquire cookie information matching the domain name and path name of the website location information of the bookmark storage means from the cookie information storage means,
The cookie information management method according to appendix 1, wherein communication data combining the website location information and the cookie information is generated and transmitted.

(付記8) 前記ウェブサイト位置情報および前記クッキー情報を組み合わせた通信データを受信し、
前記通信データの前記ウェブサイト位置情報を前記ブックマーク記憶手段に保存し、
前記クッキー情報を前記クッキー情報記憶手段に保存する
ことを特徴とする前記付記7記載のクッキー情報管理方法。
(Appendix 8) Receiving communication data combining the website location information and the cookie information,
Storing the website location information of the communication data in the bookmark storage means;
The cookie information management method according to appendix 7, wherein the cookie information is stored in the cookie information storage means.

(付記9) ウェブページを閲覧するウェブブラウザと、ウェブサイトに関連づけられたクッキー情報を格納するクッキー情報記憶手段と、ユーザがアクセスしたウェブページのウェブサイト位置情報を示す位置情報履歴を格納する履歴情報記憶手段とを備えた情報処理端末においてクッキー情報を管理するクッキー情報管理方法であって、
保存要求されたクッキー情報のドメイン名およびパス名を用いて前記履歴情報記憶手段に格納された位置情報履歴を検索し、
前記ドメイン名およびパス名に一致する位置情報履歴が前記履歴情報記憶手段に格納されている場合に、前記クッキー情報を前記クッキー情報記憶手段に格納する
ことを特徴とするクッキー情報管理方法。
(Supplementary note 9) Web browser for browsing web pages, cookie information storage means for storing cookie information associated with websites, and history information for storing location information history indicating website location information of web pages accessed by the user A cookie information management method for managing cookie information in an information processing terminal comprising an information storage means,
Search the location information history stored in the history information storage means using the domain name and path name of the cookie information requested to be saved,
The cookie information management method, wherein the cookie information is stored in the cookie information storage means when a location information history that matches the domain name and path name is stored in the history information storage means.

(付記10) 前記履歴情報記憶手段から位置情報履歴が消去された場合に、前記消去された位置情報履歴と一致するドメイン名およびパス名のクッキー情報を前記クッキー情報記憶手段から削除する
ことを特徴とする前記付記9記載のクッキー情報管理方法。
(Supplementary Note 10) When the location information history is deleted from the history information storage unit, the cookie information of the domain name and the path name that matches the deleted location information history is deleted from the cookie information storage unit. The cookie information management method according to appendix 9.

(付記11) ウェブページを閲覧するウェブブラウザと、ユーザによって選択されたウェブページのウェブサイト位置情報であるブックマーク位置情報を格納するブックマーク記憶手段とを備える情報処理端末であって、
ウェブサイトに関連づけられたクッキー情報を格納するクッキー情報記憶手段と、
保存要求されたクッキー情報のドメイン名およびパス名を用いて前記ブックマーク記憶手段を検索し、前記ドメイン名およびパス名と一致するウェブサイト位置情報が前記ブックマーク記憶手段に格納されている場合に、前記クッキー情報を前記クッキー情報記憶手段に格納するクッキー情報管理手段とを備える
ことを特徴とする情報処理端末。
(Supplementary note 11) An information processing terminal comprising a web browser for browsing a web page and bookmark storage means for storing bookmark position information which is website position information of a web page selected by a user,
Cookie information storage means for storing cookie information associated with the website;
When the bookmark storage means is searched using the domain name and path name of the cookie information requested to be stored, and the website location information matching the domain name and path name is stored in the bookmark storage means, An information processing terminal comprising: cookie information management means for storing cookie information in the cookie information storage means.

(付記12) ウェブページを閲覧するウェブブラウザと、ユーザがアクセスしたウェブページの位置情報を示す位置情報履歴を格納する履歴情報記憶手段とを備える情報処理端末であって、
ウェブサイトに関連づけられたクッキー情報を格納するクッキー情報記憶手段と、
保存要求されたクッキー情報のドメイン名およびパス名を用いて前記履歴情報記憶手段を検索し、前記ドメイン名およびパス名と一致する位置情報履歴が前記履歴情報記憶手段に格納されていた場合に、前記クッキー情報を前記クッキー情報記憶手段に格納するクッキー情報管理手段とを備える
ことを特徴とする情報処理端末。
(Supplementary note 12) An information processing terminal comprising a web browser for browsing a web page, and history information storage means for storing position information history indicating position information of a web page accessed by a user,
Cookie information storage means for storing cookie information associated with the website;
When the history information storage means is searched using the domain name and path name of the cookie information requested to be stored, and the location information history that matches the domain name and path name is stored in the history information storage means, An information processing terminal comprising: cookie information management means for storing the cookie information in the cookie information storage means.

(付記13) ウェブページを閲覧するウェブブラウザと、ウェブサイトに関連づけられたクッキー情報を格納するクッキー情報記憶手段と、ユーザによって選択されたウェブサイト位置情報を格納するブックマーク記憶手段とを備えた情報処理端末に、クッキー情報を管理するクッキー情報管理処理を実行させるためのプログラムであって、
保存要求されたクッキー情報のドメイン名およびパス名を用いて前記ブックマーク記憶手段を検索し、
前記ドメイン名およびパス名と一致するウェブサイト位置情報が前記ブックマーク記憶手段に格納されている場合に、前記クッキー情報を前記クッキー情報記憶手段に格納するプログラムである
ことを特徴とするクッキー情報管理プログラム。
(Additional remark 13) Information provided with the web browser which browses a web page, the cookie information memory | storage means to store the cookie information linked | related with the website, and the bookmark memory | storage means to store the website location information selected by the user A program for causing a processing terminal to execute a cookie information management process for managing cookie information,
Search the bookmark storage means using the domain name and path name of the cookie information requested to save,
A cookie information management program for storing the cookie information in the cookie information storage means when the website location information matching the domain name and path name is stored in the bookmark storage means .

(付記14) ウェブページを閲覧するウェブブラウザと、ウェブサイトに関連づけられたクッキー情報を格納するクッキー情報記憶手段と、ユーザがアクセスしたウェブページのウェブサイト位置情報を示す位置情報履歴を格納する履歴情報記憶手段とを備えた情報処理端末に、クッキー情報を管理するクッキー情報管理処理を実行させるためのプログラムであって、
保存要求されたクッキー情報のドメイン名およびパス名を用いて前記履歴情報記憶手段に格納された位置情報履歴を検索し、
前記ドメイン名およびパス名に一致する位置情報履歴が前記履歴情報記憶手段に格納されている場合に、前記クッキー情報を前記クッキー情報記憶手段に格納するプログラムである
ことを特徴とするクッキー情報管理プログラム。
(Supplementary Note 14) Web browser for browsing web pages, cookie information storage means for storing cookie information associated with websites, and history for storing location information history indicating website location information of web pages accessed by the user A program for causing an information processing terminal having an information storage means to execute a cookie information management process for managing cookie information,
Search the location information history stored in the history information storage means using the domain name and path name of the cookie information requested to be saved,
A cookie information management program for storing the cookie information in the cookie information storage means when a location information history that matches the domain name and path name is stored in the history information storage means .

実施例における本発明の構成例を示す図である。It is a figure which shows the structural example of this invention in an Example. クッキー情報のデータ構成例を示す図である。It is a figure which shows the example of a data structure of cookie information. ブックマーク情報のデータ構成例を示す図である。It is a figure which shows the data structural example of bookmark information. クッキー情報の保存要求に対する許否判定処理の処理フロー図である。It is a processing flowchart of the permission determination processing with respect to the preservation | save request | requirement of cookie information. クッキー情報削除処理の処理フロー図である。It is a processing flowchart of a cookie information deletion process. ブックマーク情報の転送処理の処理フロー図である。It is a processing flowchart of a transfer process of bookmark information.

符号の説明Explanation of symbols

1 携帯電話端末
2 ウェブブラウザ
3 クッキー情報記憶部
4 ブックマーク記憶部
5 URL履歴記憶部
10 クッキー情報管理部
11 全体設定管理部
12 全体設定記憶部
13 クッキー情報生成/削除部
14 クッキー容量管理部
20 ブックマーク設定管理部
30 URL履歴設定管理部
40 ブックマーク通信部
DESCRIPTION OF SYMBOLS 1 Mobile phone terminal 2 Web browser 3 Cookie information storage part 4 Bookmark storage part 5 URL history storage part 10 Cookie information management part 11 Whole setting management part 12 Whole setting storage part 13 Cookie information generation / deletion part 14 Cookie capacity management part 20 Bookmark Setting management unit 30 URL history setting management unit 40 Bookmark communication unit

Claims (5)

ウェブページを閲覧するウェブブラウザと、ウェブサイトに関連づけられたクッキー情報を格納するクッキー情報記憶手段と、ユーザによって選択されたウェブサイト位置情報を格納するブックマーク記憶手段とを備えた情報処理端末においてクッキー情報を管理するクッキー情報管理方法であって、
保存要求されたクッキー情報のドメイン名およびパス名を用いて前記ブックマーク記憶手段を検索し、
前記ドメイン名およびパス名と一致するウェブサイト位置情報が前記ブックマーク記憶手段に格納されている場合に、前記クッキー情報を前記クッキー情報記憶手段に格納する
ことを特徴とするクッキー情報管理方法。
Cookies in an information processing terminal comprising a web browser for browsing web pages, cookie information storage means for storing cookie information associated with the website, and bookmark storage means for storing website location information selected by the user A cookie information management method for managing information,
Search the bookmark storage means using the domain name and path name of the cookie information requested to save,
The cookie information management method, wherein the cookie information is stored in the cookie information storage means when website location information that matches the domain name and path name is stored in the bookmark storage means.
前記ブックマーク記憶手段の各ウェブサイト位置情報について、クッキー情報の保存要求の許可または拒否のいずれかを示す保存受付設定を付与し、
前記クッキー情報のドメイン名およびパス名を用いて前記ブックマーク記憶手段を検索し、
前記ドメイン名およびパス名と一致し、かつ許可を示す保存受付設定が付与されたウェブサイト位置情報が前記ブックマーク記憶手段に格納されている場合に、前記クッキー情報を前記クッキー情報記憶手段に格納する
ことを特徴とする請求項1記載のクッキー情報管理方法。
For each website location information of the bookmark storage means, a storage acceptance setting indicating either permission or rejection of the storage request for cookie information is given,
Search the bookmark storage means using the domain name and path name of the cookie information,
The cookie information is stored in the cookie information storage means when the location information of the website that matches the domain name and path name and has been given a storage acceptance setting indicating permission is stored in the bookmark storage means. The cookie information management method according to claim 1.
前記ブックマーク記憶手段からウェブサイト位置情報が削除された場合に、前記ウェブサイト位置情報と一致するドメイン名およびパス名のクッキー情報を前記クッキー情報記憶手段から削除する
ことを特徴とする請求項1記載のクッキー情報管理方法。
2. When the website location information is deleted from the bookmark storage unit, the cookie information of the domain name and the path name that match the website location information is deleted from the cookie information storage unit. Cookie information management method.
前記ブックマーク記憶手段のウェブサイト位置情報のドメイン名およびパス名と一致するクッキー情報を前記クッキー情報記憶手段から取得し、
前記ウェブサイト位置情報および前記クッキー情報を組み合わせた通信データを生成して送信する
ことを特徴とする請求項1記載のクッキー情報管理方法。
Cookie information that matches the domain name and path name of the website location information of the bookmark storage means is acquired from the cookie information storage means,
The cookie information management method according to claim 1, wherein communication data combining the website location information and the cookie information is generated and transmitted.
ウェブページを閲覧するウェブブラウザと、ウェブサイトに関連づけられたクッキー情報を格納するクッキー情報記憶手段と、ユーザによって選択されたウェブサイト位置情報を格納するブックマーク記憶手段とを備えた情報処理端末においてクッキー情報を管理するクッキー情報管理方法であって
保存要求されたクッキー情報のドメイン名を用いて前記ブックマーク記憶手段を検索し、
前記ドメイン名が一致するウェブサイト位置情報が前記ブックマーク記憶手段に格納されている場合に、前記クッキー情報を前記クッキー情報記憶手段に格納す
ことを特徴とするクッキー情報管理方法
Cookies in an information processing terminal comprising a web browser for browsing web pages, cookie information storage means for storing cookie information associated with a website, and bookmark storage means for storing website location information selected by a user A cookie information management method for managing information,
Search the bookmark storage means using the domain name of the cookie information requested to save,
Cookie information management method website location where the domain name matches the if stored in the bookmark storage unit, characterized in that that stores the cookie information in the cookie information storage means.
JP2004160900A 2004-05-31 2004-05-31 Cookie information management method Expired - Fee Related JP4504101B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004160900A JP4504101B2 (en) 2004-05-31 2004-05-31 Cookie information management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004160900A JP4504101B2 (en) 2004-05-31 2004-05-31 Cookie information management method

Publications (2)

Publication Number Publication Date
JP2005339454A JP2005339454A (en) 2005-12-08
JP4504101B2 true JP4504101B2 (en) 2010-07-14

Family

ID=35492920

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004160900A Expired - Fee Related JP4504101B2 (en) 2004-05-31 2004-05-31 Cookie information management method

Country Status (1)

Country Link
JP (1) JP4504101B2 (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2007132661A1 (en) * 2006-05-12 2009-09-24 株式会社Access Terminal, network system, context information providing method, and context information providing program
US20080281921A1 (en) * 2007-05-08 2008-11-13 Yahoo! Inc. Systems and methods for inter-domain messaging
JP2009157901A (en) * 2007-12-27 2009-07-16 Sharp Corp Information provision device, information display device, information provision system, information provision method, program and computer-readable recording medium recording program
JP2009251882A (en) * 2008-04-04 2009-10-29 Fujitsu Ltd Mobile terminal and method
US9230036B2 (en) 2010-06-04 2016-01-05 International Business Machines Corporation Enhanced browser cookie management
WO2013099049A1 (en) * 2011-12-26 2013-07-04 パナソニック株式会社 Web browser control device, web browser control method, and television receiver
JP5821904B2 (en) 2013-06-20 2015-11-24 コニカミノルタ株式会社 Information processing apparatus and program
CN107577160A (en) * 2016-07-04 2018-01-12 佛山市顺德区美的电热电器制造有限公司 The control system and mobile terminal of kitchen appliance

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003520361A (en) * 1999-02-11 2003-07-02 イージーログイン・ドット・コム・インコーポレイテッド Personalized access to website
JP2003288240A (en) * 2002-03-28 2003-10-10 Matsushita Electric Ind Co Ltd Cookie processing program, cookie processing device, cookie processing method, and contents fusion method
JP2003536145A (en) * 2000-06-07 2003-12-02 シー. パワーズ,アーサー Direct communication method between the company and its customers

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003520361A (en) * 1999-02-11 2003-07-02 イージーログイン・ドット・コム・インコーポレイテッド Personalized access to website
JP2003536145A (en) * 2000-06-07 2003-12-02 シー. パワーズ,アーサー Direct communication method between the company and its customers
JP2003288240A (en) * 2002-03-28 2003-10-10 Matsushita Electric Ind Co Ltd Cookie processing program, cookie processing device, cookie processing method, and contents fusion method

Also Published As

Publication number Publication date
JP2005339454A (en) 2005-12-08

Similar Documents

Publication Publication Date Title
US7797295B2 (en) User content feeds from user storage devices to a public search engine
US7251775B1 (en) System and method for visual history presentation and management
US8122513B2 (en) Data storage device, data storage method, and program thereof
US20070078903A1 (en) Bookmark managing apparatus and method of managing bookmark
US6467029B1 (en) Data management apparatus and a data management method
US7302463B1 (en) Sharing information across wireless content providers
US20110055357A1 (en) Server apparatus, communication apparatus, and method for generating navigation information
JP2011527799A (en) Personal information file management tool
JP4504101B2 (en) Cookie information management method
KR101666064B1 (en) Apparatus for managing data by using url information in a distributed file system and method thereof
JP2010146332A (en) Information processing apparatus, system, method and program for providing information and recording medium
JP2000020438A (en) Current display document information preserving and managing method in information providing server
JPH11272683A (en) Retrieval processor and storage medium
US20110060788A1 (en) System and method for automatically providing metadata elements on a web page or web site
KR20070031152A (en) Methed for providing search result of input query and search engine of enabling the method
JP2002056028A (en) Home page reading system, portable information terminal, and computer-readable recording medium
KR101140262B1 (en) System, method and computer readable recording medium for providing search result
US20130080878A1 (en) System for Processing Mixed-Format Files
KR102093166B1 (en) A method for reducing connection time to website and an apparatus for the method
JP2003076628A (en) Address book providing system, client terminal, address book providing method, and address book displaying method
JP4259858B2 (en) WWW site history search device, method and program
EP1168203A2 (en) System and method for visual bookmark presentation and management
JP2006235820A (en) Distribution technology for bookmark information
JP2020095434A (en) Communication device, communication method, and communication program
JP4159530B2 (en) Update history notification system, update history notification method and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070312

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090623

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100126

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100329

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20100329

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20100329

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100420

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100422

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130430

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140430

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees