JP4219967B1 - Connection management device and connection management program - Google Patents

Connection management device and connection management program Download PDF

Info

Publication number
JP4219967B1
JP4219967B1 JP2008006196A JP2008006196A JP4219967B1 JP 4219967 B1 JP4219967 B1 JP 4219967B1 JP 2008006196 A JP2008006196 A JP 2008006196A JP 2008006196 A JP2008006196 A JP 2008006196A JP 4219967 B1 JP4219967 B1 JP 4219967B1
Authority
JP
Japan
Prior art keywords
information
connection
terminal device
connection management
connection request
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2008006196A
Other languages
Japanese (ja)
Other versions
JP2009169614A (en
Inventor
勝也 加藤
Original Assignee
株式会社Cskホールディングス
株式会社Csk証券サービス
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 株式会社Cskホールディングス, 株式会社Csk証券サービス filed Critical 株式会社Cskホールディングス
Priority to JP2008006196A priority Critical patent/JP4219967B1/en
Application granted granted Critical
Publication of JP4219967B1 publication Critical patent/JP4219967B1/en
Publication of JP2009169614A publication Critical patent/JP2009169614A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

【課題】各ユーザの利便性と多重ログインによる通信負荷の低減とを適切にバランスさせることができる接続管理装置及び接続管理プログラムを提供すること。
【解決手段】複数の端末装置40に対してネットワーク30を介して接続可能とされた接続管理サーバ10であって、これら複数の端末装置40における配信サーバ20からのサービス利用を管理するための接続管理サーバ10において、接続要求が第1接続要求情報と共に受信された場合、当該接続要求に一意の接続管理情報を生成して接続要求情報と関連付けて接続情報DB11bに格納し、接続管理情報と接続要求情報とが受信された場合、これら情報の接続情報DB11bにおける格納状態に基づいてサービス利用継続の可否を判定する。
【選択図】図1
To provide a connection management device and a connection management program capable of appropriately balancing convenience of each user and reduction of communication load due to multiple logins.
A connection management server 10 that is connectable to a plurality of terminal devices 40 via a network 30, the connection for managing service use from a distribution server 20 in the plurality of terminal devices 40. In the management server 10, when the connection request is received together with the first connection request information, unique connection management information is generated for the connection request and is stored in the connection information DB 11b in association with the connection request information. When the request information is received, it is determined whether or not service use can be continued based on the storage state of these pieces of information in the connection information DB 11b.
[Selection] Figure 1

Description

本発明は、複数の端末装置がネットワークを介して所定装置に接続し当該所定装置から提供されるサービスを利用する際の、ログイン制御及びサービス利用制御を行うための接続管理装置及び接続管理プログラムに関する。   The present invention relates to a connection management device and a connection management program for performing login control and service use control when a plurality of terminal devices connect to a predetermined device via a network and use a service provided from the predetermined device. .

インターネットの如きネットワークを介して端末装置からサーバへのログインを行う場合において、ログインID及びパスワードを用いた認証が適切に行われたことを条件としてログインを許可するシステムがある。このようなシステムにおいては、複数のユーザが同一のログインID及びパスワードを用いてログインする場合が想定され、このような多重ログインを放置すると通信負荷が増大して好ましくないことから、多重ログインを防止するための機能が設けられることがある。   When logging in from a terminal device to a server via a network such as the Internet, there is a system that permits login on the condition that authentication using a login ID and a password is appropriately performed. In such a system, it is assumed that multiple users log in using the same login ID and password, and leaving such multiple logins undesirably increases communication load and prevents multiple logins. There is a case where a function is provided.

このようなシステムは、1)先にログインしているユーザを優先させ、後にログインを要求したユーザに対しては当該ログインを許可しないもの(以下「先ログイン優先方式」)、2)同一の端末装置からのログインのみを許可し、異なる端末装置からのログインを許可しないもの(以下「端末限定方式」)、あるいは、3)後にログインを要求したユーザを優先させ、後のログインがあった時点で、先にログインをしているユーザに対して当該ログインを不許可とするもの(以下「後ログイン優先方式」)に大別することができる。   Such a system 1) gives priority to the user who has logged in first, and does not permit the login to the user who later requested login (hereinafter referred to as “destination login priority method”), 2) the same terminal When only login from a device is permitted and login from a different terminal device is not permitted (hereinafter referred to as “terminal-restricted method”), or 3) after giving priority to the user who requested the login later, , Can be broadly classified into those that do not permit the login to the user who has logged in first (hereinafter, “post-login priority method”).

先ログイン優先方式の例としては、特許文献1〜3を挙げることができる。例えば特許文献3には、端末装置からサーバへのアクセス要求に対し、多重ログイン判定用のセッション情報を発行してアクセス要求元の端末装置及びサーバに記憶させ、次回のアクセス要求時に、前回アクセス要求時に発行した多重ログイン判定用のセッション情報をアクセス要求元の端末装置から返信させ、返信されたセッション情報がサーバに記憶されているセッション情報と一致するか否かを判定し、一致しなければウェブページ閲覧を拒絶する多重ログイン監視方法が開示されている。   Examples of the pre-login priority method include Patent Documents 1 to 3. For example, in Patent Document 3, in response to an access request from a terminal device to a server, session information for multiple login determination is issued and stored in the access request source terminal device and server, and the previous access request is issued at the next access request. Sometimes the session information for multiple login determination issued from the access request source terminal device is returned, and it is determined whether the returned session information matches the session information stored in the server. A multiple login monitoring method for rejecting page browsing is disclosed.

端末限定方式の例としては、特許文献4、5を挙げることができる。例えば特許文献4には、端末装置がログアウトをせずにブラウザを終了した場合でも、同一のログインIDによる再ログインを可能とするための方法として、定期的に端末装置との間のセッションを確認し、ログイン状態でセッションが切断された場合、センタサーバへログアウト要求を送信するユーザ管理方法が開示されている。   Examples of the terminal limitation method include Patent Documents 4 and 5. For example, Patent Document 4 discloses that a session with a terminal device is periodically confirmed as a method for enabling re-login with the same login ID even when the terminal device terminates the browser without logging out. A user management method for transmitting a logout request to the center server when the session is disconnected in the login state is disclosed.

後ログイン優先方式の例としては、特許文献6、7を挙げることができる。例えば特許文献6には、端末装置から複数の処理サーバの1つに出力されたログイン要求信号が二重ログイン要求であると検出された場合、既にログイン中の処理サーバとのセッションを切断すると共に、入力されたログイン要求信号に基づいて他の処理サーバとのセッションを確立して強制ログインするか否かを端末装置に問い合わせ、強制ログインが選択された場合には現在のセッションを強制的に破棄し、新たなセッションを確立することにより、タイミングに関らず再ログインを可能としたログイン制御システムが開示されている。   Examples of the post-login priority method include Patent Documents 6 and 7. For example, in Patent Document 6, when a login request signal output from a terminal device to one of a plurality of processing servers is detected as a double login request, the session with the processing server that is already logged in is disconnected. Establish a session with another processing server based on the input login request signal and inquire the terminal device whether or not to forcibly log in. If forced login is selected, forcibly discard the current session However, a login control system is disclosed that enables re-login regardless of timing by establishing a new session.

特開平10−312361号公報JP-A-10-31361 特開2000−215241号公報JP 2000-215241 A 特開2002−342271号公報JP 2002-342271 A 特開2001−101111号公報JP 2001-101111 A 特開2001−236280号公報JP 2001-236280 A 特開2006−268671号公報JP 2006-268671 A 特開2007−058502号公報JP 2007-0585502 A

しかしながら、上記の各方式のシステムは、1人のユーザ(あるいは1台の端末装置)に対して一つのログインIDが付与されている場合を前提としたものであるため、複数ユーザが同一のログインIDを用いて別々の端末装置を用いてログインするような場合(例えば、1つの企業に対して1つのログインIDが付与され、当該企業に勤務する複数のユーザが各人専用の端末装置を用いてログインする場合)には、種々の問題があった。   However, the above-described systems are based on the assumption that one login ID is assigned to one user (or one terminal device), so that multiple users have the same login. When logging in using different terminal devices using ID (for example, one login ID is given to one company, and a plurality of users working for the company use terminal devices dedicated to each person) Login), there were various problems.

すなわち、先ログイン優先方式では、1人のユーザが端末装置を用いて既にサーバにログインしている状態では、他のユーザが同一のログインIDによって別の端末装置からログインをすることができなかった。従って、先にログインしたユーザの端末装置が何らかの理由によって強制終了した場合や、先にログインしたユーザが端末装置を放置して長時間不使用になっている場合には、他のユーザが後からログインすることができなくなってしまうという問題があった。また、これを回避するためには、先にログインしたユーザのログイン状態を強制的に解除する処理を行なわなければならず、ユーザにログイン解除の手間を強いることになっていた。   That is, in the prior login priority method, when one user has already logged in to the server using the terminal device, other users could not log in from another terminal device with the same login ID. . Therefore, if the terminal device of the user who has logged in first is forcibly terminated for some reason, or if the user who has logged in first has left the terminal device and left unused for a long time, There was a problem of being unable to log in. Further, in order to avoid this, it is necessary to perform a process of forcibly canceling the login state of the user who has previously logged in, and the user is forced to cancel the login.

また、端末限定方式では、同一企業に勤務する複数ユーザがログインする場合には、通常は別個の端末装置を介してログインするため、先に1人のユーザがサーバにログインしている状態では、後から他のユーザがログインをすることができなかった。   In the terminal limited method, when a plurality of users who work for the same company log in, the user normally logs in via a separate terminal device, so in the state where one user is logged in to the server first, Other users were unable to log in later.

また、後ログイン優先方式では、先にログインしたユーザが通信を行っている場合であっても、このユーザの使用状況を一切考慮することなく、他のユーザが後にログインした時点で先のユーザのログインが切断されてしまうため、先にログインしたユーザの利便性が著しく低下する可能性があった。また、これを回避するためには、各ユーザは、既にログインしている他のユーザがいないことをログイン前に逐一確認しなければならず、ユーザに確認の手間を強いることになっていた。   Also, with the post-login priority method, even if the user who logged in first is communicating, the user's usage status is not considered at all, and when the other user logs in later, Since the login is disconnected, there is a possibility that the convenience of the user who has previously logged in may be significantly reduced. Further, in order to avoid this, each user has to confirm that there is no other user who has already logged in before logging in, and the user is forced to confirm.

本発明は、上記に鑑みてなされたものであって、複数ユーザが別個のクライアント装置から同一のログインIDを用いてサーバにログインする場合において、各ユーザの利便性と多重ログインによる通信負荷の低減とを適切にバランスさせることができる、接続管理装置及び接続管理プログラムを提供することを目的とする。   The present invention has been made in view of the above, and in the case where a plurality of users log in to a server from different client devices using the same login ID, the convenience of each user and the reduction in communication load due to multiple logins It is an object of the present invention to provide a connection management device and a connection management program capable of appropriately balancing the above.

上述した課題を解決し、目的を達成するために、請求項1、8に記載の本発明は、接続要求の処理を経て所定装置に接続している端末装置から、所定時間毎に送信された接続管理情報と第2接続要求情報が受信手段を介して受信された場合、これらの情報が相互に関連付けて接続情報格納手段に格納されていることを条件としてサービス利用継続を可と判定し、これらの情報が相互に関連付けて接続情報格納手段に格納されていない場合にはサービス利用継続を否と判定する。
このため、1人のユーザが端末装置を用いてログインしている状態であっても、他のユーザが同一のログインIDによって別の端末装置からログインをすることができるので、ユーザの利便性を高めることができる。特に、先にログインしたユーザの端末装置が何らかの理由によって強制終了した場合や、先にログインしたユーザが端末装置を放置して長時間不使用になっている場合であっても、他のユーザが後からログインすることができるので、先にログインしたユーザのログイン状態を強制的に解除するような手間をユーザに強いることがない。従って、従来の先ログイン優先方式における問題を解消することができる。
また、複数ユーザが同一のログインIDを用いて別個の端末装置を介してログインする場合において、先に1人のユーザがサーバにログインしている状態であっても、後から他のユーザがログインをすることができる。従って、従来の端末限定方式における問題を解消することができる。
さらに、チェック処理を行なう所定間隔を適切に設定することで、他のユーザが後ログインした時点で先にログインしたユーザの利用を直ちに不許可とするのではなく、先のユーザの端末装置からの次回のチェック処理が行われるまでは、当該先のユーザの利用を許容するので、先にログインしたユーザの利便性を高めることができると共に、既にログインしているユーザがいないことを各ユーザに予め確認してもらう必要性を排除できる。従って、従来の後ログイン優先方式における問題を解消することができる。
さらにまた、接続管理情報及び接続要求情報に基づいて、同一ログインIDを用いてログインしたユーザの先後関係を容易かつ確実に判定できる。
In order to solve the above-described problems and achieve the object, the present invention described in claims 1 and 8 is transmitted at predetermined time intervals from a terminal device connected to a predetermined device through connection request processing. When the connection management information and the second connection request information are received via the receiving unit, it is determined that the service use can be continued on the condition that these pieces of information are associated with each other and stored in the connection information storing unit, When these pieces of information are not associated with each other and stored in the connection information storage unit, it is determined that service use is not continued.
For this reason, even when one user is logged in using a terminal device, other users can log in from another terminal device using the same login ID, so that the convenience of the user is improved. Can be increased. In particular, even if the terminal device of the user who logged in first is forcibly terminated for some reason, or when the user who logged in first has left the terminal device and left unused for a long time, Since the user can log in later, there is no need to force the user to cancel the login state of the user who has logged in first. Therefore, it is possible to solve the problem in the conventional prior login priority method.
In addition, when multiple users log in through separate terminal devices using the same login ID, even if one user logs in to the server first, another user logs in later Can do. Therefore, the problem in the conventional terminal limitation method can be solved.
Furthermore, by appropriately setting a predetermined interval for performing the check processing, when another user logs in later, the use of the user who has logged in first is not immediately disallowed, but from the terminal device of the previous user. Until the next check process is performed, the use of the destination user is allowed, so that the convenience of the user who has logged in first can be improved, and each user is notified in advance that there is no user who has already logged in. The need for confirmation can be eliminated. Therefore, the problem in the conventional post-login priority method can be solved.
Furthermore, based on the connection management information and the connection request information, it is possible to easily and reliably determine the prior relationship of users who have logged in using the same login ID.

請求項2に記載の本発明は、請求項1に記載の本発明において、第2接続要求情報として、第1接続要求情報を使用するので、第2接続要求情報の生成処理を省略できる。   In the present invention described in claim 2, since the first connection request information is used as the second connection request information in the present invention described in claim 1, the generation process of the second connection request information can be omitted.

請求項3又は4に記載の本発明は、請求項1又は2に記載の本発明において、端末装置において所定操作が行われた旨を示す情報が受信された場合、接続管理情報を操作時刻情報に関連付けて格納し、この操作時刻情報に基づいて端末装置にて所定操作が直近に行なわれた時刻を特定し、この時刻が現在時刻から所定間隔以内であることを条件として、端末装置にてサービス利用を継続させるべきと判定するので、サービスを利用中であることを根拠として、先にログインしているユーザの利便性を高めることができる。 In the present invention described in claim 3 or 4 , in the present invention described in claim 1 or 2, when information indicating that a predetermined operation has been performed in the terminal device is received, the connection management information is changed to the operation time information. The terminal device specifies the time at which the predetermined operation was most recently performed based on this operation time information, and the terminal device is subject to this time being within a predetermined interval from the current time. Since it is determined that the service usage should be continued, the convenience of the user who has logged in first can be improved on the basis that the service is being used.

請求項5から7のいずれかに記載の本発明は、請求項3又は4に記載の本発明において、サービス利用を継続させるべきと判定した端末装置におけるサービス利用が所定時間だけ維持されるような制御を行うため、先にログインしているユーザの利便性を高めることができる。 The present invention according to any one of claims 5 to 7 is such that, in the present invention according to claim 3 or 4 , the service usage in the terminal device determined to continue the service usage is maintained for a predetermined time. Since control is performed, the convenience of the user who has logged in first can be improved.

各ユーザの利便性と多重ログインによる通信負荷の低減とを適切にバランスさせることができる。   It is possible to appropriately balance the convenience of each user and the reduction in communication load due to multiple logins.

以下に添付図面を参照して、この発明に係る接続管理装置及び接続管理プログラムの各実施の形態を詳細に説明する。まず、〔I〕各実施の形態に共通の基本的概念を説明した後、〔II〕各実施の形態の具体的内容について順次説明し、最後に、〔III〕各実施の形態に対する変形例について説明する。ただし、各実施の形態によって本発明が限定されるものではない。   Hereinafter, embodiments of a connection management device and a connection management program according to the present invention will be described in detail with reference to the accompanying drawings. [I] First, the basic concept common to each embodiment was explained, then [II] specific contents of each embodiment were sequentially explained, and finally [III] a modification to each embodiment. explain. However, the present invention is not limited to each embodiment.

〔I〕各実施の形態に共通の基本的概念
まず、各実施の形態に共通の基本的概念について説明する。各実施の形態に係る接続管理装置及び接続管理プログラムは、端末装置が所定装置から提供されるサービスを利用する際の、ログイン制御及びサービス利用制御を行うためのものであり、概略的に、端末装置がログインIDを用いて接続管理装置にログイン(接続要求)を行なった後、他の端末装置が同一のログインIDを用いて配信サーバ20にログインを行なった場合には、後にログインを行なった端末装置に対して優先的にサービス利用を許容し、先にログインを行なった端末装置に対するサービス利用は所定タイミング到来時に不許可とするものである。
[I] Basic concept common to the embodiments First, the basic concept common to the embodiments will be described. The connection management device and the connection management program according to each embodiment are for performing login control and service use control when a terminal device uses a service provided from a predetermined device. After the device logs in to the connection management device using the login ID (connection request), if another terminal device logs in to the distribution server 20 using the same login ID, the login is performed later. The terminal device is allowed to use the service preferentially, and the service use for the terminal device that has previously logged in is not permitted when the predetermined timing comes.

所定装置が提供するサービスは任意であり、例えば、証券取引所から提示された株式や債券の価格等に関する証券データを、インターネットを介して各端末装置にリアルタイム配信するサービスに適用することができる。各実施の形態では、このような証券データの配信システムについて本発明を適用した場合について説明する。   The service provided by the predetermined device is arbitrary, and can be applied to, for example, a service that distributes securities data related to stocks and bond prices presented from a stock exchange to each terminal device in real time via the Internet. In each embodiment, a case where the present invention is applied to such a securities data distribution system will be described.

〔II〕各実施の形態の具体的内容
次に、本発明に係る各実施の形態の具体的内容について説明する。
[II] Specific Contents of Each Embodiment Next, specific contents of each embodiment according to the present invention will be described.

〔実施の形態1〕
まず、実施の形態1について説明する。本実施の形態1は、多重ログインの発生後、所定間隔で行われるチェック処理が実行された時点で、先にログインを行なっていた端末装置からのサービス利用を不許可とする形態である。以下では、本実施の形態1に係る接続管理装置を適用したデータ配信システムの構成を説明した後、当該データ配信システムで実行される接続管理処理について説明する。
[Embodiment 1]
First, the first embodiment will be described. In the first embodiment, after a multiple login occurs, when a check process performed at a predetermined interval is executed, service use from a terminal apparatus that has previously logged in is not permitted. In the following, after describing the configuration of a data distribution system to which the connection management apparatus according to the first embodiment is applied, connection management processing executed in the data distribution system will be described.

(構成)
まず、データ配信システムの構成について概説する。図1は本実施の形態1に係るデータ配信システムの構成を機能概念的に示すブロック図である。このデータ配信システム1は、接続管理サーバ10及び配信サーバ20を、インターネットの如きネットワーク30を介して複数の端末装置40に対して接続して構成されている。なお、図1では図示の便宜上、接続管理サーバ10及び配信サーバ20は相互に異なるネットワーク30を介して端末装置40と接続されているが、ネットワーク30の数は任意であり、例えば一つのネットワーク30を介して端末装置40と接続されるようにしてもよい。また、接続管理サーバ10及び配信サーバ20は、必ずしも物理的に別のサーバである必要はなく、接続管理サーバ10の機能を配信サーバ20に統合してもよい。なお、端末装置40が配信サーバ20からリアルタイムでデータ配信を受けるためのセッション管理や、配信されたデータを端末装置40において表示する際の画面遷移処理については、従来と同様の方法にて、本実施の形態1に係る接続管理処理とは非同期で実行されているものとする。
(Constitution)
First, the configuration of the data distribution system will be outlined. FIG. 1 is a block diagram functionally conceptually showing the configuration of the data distribution system according to the first embodiment. The data distribution system 1 is configured by connecting a connection management server 10 and a distribution server 20 to a plurality of terminal devices 40 via a network 30 such as the Internet. In FIG. 1, for convenience of illustration, the connection management server 10 and the distribution server 20 are connected to the terminal device 40 via different networks 30, but the number of networks 30 is arbitrary, for example, one network 30 You may make it connect with the terminal device 40 via this. Further, the connection management server 10 and the distribution server 20 are not necessarily physically separate servers, and the functions of the connection management server 10 may be integrated into the distribution server 20. The session management for the terminal device 40 to receive data distribution from the distribution server 20 in real time and the screen transition process when the distributed data is displayed on the terminal device 40 are the same as the conventional methods. It is assumed that the connection management processing according to the first embodiment is executed asynchronously.

(構成−接続管理サーバ10)
接続管理サーバ10は、複数の端末装置40が配信サーバ20から配信サービスを受けるためのログイン制御及びサービス利用制御を行うためのもので、特許請求の範囲における接続管理装置に対応する。この接続管理サーバ10は、機能概念的に、記憶部11、ネットワークインタフェース(以下「ネットワークIF」)12、及び制御部13を、相互にバスにて通信可能に接続して構成されている。
(Configuration-Connection Management Server 10)
The connection management server 10 is for performing login control and service use control for the plurality of terminal devices 40 to receive a distribution service from the distribution server 20, and corresponds to the connection management device in the claims. The connection management server 10 is configured by functionally conceptually connecting a storage unit 11, a network interface (hereinafter, “network IF”) 12, and a control unit 13 so that they can communicate with each other via a bus.

記憶部11は、接続管理サーバ10における各処理を実行するために必要なプログラムやデータを記憶するための記憶手段である。この記憶部11は、例えば、HD(Hard Disk)の如き不揮発的な記憶装置により構成されている(後述する記憶部41において同じ)。この記憶部11は、機能概念的に、ログイン情報データベース(以下「ログイン情報DB」)11a及び接続情報データベース(以下「接続情報DB」)11bを備える。これらログイン情報DB11aや接続情報DB11bに格納される情報の具体的構成については後述する。   The storage unit 11 is a storage unit for storing programs and data necessary for executing each process in the connection management server 10. The storage unit 11 is configured by a non-volatile storage device such as an HD (Hard Disk), for example (the same applies to the storage unit 41 described later). The storage unit 11 includes a login information database (hereinafter “login information DB”) 11 a and a connection information database (hereinafter “connection information DB”) 11 b in terms of functional concept. Specific configurations of information stored in the login information DB 11a and the connection information DB 11b will be described later.

ネットワークIF12は、接続管理サーバ10がネットワーク30を介した通信を行うための通信制御インターフェースであり、特許請求の範囲における受信手段及び送信手段に対応するものである。このネットワークIF12は、例えばネットワークボードとして構成されている(後述するネットワークIF42において同じ)。   The network IF 12 is a communication control interface for the connection management server 10 to perform communication via the network 30, and corresponds to the reception unit and the transmission unit in the claims. The network IF 12 is configured as, for example, a network board (the same applies to the network IF 42 described later).

制御部13は、接続管理サーバ10の各部を制御する制御手段であり、機能概念的に、ログイン処理部13a及びチェック処理部13bを備えている。ログイン処理部13aは、端末装置40からの配信サーバ20へのログインを処理するもので、特許請求の範囲における接続要求処理手段に対応する。チェック処理部13bは、端末装置40と配信サーバ20との相互間の接続の可否を判定するもので、特許請求の範囲における接続可否判定手段に対応する。この制御部13は、具体的には、CPU(Central Processing Unit)や、このCPU上で解釈実行される各種のプログラム(OSなどの制御プログラムや、各種の処理手順などを規定したプログラム)、及び、所要プログラムや所要データを格納するための内部メモリを備えて構成される(後述する制御部45において同じ)。   The control unit 13 is a control unit that controls each unit of the connection management server 10, and includes a login processing unit 13a and a check processing unit 13b in terms of functions. The login processing unit 13a processes login from the terminal device 40 to the distribution server 20, and corresponds to the connection request processing means in the claims. The check processing unit 13b determines whether or not the terminal device 40 and the distribution server 20 can be connected to each other, and corresponds to the connection determination unit in the claims. Specifically, the control unit 13 includes a CPU (Central Processing Unit), various programs interpreted and executed on the CPU (control programs such as an OS, programs that define various processing procedures, and the like), and And an internal memory for storing required programs and required data (same in the control unit 45 described later).

次に、接続管理サーバ10のデータ構造について説明する。ただし、これらデータはあくまで例示であり、以下に示す情報以外の情報を含むことができ、あるいは、以下に示す情報の一部を除外することもできる。   Next, the data structure of the connection management server 10 will be described. However, these data are merely examples, information other than the information shown below can be included, or a part of the information shown below can be excluded.

ログイン情報DB11aは、ユーザのログインに関する基本的な情報(以下「ログイン情報」)を格納するためのものである。具体的にはログイン情報は、図2に例示するように、「ログインID」と「パスワード」とを相互に関連付けて構成されている。ここで、ログインIDは、端末装置40から配信サーバ20に対してログインを行う権原の有無を識別するためのものであり、特許請求の範囲における第1接続要求情報に対応する。パスワードは、ログインIDと共にログインの権原の有無を識別するための識別情報である。これらログインID及びパスワードは、例えばユーザがデータ配信システム1の会員として登録された際に所定方法で決定され、接続管理サーバ10の管理者によってログイン情報DB11aに格納される。   The login information DB 11a is for storing basic information related to user login (hereinafter referred to as “login information”). Specifically, as illustrated in FIG. 2, the login information is configured by associating “login ID” and “password” with each other. Here, the login ID is used to identify the presence / absence of the authority to log in to the distribution server 20 from the terminal device 40, and corresponds to the first connection request information in the claims. The password is identification information for identifying the presence or absence of the login authority together with the login ID. These login ID and password are determined by a predetermined method when the user is registered as a member of the data distribution system 1, for example, and stored in the login information DB 11a by the administrator of the connection management server 10.

接続情報DB11bは、端末装置40が配信サーバ20から配信サービスを受けるためのサービス利用制御を行うために必要な情報(以下「接続情報」)を格納するためのものであり、特許請求の範囲における接続情報格納手段に対応する。具体的には接続情報は、図3に例示するように、「ユーザ識別キー」と「セッションID」とを相互に関連付けて構成されている。ユーザ識別キーは、端末装置40へのサービス利用制御に用いられる値であり、ログインIDに対して一意な値であって、特許請求の範囲における第2接続要求情報に対応する。セッションIDは、端末装置40へのサービス利用制御に用いられるIDであり、当該端末装置40から当該配信サーバ20へのログイン毎に一意に生成される値であって、特許請求の範囲における接続管理情報に対応する。これらユーザ識別キー及びセッションIDは、後述するログイン処理においてログイン処理部13aによって生成され接続情報DB11bに格納される。   The connection information DB 11b is for storing information (hereinafter referred to as “connection information”) necessary for the terminal device 40 to perform service use control for receiving a distribution service from the distribution server 20, and in the claims. Corresponds to connection information storage means. Specifically, as illustrated in FIG. 3, the connection information is configured by associating a “user identification key” and a “session ID” with each other. The user identification key is a value used for service use control to the terminal device 40, is a unique value for the login ID, and corresponds to the second connection request information in the claims. The session ID is an ID used for service usage control to the terminal device 40, and is a value that is uniquely generated for each login from the terminal device 40 to the distribution server 20, and the connection management in the claims. Corresponds to information. These user identification key and session ID are generated by the login processing unit 13a in the login process described later and stored in the connection information DB 11b.

(構成−配信サーバ20)
図1の配信サーバ20は、証券データを端末装置40に配信するものであって、特許請求の範囲における所定装置に対応する。ただし、この配信サーバ20の構成としては、公知の構成を適用することができるため、その具体的な説明を省略する。
(Configuration-Distribution Server 20)
The distribution server 20 in FIG. 1 distributes securities data to the terminal device 40, and corresponds to a predetermined device in the claims. However, since a publicly known configuration can be applied as the configuration of the distribution server 20, a specific description thereof will be omitted.

(構成−端末装置40)
端末装置40は、各利用者がネットワーク30を介して配信サーバ20にアクセスし、配信サーバ20から配信された証券データを受信して閲覧等するためのもので、例えば、公知のパーソナルコンピュータとして構成されている。この端末装置40は、機能概念的に、記憶部41、ネットワークIF42、入力部43、出力部44、及び制御部45を、相互にバスにて通信可能に接続して構成されている。記憶部41は、端末装置40における各処理を実行するために必要なプログラムやデータを記憶するための記憶手段である。制御部45は、端末装置40の各部を制御する制御手段であり、機能概念的に、ブラウザ(Webブラウザ)45a、及びこのブラウザ45a上で動作する閲覧処理部45bを備える。閲覧処理部45bは、例えばScript言語(具体例としてはJavaScriptやJScript(登録商標))にて記述されており、接続管理サーバ10から送信されたScript変数や記憶部41に記憶されたScript変数に基づいて各種の動作を行ない、配信サーバ20から配信された証券データを出力部44に出力(表示)する。特に、閲覧処理部45bは、接続管理サーバ10から送信されたユーザ識別キー及びセッションIDをScript変数として記憶部41に記憶させる処理、及び所定時間毎にこれらユーザ識別キーとセッションIDとを接続管理サーバ10に送信することによって配信サービスの利用継続可否のチェックを受ける処理を行う。
(Configuration-terminal device 40)
The terminal device 40 is for each user to access the distribution server 20 via the network 30 to receive and browse securities data distributed from the distribution server 20, and is configured as a known personal computer, for example. Has been. The terminal device 40 is configured by conceptually functionally connecting a storage unit 41, a network IF 42, an input unit 43, an output unit 44, and a control unit 45 so that they can communicate with each other via a bus. The storage unit 41 is storage means for storing programs and data necessary for executing each process in the terminal device 40. The control unit 45 is a control unit that controls each unit of the terminal device 40, and includes a browser (Web browser) 45a and a browsing processing unit 45b that operates on the browser 45a in terms of functions. The browsing processing unit 45b is described in, for example, the Script language (specific examples are JavaScript and JScript (registered trademark)), and the script variable transmitted from the connection management server 10 or the script variable stored in the storage unit 41 is displayed. Various operations are performed based on this, and the securities data distributed from the distribution server 20 is output (displayed) to the output unit 44. In particular, the browsing processing unit 45b stores the user identification key and the session ID transmitted from the connection management server 10 as script variables in the storage unit 41, and manages connection of the user identification key and the session ID every predetermined time. A process of receiving a check on whether or not the use of the distribution service can be continued by transmitting to the server 10 is performed.

(処理)
次に、接続管理サーバ10を中心として実行される接続管理処理について説明する。この接続管理処理のフローチャートを図4に示す。ここでは、最初に端末装置40Aから接続管理サーバ10に対してログインIDを用いてログインが行われた後、端末装置40Bから接続管理サーバ10に対して端末装置40Aと同一のログインIDを用いてログインが行われた場合を想定し、この場合における各処理を順次説明する。
(processing)
Next, a connection management process that is executed mainly by the connection management server 10 will be described. A flowchart of this connection management process is shown in FIG. Here, after the terminal device 40A first logs in to the connection management server 10 using the login ID, the terminal device 40B uses the same login ID as the terminal device 40A to the connection management server 10. Assuming the case where login is performed, each process in this case will be described sequentially.

(処理−端末装置40Aのログイン処理)
最初に、端末装置40Aのユーザは、配信サーバ20からデータ配信を受けるため、接続管理サーバ10に対してログインを行なう。このログインは、ログインID及びパスワードを端末装置40Aを介して接続管理サーバ10に送信することにより行う(ステップSA−1)。
(Processing-Login processing of terminal device 40A)
First, the user of the terminal device 40 </ b> A logs in to the connection management server 10 in order to receive data distribution from the distribution server 20. This login is performed by transmitting the login ID and password to the connection management server 10 via the terminal device 40A (step SA-1).

これらログインID及びパスワードを受信した接続管理サーバ10は、ログイン処理部13aによるログイン処理を実行する(ステップSA−2)。このログイン処理のフローチャートを図5に示す。具体的には、ログイン処理部13aは、受信したログインID及びパスワードの組合せがログイン情報DB11aに格納されているか否かを判定することにより、ログイン可否を判定する(ステップSB−1)。格納されていない場合(ステップSB−1,No)、ログイン処理部13aは、所定のエラー画面のWebデータを端末装置40Aに送信する等のログインエラー処理を行って、ログイン処理を終了する(ステップSB−2)。端末装置40Aの閲覧処理部45bは、このエラー画面のWebデータを受信した場合には、エラー画面をブラウザ45aを介して出力部44に表示させて処理を終了する(図4においては図示簡略化のため、当該エラー画面の表示ステップを省略する)。   The connection management server 10 that has received these login ID and password executes login processing by the login processing unit 13a (step SA-2). A flowchart of this login process is shown in FIG. Specifically, the login processing unit 13a determines whether or not login is possible by determining whether or not the combination of the received login ID and password is stored in the login information DB 11a (step SB-1). If not stored (No in Step SB-1), the login processing unit 13a performs login error processing such as transmitting Web data of a predetermined error screen to the terminal device 40A, and ends the login processing (Step SSB-1). SB-2). When the browsing processing unit 45b of the terminal device 40A receives the Web data of the error screen, the browsing processing unit 45b displays the error screen on the output unit 44 through the browser 45a and ends the process (the illustration is simplified in FIG. 4). Therefore, the display step of the error screen is omitted).

一方、格納されている場合(ステップSB−1,Yes)、ログイン処理部13aは、ログインIDを所定のハッシュ関数に代入することで、当該ログインIDに一意に対応するハッシュ値(ユーザ識別キー)を生成する(ステップSB−3)。続いて、ログイン処理部13aは、接続情報DB11bを参照し、当該生成したユーザ識別キーに対応するセッションIDが接続情報DB11bに格納されているか否かを判定する(ステップSB−4)。セッションIDが格納されていない場合(ステップSB−4,No)、ログイン処理部13aは、所定方法にて新規のセッションIDを生成し(ステップSB−5)、当該生成したセッションIDと先に生成したユーザ識別キーとを相互に関連付けて接続情報DB11bに格納することで、接続情報に新規のレコードを追加する(ステップSB−6)。   On the other hand, when stored (step SB-1, Yes), the login processing unit 13a substitutes the login ID into a predetermined hash function to thereby uniquely correspond to the login ID (user identification key). Is generated (step SB-3). Subsequently, the login processing unit 13a refers to the connection information DB 11b and determines whether or not a session ID corresponding to the generated user identification key is stored in the connection information DB 11b (step SB-4). When the session ID is not stored (step SB-4, No), the login processing unit 13a generates a new session ID by a predetermined method (step SB-5), and generates the generated session ID and the first. The new user identification key is associated with each other and stored in the connection information DB 11b, thereby adding a new record to the connection information (step SB-6).

一方、セッションIDが既に格納されている場合(ステップSB−4,Yes)、ログイン処理部13aは、当該格納されているセッションIDに基づいて新規のセッションIDを生成し(ステップSB−7)、先に生成したユーザ識別キーに対応して接続情報DB11bに既に格納されているセッションIDを、当該新規に生成したセッションIDにて上書きすることで、接続情報の既存のレコードを更新する(ステップSB−8)。この際におけるセッションIDの生成方法は任意であるが、例えば、当該既に格納されているセッションIDを所定の暗号方法(例えばTripleDES)にて暗号化することで、新規のセッションIDを生成する。次いで、ログイン処理部13aは、生成したユーザ識別キー及び生成したセッションIDを端末装置40Aに送信してログイン処理を終了する(ステップSB−9)。   On the other hand, when the session ID is already stored (step SB-4, Yes), the login processing unit 13a generates a new session ID based on the stored session ID (step SB-7). The existing record of the connection information is updated by overwriting the session ID already stored in the connection information DB 11b corresponding to the previously generated user identification key with the newly generated session ID (step SB). -8). The method for generating the session ID at this time is arbitrary. For example, a new session ID is generated by encrypting the already stored session ID by a predetermined encryption method (for example, TripleDES). Next, the login processing unit 13a transmits the generated user identification key and the generated session ID to the terminal device 40A, and ends the login process (step SB-9).

図4に示すように、これらユーザ識別キー及びセッションIDを受信した端末装置40Aの閲覧処理部45bは、これらユーザ識別キー及びセッションIDをScript変数として記憶部41に記憶させる(ステップSA−3)。以降、ユーザは、端末装置40Aを介して配信サーバ20からのデータ配信を受けることができる。   As shown in FIG. 4, the browsing processing unit 45b of the terminal device 40A that has received these user identification key and session ID causes the storage unit 41 to store these user identification key and session ID as Script variables (step SA-3). . Thereafter, the user can receive data distribution from the distribution server 20 via the terminal device 40A.

(処理−端末装置40Aのチェック処理)
ログイン処理後、端末装置40Aが配信サーバ20からのサービス利用継続の可否をチェックするためのチェック処理が実行される。このチェック処理を起動させるための方法は任意であるが、ここでは、端末装置40Aの閲覧処理部45bが、所定時間(例えば30分)毎に接続管理サーバ10にチェック処理を実行させるための処理を行う。具体的には、所定時間の値(30分)を閲覧処理部45bに記述、あるいはログイン処理時に接続管理サーバ10から送信してScript変数として記憶部41に記憶しており、閲覧処理部45bは、当該所定時間毎に記憶部41にScript変数として記憶させているユーザ識別キー及びセッションIDを接続管理サーバ10に対して送信する(ステップSA−4)。あるいは、接続管理サーバ10において所定のチェック間隔を監視し、当該チェック間隔毎に、接続管理サーバ10から端末装置40に対して、ユーザ識別キーとセッションIDを接続管理サーバ10に送信するように指令してもよい。
(Processing-Check processing of terminal device 40A)
After the login process, a check process for checking whether or not the terminal device 40A can continue using the service from the distribution server 20 is executed. Although the method for starting this check process is arbitrary, here, the browsing processing unit 45b of the terminal device 40A is a process for causing the connection management server 10 to execute the check process every predetermined time (for example, 30 minutes). I do. Specifically, a predetermined time value (30 minutes) is described in the browsing processing unit 45b or transmitted from the connection management server 10 during the login process and stored in the storage unit 41 as a Script variable. The browsing processing unit 45b The user identification key and the session ID stored as Script variables in the storage unit 41 are transmitted to the connection management server 10 every predetermined time (step SA-4). Alternatively, the connection management server 10 monitors a predetermined check interval and instructs the connection management server 10 to transmit a user identification key and a session ID to the connection management server 10 from the connection management server 10 to the terminal device 40 at each check interval. May be.

これらユーザ識別キー及びセッションIDを受信した接続管理サーバ10は、チェック処理部13bによるチェック処理を実行する(ステップSA−5)。このチェック処理のフローチャートを図6に示す。具体的には、チェック処理部13bは、受信したユーザ識別キーに関連付けて格納されているセッションIDを接続情報DB11bから取得し(ステップSC−1)、当該取得したセッションIDと、端末装置40Aから受信したセッションIDとが相互に一致するか否かを判定する(ステップSC−2)。   The connection management server 10 that has received the user identification key and the session ID executes a check process by the check processing unit 13b (step SA-5). A flowchart of this check process is shown in FIG. Specifically, the check processing unit 13b acquires the session ID stored in association with the received user identification key from the connection information DB 11b (Step SC-1), and acquires the acquired session ID and the terminal device 40A. It is determined whether or not the received session IDs match each other (step SC-2).

本例においては、この時点では、図4のステップSA−2のログイン処理において生成されたセッションIDがそのまま接続情報DB11bに格納されている。従って、端末装置40Aから送信されたセッションIDと接続情報DB11bに格納されているセッションIDとは相互に一致する。このように一致する場合(ステップSC−2,Yes)、チェック処理部13bは、端末装置40Aのサービス利用継続を許容すべきと判定し、チェック結果OKの旨を端末装置40Aに送信する(ステップSC−3)。   In this example, at this point, the session ID generated in the login process in step SA-2 in FIG. 4 is stored in the connection information DB 11b as it is. Accordingly, the session ID transmitted from the terminal device 40A matches the session ID stored in the connection information DB 11b. When they match in this way (step SC-2, Yes), the check processing unit 13b determines that the service use of the terminal device 40A should be allowed, and transmits a check result OK to the terminal device 40A (step). SC-3).

チェック結果OKの旨を受信した端末装置40Aは、図4に示すように、チェック処理の実行前と同様に、配信サーバ20からのデータ受信を継続することができる。以降同様に、後述する端末装置40Bのログインがある迄、ステップSA−4〜SA−5が繰り返されることによって所定時間毎にチェック処理が行われ、端末装置40Aが配信サーバ20からのサービスを利用可能な状態が維持される。   As illustrated in FIG. 4, the terminal device 40A that has received the check result OK can continue to receive data from the distribution server 20 as before the check process. Thereafter, similarly, until the terminal device 40B, which will be described later, logs in, steps SA-4 to SA-5 are repeated to perform check processing every predetermined time, and the terminal device 40A uses the service from the distribution server 20. The possible state is maintained.

(処理−端末装置40Bのログイン処理)
その後、端末装置40Bのユーザは、配信サーバ20からデータ配信を受けるため、接続管理サーバ10に対してログインを行なう。このログインは、端末装置40Aと同じログインID及びパスワードを端末装置40Bを介して接続管理サーバ10に送信することにより行う(ステップSA−6)。
(Processing-Login processing of terminal device 40B)
Thereafter, the user of the terminal device 40B logs in to the connection management server 10 in order to receive data distribution from the distribution server 20. This login is performed by transmitting the same login ID and password as those of the terminal device 40A to the connection management server 10 via the terminal device 40B (step SA-6).

これらログインID及びパスワードを受信した接続管理サーバ10は、ログイン処理部13aによるログイン処理を実行する(ステップSA−7)。このログイン処理においてログイン処理部13aは、図5に示すように、端末装置40Bから受信したログインIDに基づいてユーザ識別キーを生成する(ステップSB−3)。ここで生成されるユーザ識別キーは、先に端末装置40Aに対するログイン処理(ステップSA−2)において生成されたユーザ識別キーと同一となる。そして、このユーザ識別キーに対するセッションIDは、端末装置40Aのログイン処理時に接続情報DB11bに既に格納されている。従って、図5において、ログイン処理部13aは、当該格納されているセッションIDに基づいて新規のセッションIDを生成し(ステップSB−7)、先に生成したユーザ識別キーに対応するセッションIDを、当該生成したセッションIDにて上書きすることで、接続情報のレコードを更新する(ステップSB−8)。次いで、ログイン処理部13aは、生成したユーザ識別キー及び生成したセッションIDを端末装置40Bに送信してログイン処理を終了する(ステップSB−9)。   The connection management server 10 that has received these login ID and password executes login processing by the login processing unit 13a (step SA-7). In this login process, as shown in FIG. 5, the login processing unit 13a generates a user identification key based on the login ID received from the terminal device 40B (step SB-3). The user identification key generated here is the same as the user identification key previously generated in the login process (step SA-2) for the terminal device 40A. The session ID for this user identification key is already stored in the connection information DB 11b during the login process of the terminal device 40A. Therefore, in FIG. 5, the login processing unit 13a generates a new session ID based on the stored session ID (step SB-7), and sets the session ID corresponding to the previously generated user identification key as The connection information record is updated by overwriting with the generated session ID (step SB-8). Next, the login processing unit 13a transmits the generated user identification key and the generated session ID to the terminal device 40B, and ends the login process (step SB-9).

図4に示すように、これらユーザ識別キー及びセッションIDを受信した端末装置40Bの閲覧処理部45bは、これらユーザ識別キー及びセッションIDをScript変数として記憶部41に記憶させる(ステップSA−8)。以降、ユーザは、端末装置40Bを介して配信サーバ20からのデータ配信を受けることができる(ステップSA−12、SA−13)。この時点では、端末装置40Aのサービス利用も許可されているため、多重ログイン状態になる。   As shown in FIG. 4, the browsing processing unit 45b of the terminal device 40B that has received the user identification key and the session ID causes the storage unit 41 to store the user identification key and the session ID as Script variables (step SA-8). . Thereafter, the user can receive data distribution from the distribution server 20 via the terminal device 40B (steps SA-12 and SA-13). At this point, since the service use of the terminal device 40A is permitted, the multiple login state is entered.

(処理−端末装置40Aのチェック処理)
その後、ステップSA−4におけるチェック処理の実行から所定時間が経過した後、端末装置40Aの閲覧処理部45bは、チェックを受けるため、記憶部41に記憶されているユーザ識別キーとセッションIDとを接続管理サーバ10に対して送信する(ステップSA−9)。
(Processing-Check processing of terminal device 40A)
Thereafter, after a predetermined time has elapsed since the execution of the check process in step SA-4, the browsing processing unit 45b of the terminal device 40A receives the user identification key and session ID stored in the storage unit 41 in order to receive the check. It transmits to the connection management server 10 (step SA-9).

これらユーザ識別キー及びセッションIDを受信した接続管理サーバ10のチェック処理部13bは、チェック処理を実行する(ステップSA−10)。ここでは、上述したように、ステップSA−7のログイン処理において、端末装置40Bからのログイン要求に基づいて新たにセッションIDが生成され、当該セッションIDによって接続情報DB11bが上書きされている。従って、図6に示すように、端末装置40Aから送信されたセッションIDと接続情報DB11bに格納されているセッションIDとは相互に一致しないため(ステップSC−2,No)、チェック処理部13bは、端末装置40Aのサービス利用継続は不許可と判定し、チェック結果NGである旨を端末装置40Aに送信する(ステップSC−4)。   The check processing unit 13b of the connection management server 10 that has received the user identification key and the session ID executes a check process (step SA-10). Here, as described above, in the login process in step SA-7, a new session ID is generated based on the login request from the terminal device 40B, and the connection information DB 11b is overwritten with the session ID. Therefore, as shown in FIG. 6, since the session ID transmitted from the terminal device 40A and the session ID stored in the connection information DB 11b do not match each other (step SC-2, No), the check processing unit 13b Then, it is determined that the service use of the terminal device 40A is not permitted, and a check result NG is transmitted to the terminal device 40A (step SC-4).

チェック結果NGである旨を受信した端末装置40Aの閲覧処理部45bは、任意の方法でサービス利用を終了する。具体的には、例えば図4に示すように、ブラウザ45aにエラー画面を表示し(ステップSA−11)、全ての処理を終了することで、再度のログイン処理を行なわない限り、配信サーバ20からのサービス利用を不可とする。なお、チェック結果NGの送信に代えて、あるいはこれとともにエラー画面のWebデータを接続管理サーバ10から端末装置40に送信し、端末装置40にて当該Webデータをブラウザ45aに表示するようにしてもよい。その後は端末装置40Bへのデータ配信のみが継続され、多重ログインが解消される。   The browsing processing unit 45b of the terminal device 40A that has received the check result NG terminates the use of the service by an arbitrary method. Specifically, as shown in FIG. 4, for example, an error screen is displayed on the browser 45a (step SA-11), and all the processes are terminated. Use of the service is prohibited. Instead of sending the check result NG, or together with this, the web data of the error screen is sent from the connection management server 10 to the terminal device 40, and the web data is displayed on the browser 45a by the terminal device 40. Good. Thereafter, only data distribution to the terminal device 40B is continued, and multiple login is canceled.

(実施の形態1の効果)
このように実施の形態1によれば、1人のユーザが端末装置40Aを用いて既にサーバにログインしている状態であっても、他のユーザが同一のログインIDによって別の端末装置40Bからログインをすることができるので、ユーザの利便性を高めることができる。また、所定時間経過後に端末装置40Aのサービス利用継続を不許可とすることで、多重ログイン状態を自動的に解消でき、通信負荷の増大を低減できる。
(Effect of Embodiment 1)
As described above, according to the first embodiment, even when one user is already logged in to the server using the terminal device 40A, another user can use another terminal device 40B with the same login ID. Since the user can log in, user convenience can be improved. In addition, by prohibiting the continuation of service use of the terminal device 40A after a predetermined time has elapsed, the multiple login state can be automatically canceled and the increase in communication load can be reduced.

〔実施の形態2〕
次に、実施の形態2について説明する。実施の形態1では、後にログインしたユーザがいる場合、先にログインしたユーザのサービス利用状況を考慮せずに、当該ユーザの端末装置40Aにおけるチェック処理のタイミングが到来した時点で、当該ユーザのサービス利用を不許可としていた。この場合、チェック処理を実行するための所定間隔(上記例では30分)を短く設定すると、先にログインしたユーザの利用がすぐに不許可とされ、当該ユーザの利用時間が十分に確保されない可能性がある。一方、この所定間隔を長く設定すると、先にログインしたユーザの利用がいつまでも維持されるため、多重ログイン状態が放置され、通信負荷の増大を招く。この点を解消するため、本実施の形態2では、同一のログインIDを用いた多重ログインが発生した場合において、先にログインしたユーザの端末装置40Aのサービス利用状況を特定し、この利用状況に基づいて、当該ユーザのサービス利用を制御する。なお、実施の形態2の構成及び処理は、特記する場合を除いて実施の形態1と略同一である。
[Embodiment 2]
Next, a second embodiment will be described. In the first embodiment, when there is a user who has logged in later, the service of the user is checked when the timing of the check process in the terminal device 40A of the user comes without considering the service usage status of the user who has logged in first. The use was not permitted. In this case, if the predetermined interval for executing the check process (30 minutes in the above example) is set short, the use of the user who has logged in first is immediately disallowed, and the use time of the user may not be sufficiently secured. There is sex. On the other hand, if this predetermined interval is set to be long, the use of the user who has logged in first is maintained forever, so that the multiple login state is left unattended and the communication load increases. In order to eliminate this point, in the second embodiment, when multiple logins using the same login ID occur, the service usage status of the terminal device 40A of the user who logged in first is specified, and this usage status is Based on this, the service usage of the user is controlled. Note that the configuration and processing of the second embodiment are substantially the same as those of the first embodiment unless otherwise specified.

(構成−接続管理サーバ10)
図7のブロック図に示すように、接続管理サーバ10の記憶部11には、操作情報DB11cが格納されている。この操作情報DB11cは、端末装置40にて所定操作が行なわれた時刻を特定するための操作時刻情報と、端末を一意に識別可能な端末識別キー(特許請求の範囲における端末識別情報に対応)とを相互に関連付けて格納するもので、特許請求の範囲における操作状況情報格納手段に対応する。操作情報DB11cに格納される操作情報を図8に例示する。ここで、操作時刻情報としては、端末装置40における操作が最後に行われた時刻(最終操作時刻)が格納されている。なお、図8の例では、最終操作時刻を「時間:分」で示すが、年月日を特定する情報を含めるなど、他の形式で格納してもよい。
(Configuration-Connection Management Server 10)
As shown in the block diagram of FIG. 7, the storage unit 11 of the connection management server 10 stores an operation information DB 11c. The operation information DB 11c includes operation time information for specifying a time when a predetermined operation is performed on the terminal device 40, and a terminal identification key for uniquely identifying the terminal (corresponding to the terminal identification information in the claims). Are stored in association with each other and correspond to the operation status information storage means in the claims. The operation information stored in the operation information DB 11c is illustrated in FIG. Here, as the operation time information, the time when the operation in the terminal device 40 was last performed (final operation time) is stored. In the example of FIG. 8, the final operation time is indicated by “hour: minute”, but may be stored in other formats such as including information specifying the date.

また図7に示すように、接続管理サーバ10の制御部13は、機能概念的に、操作状況処理部13cを備える。この操作状況処理部13cは、端末識別キーと操作時刻情報とを相互に関連付けて操作情報DB11cに格納するもので、特許請求の範囲における操作状況処理手段に対応する。   As shown in FIG. 7, the control unit 13 of the connection management server 10 includes an operation status processing unit 13c in terms of function. The operation status processing unit 13c stores the terminal identification key and the operation time information in the operation information DB 11c in association with each other, and corresponds to the operation status processing means in the claims.

(構成−端末装置40)
端末装置40は、実施の形態1とほぼ同様に構成されているが、閲覧処理部45bは、当該端末装置40にて所定操作が行われる毎に、当該端末装置40の記憶部41に記憶されている端末識別キーを接続管理サーバ10に対して送信する機能を有する。この所定操作としては、当該端末装置40をユーザが使用している事実を推定し得る根拠になる任意の操作を含めることができ、例えば、ユーザによるデータ配信の要求の入力や、端末装置40の出力部44における画面遷移、あるいは入力部43を介して行われたその他の全操作が該当する。
(Configuration-terminal device 40)
The terminal device 40 is configured in substantially the same manner as in the first embodiment, but the browsing processing unit 45b is stored in the storage unit 41 of the terminal device 40 every time a predetermined operation is performed on the terminal device 40. The terminal identification key is transmitted to the connection management server 10. The predetermined operation can include any operation that can be used as a basis for estimating the fact that the user is using the terminal device 40. For example, the user can input a data distribution request, The screen transition in the output unit 44 or all other operations performed via the input unit 43 are applicable.

本実施の形態では、例えば、端末識別キーとしてcookie(従来技術)に含まれるID(端末識別キーに対応)を利用する。cookieは、端末装置40のブラウザ45aからの接続開始時に接続管理サーバ10より発行されて端末装置40に記憶され、その後ブラウザ45a上でユーザの操作による画面遷移等の要求があると、当該要求はcookieのIDとともに接続管理サーバ10に送信される仕組みであるため、接続管理サーバ10にて端末装置40の操作時刻を特定することができる。   In this embodiment, for example, an ID (corresponding to a terminal identification key) included in a cookie (prior art) is used as a terminal identification key. The cookie is issued from the connection management server 10 at the start of connection from the browser 45a of the terminal device 40 and stored in the terminal device 40. When there is a request for screen transition or the like by a user operation on the browser 45a thereafter, the request is Since the cookie is transmitted to the connection management server 10 together with the cookie ID, the connection management server 10 can specify the operation time of the terminal device 40.

(処理)
次に、接続管理サーバ10を中心として実行される接続管理処理について説明する。以下では、実施の形態1の場合と同様に、最初に端末装置40Aがログインした後、端末装置40Bが同一のログインIDを用いてログインした場合について説明する。
(processing)
Next, a connection management process that is executed mainly by the connection management server 10 will be described. Hereinafter, as in the case of the first embodiment, a case will be described in which after the terminal device 40A first logs in, the terminal device 40B logs in using the same login ID.

(処理−操作状況処理)
接続管理サーバ10の操作状況処理部13cにより、端末装置40Aにおける操作を操作情報DB11cに格納する。具体的には、端末装置40のブラウザ45a上でユーザの操作により画面遷移等の所定の要求が行われると、当該要求が端末識別キーとともに接続管理サーバ10に送信されるので、操作状況処理部13cにおいて、当該端末識別キー及び要求を受信した時刻を相互に関連付けて、操作情報DB11cに格納する。以降、同じ端末識別キーにおいて要求が送信された場合には、対応する操作情報DB11cのレコードを更新することで、端末装置40の最終操作時刻を格納することができる。
(Processing-Operation status processing)
The operation status processing unit 13c of the connection management server 10 stores the operation in the terminal device 40A in the operation information DB 11c. Specifically, when a predetermined request such as a screen transition is performed by a user operation on the browser 45a of the terminal device 40, the request is transmitted to the connection management server 10 together with the terminal identification key. In 13c, the terminal identification key and the time when the request is received are associated with each other and stored in the operation information DB 11c. Thereafter, when a request is transmitted using the same terminal identification key, the last operation time of the terminal device 40 can be stored by updating the record of the corresponding operation information DB 11c.

(処理−利用状況判定処理)
本実施の形態では、チェック処理時において、その端末装置40の端末識別キーに対応する最終操作時刻により、当該端末装置40のサービス利用状況を特定する。そのため、前提として、チェック処理を受ける際の端末装置40からの送信データ(図4のステップSA−4)として、ユーザ識別キーとセッションIDの他に端末識別キーも送信する。
(Processing-Usage status determination process)
In the present embodiment, at the time of the check process, the service usage status of the terminal device 40 is specified by the final operation time corresponding to the terminal identification key of the terminal device 40. Therefore, as a premise, a terminal identification key is transmitted in addition to the user identification key and the session ID as transmission data (step SA-4 in FIG. 4) from the terminal device 40 when receiving the check process.

本実施の形態におけるチェック処理のフローを、図9に示す。図9において、接続情報DB11bから取得した(ステップSC−1)セッションIDが、端末装置40から送信されたセッションIDと一致している(ステップSC−2,Yes)場合にチェック結果OKを返す(ステップSC−3)点については実施の形態1と同様である。一方、セッションIDが一致しない(ステップSC−2,No)場合には、それが1回目の不一致であるかを判定する(ステップSC−5)。1回目の不一致であるか否かは、例えば操作情報DB11cの項目としてフラグを設け、1回目の不一致時に当該端末装置40に対応するレコードにフラグを立てる等の処理を行うことにより判定可能とする。あるいは、1回目の不一致時に端末装置40にその旨を送信し、次回チェック処理において当該情報を送信させることにより判断してもよい。   FIG. 9 shows a flow of check processing in the present embodiment. In FIG. 9, when the session ID acquired from the connection information DB 11b (step SC-1) matches the session ID transmitted from the terminal device 40 (step SC-2, Yes), the check result OK is returned ( Step SC-3) is the same as in the first embodiment. On the other hand, if the session IDs do not match (step SC-2, No), it is determined whether this is the first mismatch (step SC-5). Whether or not it is the first mismatch can be determined, for example, by providing a flag as an item in the operation information DB 11c and performing a process such as setting a flag on the record corresponding to the terminal device 40 when the first mismatch occurs. . Alternatively, the determination may be made by transmitting the information to the terminal device 40 at the first mismatch and causing the information to be transmitted in the next check process.

1回目の不一致ではない(2回目である)場合(ステップSC−5,No)には、端末装置40にチェック結果NGを返して(ステップSC−4)、処理を終了する。一方、1回目の不一致である場合(ステップSC−5,Yes)には、当該端末装置40の利用状況を判定する。利用状況の判定は、例えば、公知の方法で現在の時刻を取得し、当該端末装置40にて最後に操作が行われた時刻が、取得した現在時刻から所定間隔以内(例えば5分以内)である場合に利用中と判定し、所定間隔を超えている(例えば5分超)の場合に利用中でないと判定する。具体的には、端末装置40より送信された端末識別キーに対応する最終操作時刻を操作情報DB11cから取得し(ステップSC−6)、現在の時刻と比較して所定時間以内であるかを判断する(ステップSC−7)。   When it is not the first mismatch (second SC) (step SC-5, No), the check result NG is returned to the terminal device 40 (step SC-4), and the process is terminated. On the other hand, when it is the first mismatch (step SC-5, Yes), the usage status of the terminal device 40 is determined. The usage status is determined by, for example, acquiring the current time by a known method, and the time when the terminal device 40 was last operated is within a predetermined interval (for example, within 5 minutes) from the acquired current time. In some cases, it is determined to be in use, and in the case where a predetermined interval is exceeded (for example, more than 5 minutes), it is determined that it is not in use. Specifically, the last operation time corresponding to the terminal identification key transmitted from the terminal device 40 is acquired from the operation information DB 11c (step SC-6), and it is determined whether it is within a predetermined time compared with the current time. (Step SC-7).

(処理−利用状況に基づく延長処理1)
そして、利用中であると判定した場合(ステップSC−7,Yes)にはチェック結果OKを端末装置40に返す(SC−3)。このように、本実施の形態では、端末装置40Bのログイン後最初の端末装置40Aに対するチェック処理(図4のステップSA−10)において端末装置40Aのサービス利用状況が判定され、セッションIDが不一致であっても利用中であればサービス利用が許可され、次回チェック処理において不許可とされるまで、サービス利用を継続することができる。
(Processing-Extension processing based on usage status 1)
If it is determined that it is in use (step SC-7, Yes), a check result OK is returned to the terminal device 40 (SC-3). As described above, in the present embodiment, the service usage status of the terminal device 40A is determined in the check process (step SA-10 in FIG. 4) for the first terminal device 40A after the login of the terminal device 40B, and the session IDs do not match. Even if the service is being used, the service use is permitted, and the service use can be continued until it is not permitted in the next check process.

(処理−利用状況に基づく延長処理2)
上記においては、セッションIDが不一致であっても利用中であれば、次回チェック処理までの所定時間(ここでは30分)、サービス利用が継続される。しかしながら、ユーザ数や利用頻度、時間帯、サーバや通信の負荷状況等により、この延長時間が適切でない場合もある。そのため、利用中と判断された場合のチェック結果OK送信(図9のステップSC−7でYesの場合のステップSC−3)において、次回チェック処理までの時間も端末装置40に送信するようにしてもよい。この時間は、システムで一律に定めてもよいし、時間帯等に応じて定めてもよい(例:午前中の延長時間は20分,午後は10分)。あるいは、負荷状況等(例えば利用中のユーザ数)に応じて動的に決定してもよい。端末装置40は、送信された新たな時間を記憶部41に格納し、閲覧処理部45bは当該時間後に再びユーザ識別キーとセッションIDを送信する。そうすると、セッションIDが不一致(ステップSC−2,No)で、しかも1回目の不一致ではない(2回目である)ため(ステップSC−5,No)、チェック結果NGを端末装置40に返す。
(Processing-Extension process 2 based on usage status)
In the above, even if the session IDs do not match, if the service ID is being used, the service use is continued for a predetermined time (30 minutes here) until the next check process. However, this extended time may not be appropriate depending on the number of users, usage frequency, time zone, server and communication load conditions, and the like. Therefore, in the check result OK transmission when it is determined to be in use (step SC-3 in the case of Yes in step SC-7 in FIG. 9), the time until the next check process is also transmitted to the terminal device 40. Also good. This time may be set uniformly by the system or may be set according to the time zone or the like (for example, the extended time in the morning is 20 minutes, and the afternoon is 10 minutes). Or you may determine dynamically according to load conditions etc. (for example, the number of users in use). The terminal device 40 stores the transmitted new time in the storage unit 41, and the browsing processing unit 45b transmits the user identification key and the session ID again after the time. Then, since the session IDs do not match (step SC-2, No) and not the first time mismatch (second time) (step SC-5, No), the check result NG is returned to the terminal device 40.

(処理−利用状況に基づく終了処理)
一方、利用中でないと判定した場合(ステップSC−7,No)には、チェック結果NGを端末装置40に返し(ステップSC−4)、処理を終了する。
(Processing-termination based on usage status)
On the other hand, when it determines with not using it (step SC-7, No), a check result NG is returned to the terminal device 40 (step SC-4), and a process is complete | finished.

〔実施の形態3〕
次に、実施の形態3について説明する。実施の形態2では、端末装置40に一意の端末識別キーを利用してサービス利用状況を判定したが、端末識別キーの代わりにセッションID(ログインに一意)を利用してもよい。以降、セッションIDを用いた利用状況判定について説明する。システム構成については、実施の形態2で図7を用いて説明したものと同様であるが、操作情報は、図8に示す端末識別キー毎のレコードではなく、セッションID毎のレコードとして操作情報DB11cに格納される。
[Embodiment 3]
Next, Embodiment 3 will be described. In the second embodiment, the service usage status is determined using a unique terminal identification key for the terminal device 40, but a session ID (unique for login) may be used instead of the terminal identification key. Hereinafter, usage status determination using a session ID will be described. The system configuration is the same as that described in Embodiment 2 with reference to FIG. 7, but the operation information is not a record for each terminal identification key shown in FIG. Stored in

(処理−操作状況処理)
端末装置40のブラウザ45a上で画面遷移等を要求する操作があると、閲覧処理部45bが、当該要求とともにセッションIDを接続管理サーバ10に送信する。接続管理サーバ10の操作状況処理部13cは、実施の形態2と同様に、送信されたセッションIDと送信時刻とを相互に関連付けて格納することにより、当該セッションIDに対応する端末装置40の最終操作時刻を記憶している。
(Processing-Operation status processing)
When there is an operation for requesting a screen transition or the like on the browser 45a of the terminal device 40, the browsing processing unit 45b transmits a session ID to the connection management server 10 together with the request. Similarly to the second embodiment, the operation status processing unit 13c of the connection management server 10 stores the transmitted session ID and the transmission time in association with each other, so that the terminal device 40 corresponding to the session ID can obtain the final result. The operation time is stored.

(処理−利用状況判定処理)
本実施の形態では、端末装置40Bからログインを受けた際のログイン処理において、その前にログインしている端末装置40Aの利用状況を判定する。図10に本実施の形態におけるログイン処理のフローを示す。図10に示すように、ログイン処理部13aにより実施の形態1と同様にステップSB−1、SB−3、SB−4、SB−7及びSB−8が順次行われた後、上書きされる前のセッションID、すなわち端末装置40AのセッションIDに対応する最終操作時刻を操作情報DB11cから取得する(ステップSB−11)。そして、この最終操作時刻が現在時刻から所定間隔以内(例えば5分以内)であるか否かを判定し(ステップSB−12)、所定間隔以内である場合(ステップSB−12,Yes)には端末装置40Aはサービスを利用中であると判定し(ステップSB−13)、所定間隔以内でない場合(ステップSB−12,No)には利用中ではないと判定する(ステップSB−14)。
(Processing-Usage status determination process)
In the present embodiment, in the login process when the login is received from the terminal device 40B, the usage status of the terminal device 40A logged in before that is determined. FIG. 10 shows a flow of login processing in the present embodiment. As shown in FIG. 10, after steps SB-1, SB-3, SB-4, SB-7, and SB-8 are sequentially performed by the login processing unit 13a as in the first embodiment, before being overwritten. Session ID, that is, the last operation time corresponding to the session ID of the terminal device 40A is acquired from the operation information DB 11c (step SB-11). Then, it is determined whether or not the final operation time is within a predetermined interval (for example, within 5 minutes) from the current time (step SB-12), and if it is within the predetermined interval (step SB-12, Yes). The terminal device 40A determines that the service is being used (step SB-13), and if not within the predetermined interval (step SB-12, No), determines that the service is not being used (step SB-14).

(処理−利用状況に基づく延長処理1)
端末装置40Aがサービスを利用中であると判定(図10のステップSB−13)された場合、接続管理サーバ10は、端末装置40Aに対しサービス利用の延長を認める。すなわち、サービス利用中であると判定(ステップSB−13)した時点で即時あるいは所定時間後(例えば15分後)にエラー画面に遷移させるための情報を端末装置40Aに送信する。この情報を受信した端末装置40Aの閲覧処理部45bは、所定時間後にブラウザ45aにエラー画面を表示して処理を終了する。なお、エラー画面に遷移する前に、あと5分で終了する旨の予告画面をブラウザ45aに表示させるようにしてもよい。予告画面を表示させることにより、ユーザにおいて、再ログイン、あるいは使用終了などの対応をとることができる。
(Processing-Extension processing based on usage status 1)
When it is determined that the terminal device 40A is using the service (step SB-13 in FIG. 10), the connection management server 10 allows the terminal device 40A to extend the service usage. That is, information for changing to the error screen is transmitted to the terminal device 40A immediately or after a predetermined time (for example, 15 minutes) when it is determined that the service is being used (step SB-13). Upon receiving this information, the browsing processing unit 45b of the terminal device 40A displays an error screen on the browser 45a after a predetermined time and ends the processing. In addition, before changing to an error screen, you may make it display on the browser 45a the notice screen which will be complete | finished in five minutes. By displaying the notice screen, the user can take measures such as re-login or termination of use.

(処理−利用状況に基づく延長処理2)
あるいは、この延長処理1に代えて、実施の形態2の延長処理1又は延長処理2を実行するようにしてもよい。すなわち、端末装置40Bのログイン後(端末装置40Aの利用状況の判定後)最初の、端末装置40Aに対するチェック処理においてチェック結果OKを返信する(30分後の次回チェック処理まで端末装置40Aにてサービス利用継続が可能)。あるいは、次回チェック処理までの時間を端末装置40Aに送信する(当該時間後に再度チェック処理を行い、チェック結果NGとなる)。この場合、上記の端末装置40Bに対するログイン処理において、操作情報DB11cあるいは接続情報DB11b等に端末装置40Aの利用状況の判定結果を記憶しておき、当該チェック処理時に参照する。
(Processing-Extension process 2 based on usage status)
Alternatively, instead of the extension process 1, the extension process 1 or the extension process 2 of the second embodiment may be executed. That is, after the login of the terminal device 40B (after the usage status of the terminal device 40A is determined), a check result OK is returned in the first check processing for the terminal device 40A (service is performed in the terminal device 40A until the next check processing after 30 minutes). Use is possible). Alternatively, the time until the next check process is transmitted to the terminal device 40A (the check process is performed again after the time and the check result is NG). In this case, in the login process for the terminal device 40B, the determination result of the usage status of the terminal device 40A is stored in the operation information DB 11c or the connection information DB 11b and is referred to during the check process.

(処理−利用状況に基づく終了処理1)
一方、使用状況判定処理の結果、端末装置40Aがサービスを利用中でないと判定された場合(図10のステップSB−14)には、端末装置40Aのサービス利用を早期に不許可としてもよい。例えば端末装置40Aの利用状況を判定した後、端末装置40Aのブラウザ45aにおいて次に所定操作が行われセッションIDが接続管理サーバ10に対して送信されてきた時点で、接続管理サーバ10の操作状況処理部13cから当該端末装置40Aに対し、チェック処理におけるチェック結果NGと同様の情報を送信する。
(Processing-Termination processing 1 based on usage status)
On the other hand, as a result of the usage status determination process, when it is determined that the terminal device 40A is not using the service (step SB-14 in FIG. 10), the service use of the terminal device 40A may be disallowed early. For example, after determining the usage status of the terminal device 40A, when the predetermined operation is next performed in the browser 45a of the terminal device 40A and the session ID is transmitted to the connection management server 10, the operation status of the connection management server 10 is determined. Information similar to the check result NG in the check process is transmitted from the processing unit 13c to the terminal device 40A.

(処理−利用状況に基づく終了処理2)
あるいは、上述した終了処理1に代えて、以下の処理を実行するようにしてもよい。すなわち、端末装置40Aが利用中でないと判定した後に直ちに、接続管理サーバ10のログイン処理部13aから端末装置40Aに対し、チェック処理におけるチェック結果NGと同様の情報を送信する。その際、即時ではなく所定時間後(例えば15分後)にエラー画面に遷移するための情報を端末装置40Aに送信するようにしてもよい。
(Processing-end process 2 based on usage status)
Alternatively, the following process may be executed instead of the above-described end process 1. That is, immediately after determining that the terminal device 40A is not being used, the login processing unit 13a of the connection management server 10 transmits information similar to the check result NG in the check process to the terminal device 40A. In that case, you may make it transmit the information for changing to an error screen to 40 A of terminal devices after predetermined time (for example, after 15 minutes) not immediately.

(処理−利用状況に基づく終了処理3)
さらに、上述した終了処理1〜終了処理2に代えて、以下の処理を実行するようにしてもよい。すなわち、端末装置40Aが利用中でないと判定した後に直ちに、接続管理サーバ10のログイン処理部13aから、チェック処理を所定時間後に実行するための情報を端末装置40Aに送信する。当該所定時間後に端末装置40Aからユーザ識別キーとセッションIDが接続管理サーバ10されてチェック処理が行われ、チェック結果(セッションID不一致のためNGとなる)を端末装置40Aに返信する。
(Processing-Termination processing 3 based on usage status)
Furthermore, instead of the above-described end processing 1 to end processing 2, the following processing may be executed. That is, immediately after determining that the terminal device 40A is not in use, the login processing unit 13a of the connection management server 10 transmits information for executing the check process after a predetermined time to the terminal device 40A. After the predetermined time, the user identification key and the session ID are sent from the terminal device 40A to the connection management server 10, a check process is performed, and a check result (NG due to session ID mismatch) is returned to the terminal device 40A.

(終了処理1〜3の効果)
上述の終了処理1〜3を行うことで、端末装置40Bのログイン時に端末装置40Aのがサービス利用中でないと判定した場合には、次回(30分後)のチェック処理を待たずに早期に端末装置40Aの利用継続を不許可とすることにより、多重ログインを実施の形態1の場合よりも早く解消できる。
(Effects of end processing 1 to 3)
If it is determined that the terminal device 40A is not using the service at the time of login of the terminal device 40B by performing the above-described termination processing 1 to 3, the terminal can be started early without waiting for the next (after 30 minutes) check processing. By disabling the continuation of use of the device 40A, multiple logins can be eliminated earlier than in the first embodiment.

(実施の形態2、3の効果)
このように実施の形態2、3によれば、同一のログインIDを用いた多重ログインが発生した場合において、先にログインしたユーザの端末装置40Aの利用状況を判定し、利用中である場合には端末装置40Aの利用継続時間をより長くし、利用中でない場合には端末装置40Aの利用継続時間を短くする(あるいは継続を認めない)ことで、ユーザの利便性を高めることができると共に、多重ログイン状態による通信負荷の増大を解消することができる。特に、本実施の形態では、端末装置40Aのブラウザ45a上での操作(画面遷移等)により利用状況を判定しているので、ログインした後サービスを利用せず放置されている端末装置40Aに対し、サービスの利用を自動的に終了させることができる。
(Effects of Embodiments 2 and 3)
As described above, according to the second and third embodiments, when multiple logins using the same login ID have occurred, the usage status of the terminal device 40A of the user who has logged in first is determined and is being used. Can increase the user's convenience by increasing the use duration of the terminal device 40A, and shortening the use duration of the terminal device 40A when the terminal device 40A is not being used (or not allowing continuation), An increase in communication load due to multiple login states can be eliminated. In particular, in the present embodiment, since the usage status is determined by an operation (screen transition or the like) on the browser 45a of the terminal device 40A, the terminal device 40A that is left without using the service after logging in is used. The service can be automatically terminated.

〔III〕各実施の形態に対する変形例
以上、本発明に係る各実施の形態について説明したが、本発明の具体的な構成及び手段は、特許請求の範囲に記載した各発明の技術的思想の範囲内において、任意に改変及び改良することができる。以下、このような変形例について説明する。
[III] Modifications to Each Embodiment While each embodiment according to the present invention has been described above, the specific configuration and means of the present invention are the same as the technical idea of each invention described in the claims. Modifications and improvements can be arbitrarily made within the range. Hereinafter, such a modification will be described.

(第2接続要求情報(ユーザ識別キー)について)
第2接続要求情報としては、ユーザ識別キーではなく、ログインID(第1接続要求情報)をそのまま用いてもよい。これにより、各実施の形態においてユーザ識別キーの生成処理が不要となり、より簡易なシステムとすることができる。ただし、ユーザ識別キーを用いることで、ログインIDの送信数を低減でき、ログインIDの秘密性を保持し易くなる。また、ユーザ識別キーは、ログインIDに一意に生成された情報であればよく、ハッシュ値以外の任意の値を用いることができ、例えばログインIDを所定の暗号方法(例えばTripleDES)にて暗号化した値を用いてもよい。また、ユーザ識別キーは、その他何らかの方法にてログインIDと一意に関連付けられた値であってもよい。
(About second connection request information (user identification key))
As the second connection request information, not the user identification key but the login ID (first connection request information) may be used as it is. This eliminates the need for user identification key generation processing in each embodiment, and makes it possible to provide a simpler system. However, by using the user identification key, the number of login ID transmissions can be reduced, and the confidentiality of the login ID can be easily maintained. The user identification key may be information uniquely generated for the login ID, and any value other than the hash value can be used. For example, the login ID is encrypted by a predetermined encryption method (for example, TripleDES). The value may be used. The user identification key may be a value uniquely associated with the login ID by some other method.

また、上述ではログイン処理において生成したユーザ識別キーを端末装置40に送信し、後のチェック処理に用いているが、端末装置40への送信はせず、端末装置40にて接続管理サーバ10と同じ方法でユーザ識別キーを生成させるようにしてもよい。この場合、ログイン処理において、接続管理サーバ10から端末装置40へはセッションIDのみを送信すれば充分である。   In the above description, the user identification key generated in the login process is transmitted to the terminal device 40 and used for the subsequent check process. However, the user identification key is not transmitted to the terminal device 40. The user identification key may be generated by the same method. In this case, it is sufficient to transmit only the session ID from the connection management server 10 to the terminal device 40 in the login process.

(接続管理情報(セッションID)について)
上述ではログインがある毎にセッションIDを更新しているが、それに加え、チェック処理毎に更新してもよい。すなわち、所定時間毎に端末装置40からセッションIDが送信されるとチェック処理を行ない、チェック結果OKの場合には新たなセッションIDを生成して接続情報DB11bを更新するとともに当該端末装置40に新しいセッションIDを返す。このようにセッションIDの更新頻度を上げることにより、セッションが横取りされにくく、より安全性の高い仕組みとすることができる。
(About connection management information (session ID))
In the above description, the session ID is updated every time there is a login, but in addition, it may be updated every check process. That is, when a session ID is transmitted from the terminal device 40 every predetermined time, a check process is performed. If the check result is OK, a new session ID is generated and the connection information DB 11b is updated and a new one is added to the terminal device 40. Returns the session ID. By increasing the update frequency of the session ID in this manner, the session is less likely to be intercepted and a more secure mechanism can be achieved.

また、セッションIDは接続要求毎に一意な値であればよく、例えば最初のユーザのログイン時には、当該ユーザのログインIDを所定のハッシュ関数に代入することで、当該ログインIDに一意に対応するハッシュ値を生成してこれをセッションIDとして使用し、当該ログインIDと同一のログインIDを用いた2回目以降のログイン時には、先にハッシュ値として生成したセッションIDをハッシュ関数に代入して新たなハッシュ値を求め、これをセッションIDとして使用してもよい。   The session ID may be a unique value for each connection request. For example, when the first user logs in, a hash that uniquely corresponds to the login ID is assigned by substituting the login ID of the user into a predetermined hash function. A value is generated and used as a session ID. At the second and subsequent logins using the same login ID as the login ID, a new hash is created by substituting the session ID previously generated as a hash value into a hash function. A value may be obtained and used as the session ID.

(チェック結果の利用について)
上述では、接続管理サーバ10のチェック処理にて判定されたサービス利用継続可否を端末装置40に送信し、当該端末装置40にてサービス利用の継続あるいは終了の処理を行う例を説明したが、判定結果の用途はこれに限られない。例えば、サービス利用継続可否を配信サーバ20に送信し、配信サーバ20にて端末装置40との接続の制御を行うことも可能である。
(About using check results)
In the above description, the example in which the service use continuation permission determined in the check process of the connection management server 10 is transmitted to the terminal device 40 and the service use is continued or terminated in the terminal device 40 has been described. The use of the result is not limited to this. For example, it is possible to transmit the service use continuation permission / prohibition to the distribution server 20 and control the connection with the terminal device 40 in the distribution server 20.

(利用状況の判定について)
上述では、端末識別キー毎あるいはセッションID毎の最終操作時刻を管理し、それにより端末装置40の利用状況を判定しているが、サービスを提供するサーバ(ここでは配信サーバ20)に端末装置40との接続状況を問い合わせ、その結果により利用状況を判定してもよい。すなわち、上述した最終操作時刻による判定の代わりに、端末装置40のログインIDあるいは端末識別キーを配信サーバ20に送信し、当該端末装置40と配信サーバ20との間の通信状況を問合せる。配信サーバ20においては、端末装置40からのデータ配信要求に伴い、少なくとも当該端末装置40のログインIDや端末識別キーを管理しているため、当該端末装置40に対して現在データを送信しているか(接続中であるか)を否かを接続管理サーバ10に返すことができる。接続管理サーバ10は、配信中(接続中)である旨の返答を得た場合には当該端末装置40は利用中であると判定し、切断されている旨の返答を得た場合には当該端末装置40は利用中でないと判定する。なお、この方法においては上述の操作情報DB11c及び操作状況処理部13cは不要である。
(About judgment of usage status)
In the above description, the final operation time for each terminal identification key or for each session ID is managed, and the usage status of the terminal device 40 is thereby determined. The connection status may be inquired and the usage status may be determined based on the result. That is, instead of the determination based on the last operation time described above, the login ID or the terminal identification key of the terminal device 40 is transmitted to the distribution server 20, and the communication status between the terminal device 40 and the distribution server 20 is inquired. Since the distribution server 20 manages at least the login ID and the terminal identification key of the terminal device 40 in accordance with the data distribution request from the terminal device 40, is the current data transmitted to the terminal device 40? Whether or not (connected) can be returned to the connection management server 10. The connection management server 10 determines that the terminal device 40 is in use when it receives a response indicating that it is being distributed (connected), and if it receives a response that it is disconnected, It is determined that the terminal device 40 is not in use. In this method, the operation information DB 11c and the operation status processing unit 13c are not necessary.

本発明の実施の形態1に係るデータ配信システムの構成を機能概念的に示すブロック図である。It is a block diagram which shows functionally the structure of the data delivery system which concerns on Embodiment 1 of this invention. ログイン情報の構成例を示す図である。It is a figure which shows the structural example of login information. 接続情報の構成例を示す図である。It is a figure which shows the structural example of connection information. 接続管理処理のフローチャートを示す図である。It is a figure which shows the flowchart of a connection management process. ログイン処理のフローチャートを示す図である。It is a figure which shows the flowchart of a login process. チェック処理のフローチャートを示す図である。It is a figure which shows the flowchart of a check process. 実施の形態2及び実施の形態3に係るデータ配信システムの構成を機能概念的に示すブロック図である。It is a block diagram which shows functionally the structure of the data delivery system which concerns on Embodiment 2 and Embodiment 3. FIG. 実施の形態2に係る操作情報の構成例を示す図である。It is a figure which shows the structural example of the operation information which concerns on Embodiment 2. FIG. 実施の形態2に係るチェック処理のフローチャートを示す図である。FIG. 10 is a diagram illustrating a flowchart of a check process according to the second embodiment. 実施の形態3に係るログイン処理のフローチャートを示す図である。FIG. 10 is a diagram illustrating a flowchart of login processing according to the third embodiment.

符号の説明Explanation of symbols

1 データ配信システム
10 接続管理サーバ
11、41 記憶部
11a ログイン情報DB
11b 接続情報DB
11c 操作情報DB
12、42 ネットワークIF
13、45 制御部
13a ログイン処理部
13b チェック処理部
13c 操作状況処理部
20 配信サーバ
30 ネットワーク
40 端末装置
43 入力部
44 出力部
45a ブラウザ
45b 閲覧処理部
DESCRIPTION OF SYMBOLS 1 Data distribution system 10 Connection management server 11, 41 Memory | storage part 11a Login information DB
11b Connection information DB
11c Operation information DB
12, 42 Network IF
13, 45 Control unit 13a Login processing unit 13b Check processing unit 13c Operation status processing unit 20 Distribution server 30 Network 40 Terminal device 43 Input unit 44 Output unit 45a Browser 45b Browsing processing unit

Claims (8)

複数の端末装置がネットワークを介して所定装置に接続し当該所定装置から提供されるサービスを利用する際に、当該所定装置に対する当該複数の端末装置の各々のログイン制御及びサービス利用制御を行うための接続管理装置において、
前記端末装置から前記所定装置に対して接続を行なう権限の有無を識別するための第1接続要求情報に一意に対応する第2接続要求情報と、当該端末装置から当該所定装置への接続要求毎に一意に生成される接続管理情報とを、相互に関連付けて格納する接続情報格納手段と、
前記端末装置から送信された情報を前記ネットワークを介して受信する受信手段と、
前記端末装置に対して前記ネットワークを介して情報を送信する送信手段と、
前記端末装置から送信された前記所定装置に対する接続要求を処理する接続要求処理手段と、
前記接続要求処理手段による接続要求の処理を経て前記所定装置に接続している前記端末装置における、当該所定装置からのサービスの利用継続の可否を判定する接続可否判定手段とを備え、
前記接続要求処理手段は、
前記端末装置から送信された前記接続要求が前記第1接続要求情報と共に前記受信手段を介して受信された場合、
当該接続要求に一意の前記接続管理情報を所定方法で生成し、
当該受信された第1接続要求情報に対応する前記第2接続要求情報に関連付けて接続管理情報が前記接続情報格納手段に既に格納されている場合には、当該生成した接続管理情報によって当該既に格納されている接続管理情報を上書きし、
当該受信された第1接続要求情報に対応する前記第2接続要求情報に関連付けて接続管理情報が前記接続情報格納手段に格納されていない場合には、当該生成した接続管理情報を当該第2接続要求情報に関連付けて前記接続情報格納手段に格納し、
少なくとも、当該生成した接続管理情報を当該端末装置に対して前記送信手段を介して送信し、
前記接続可否判定手段は、
前記接続要求処理手段による接続要求の処理を経て前記所定装置に接続している前記端末装置から、所定時間毎に送信された前記接続管理情報と前記第2接続要求情報が、前記受信手段を介して受信された場合、
当該受信された接続管理情報と第2接続要求情報とが相互に関連付けて前記接続情報格納手段に格納されていることを条件として、前記サービス利用継続を可と判定し、
当該受信された接続管理情報と第2接続要求情報とが相互に関連付けて前記接続情報格納手段に格納されていない場合には、前記サービス利用継続を否と判定すること、
を特徴とする接続管理装置。
When a plurality of terminal devices connect to a predetermined device via a network and use a service provided by the predetermined device, the login control and service usage control of each of the plurality of terminal devices with respect to the predetermined device are performed. In the connection management device ,
Second connection request information uniquely corresponding to first connection request information for identifying whether or not the terminal device has an authority to connect to the predetermined device; and for each connection request from the terminal device to the predetermined device. Connection information storage means for storing the connection management information uniquely generated by each other in association with each other;
Receiving means for receiving information transmitted from the terminal device via the network;
Transmitting means for transmitting information to the terminal device via the network;
A connection request processing means for processing a connection request for the predetermined device transmitted from the terminal device ;
A connection enable / disable determining unit that determines whether or not to continue using the service from the predetermined device in the terminal device connected to the predetermined device through the connection request processing by the connection request processing unit;
The connection request processing means includes
When the connection request transmitted from the terminal device is received via the receiving means together with the first connection request information,
The connection management information unique to the connection request is generated by a predetermined method,
When connection management information is already stored in the connection information storage means in association with the second connection request information corresponding to the received first connection request information, the connection management information is already stored by the generated connection management information. Overwritten connection management information,
If connection management information is not stored in the connection information storage means in association with the second connection request information corresponding to the received first connection request information, the generated connection management information is stored in the second connection request information. Store it in the connection information storage means in association with the request information,
At least the generated connection management information is transmitted to the terminal device via the transmission unit,
The connection possibility determination means includes
The connection management information and the second connection request information transmitted at predetermined time intervals from the terminal device connected to the predetermined device through the connection request processing by the connection request processing unit via the receiving unit. Received,
It is determined that the use of the service can be continued on the condition that the received connection management information and the second connection request information are stored in the connection information storage unit in association with each other,
If the received connection management information and the second connection request information are associated with each other and are not stored in the connection information storage means, it is determined that the service use is not continued;
A connection management device characterized by the above.
前記第2接続要求情報として、前記第1接続要求情報を使用すること、
を特徴とする請求項1に記載の接続管理装置。
Using the first connection request information as the second connection request information;
The connection management apparatus according to claim 1.
前記端末装置にて所定操作が行なわれた時刻を特定するための操作時刻情報と、前記端末装置を一意に識別するための端末識別情報とを、相互に関連付けて格納する操作状況情報格納手段と、Operation status information storage means for storing operation time information for specifying a time at which a predetermined operation is performed on the terminal device and terminal identification information for uniquely identifying the terminal device in association with each other; ,
前記端末装置から送信された前記所定操作が行われた旨を示す情報が前記端末識別情報と共に前記受信手段を介して受信された場合、当該受信された端末識別情報と、所定方法にて取得した前記操作時刻情報とを、相互に関連付けて前記操作状況情報格納手段に格納する操作状況処理手段とを備え、When the information transmitted from the terminal device indicating that the predetermined operation has been performed is received together with the terminal identification information through the receiving unit, the received terminal identification information and the information acquired by a predetermined method Operation status processing means for associating the operation time information with each other and storing them in the operation status information storage means,
前記接続可否判定手段は、前記端末装置から送信された前記端末識別情報が前記受信手段を介して受信された場合、前記受信された端末識別情報に対応して前記操作状況情報格納手段に直近に格納された前記操作時刻情報を取得し、当該操作時刻情報に基づいて特定される時刻が現在時刻から所定間隔以内であることを条件として、前記受信された接続管理情報と第2接続要求情報とが相互に関連付けて前記接続情報格納手段に格納されていない場合であっても、サービス利用継続を可と判定すること、When the terminal identification information transmitted from the terminal device is received via the receiving unit, the connection possibility determination unit is closest to the operation status information storage unit corresponding to the received terminal identification information. The stored connection time information and second connection request information are obtained on the condition that the stored operation time information is acquired and the time specified based on the operation time information is within a predetermined interval from the current time. Determining that service use can be continued even if they are not associated with each other and stored in the connection information storage means,
を特徴とする請求項1又は2に記載の接続管理装置。The connection management device according to claim 1, wherein
前記端末装置にて所定操作が行なわれた時刻を特定するための操作時刻情報と、前記接続管理情報とを、相互に関連付けて格納する操作状況情報格納手段と、
前記端末装置から送信された前記所定操作が行われた旨を示す情報が前記接続管理情報と共に前記受信手段を介して受信された場合、当該受信された接続管理情報と所定方法にて取得した前記操作時刻情報とを、相互に関連付けて前記操作状況情報格納手段に格納する操作状況処理手段とを備え、
前記接続要求処理手段は、前記接続情報格納手段に既に格納されている接続管理情報に対応して前記操作状況情報格納手段に直近に格納された前記操作時刻情報を取得し、当該取得した操作時刻情報に基づいて、当該既に格納されている接続管理情報に対応する前記端末装置にて前記所定操作が直近に行なわれた時刻を特定し、
前記接続可否判定手段は、前記接続要求処理手段にて特定された時刻が現在時刻から所定間隔以内であることを条件として、前記受信された接続管理情報と第2接続要求情報とが相互に関連付けて前記接続情報格納手段に格納されていない場合であっても、サービス利用継続を可と判定すること、
を特徴とする請求項1又は2に記載の接続管理装置。
Operation status information storage means for storing operation time information for specifying a time at which a predetermined operation is performed on the terminal device and the connection management information in association with each other;
When information indicating that the predetermined operation transmitted from the terminal device has been performed is received together with the connection management information via the receiving unit, the connection management information received and the acquired by a predetermined method Operation status processing means for associating operation time information with each other and storing them in the operation status information storage means,
The connection request processing means acquires the operation time information most recently stored in the operation status information storage means corresponding to the connection management information already stored in the connection information storage means, and the acquired operation time Based on the information, identify the time when the predetermined operation was most recently performed in the terminal device corresponding to the already stored connection management information,
The connection possibility determination unit associates the received connection management information and the second connection request information with each other on the condition that the time specified by the connection request processing unit is within a predetermined interval from the current time. Even if it is not stored in the connection information storage means, it is determined that service use can be continued,
The connection management device according to claim 1, wherein
前記接続可否判定手段は、前記操作時刻情報に基づいて特定される時刻が現在時刻から所定間隔以内かつ、前記受信された接続管理情報と第2接続要求情報とが相互に関連付けて前記接続情報格納手段に格納されていない場合において、当該接続管理情報及び当該第2接続要求情報と当該接続情報格納手段に格納されている情報との不一致が1回目の不一致である場合に限り、当該端末装置のサービス利用継続を可と判定すること、The connection possibility determination means stores the connection information in which the time specified based on the operation time information is within a predetermined interval from the current time, and the received connection management information and second connection request information are associated with each other. In the case where the connection management information and the second connection request information and the information stored in the connection information storage means are the first mismatch, the terminal device Determining that service continuation is acceptable,
を特徴とする請求項3又は4に記載の接続管理装置。The connection management device according to claim 3 or 4, wherein
前記接続可否判定手段は、前記受信された接続管理情報と第2接続要求情報とが相互に関連付けて前記接続情報格納手段に格納されていない場合においてもサービス利用継続を可と判定した場合に、次回に前記端末装置から前記接続管理情報と前記第2接続要求情報を送信するまでの所定時間を変更するための情報を前記端末装置に対して前記送信手段を介して送信すること、In the case where it is determined that the use of service can be continued even when the received connection management information and the second connection request information are not associated with each other and stored in the connection information storage unit, Transmitting information for changing a predetermined time until the connection management information and the second connection request information are transmitted from the terminal device next time to the terminal device via the transmission means;
を特徴とする請求項3又は4に記載の接続管理装置。The connection management device according to claim 3 or 4, wherein
前記接続可否判定手段は、前記受信された接続管理情報と第2接続要求情報とが相互に関連付けて前記接続情報格納手段に格納されていない場合においてもサービス利用継続を可と判定した場合に、所定時間後にサービス利用継続を否とするための情報を当該端末装置に対して前記送信手段を介して送信すること、In the case where it is determined that the use of service can be continued even when the received connection management information and the second connection request information are not associated with each other and stored in the connection information storage unit, Transmitting information for refusing to continue using the service after a predetermined time to the terminal device via the transmitting means;
を特徴とする請求項3又は4に記載の接続管理装置。The connection management device according to claim 3 or 4, wherein
複数の端末装置がネットワークを介して所定装置に接続し当該所定装置から提供されるサービスを利用する際に、当該所定装置に対する当該複数の端末装置の各々のログイン制御及びサービス利用制御を行うための接続管理プログラムであって、When a plurality of terminal devices connect to a predetermined device via a network and use a service provided by the predetermined device, the login control and service usage control of each of the plurality of terminal devices with respect to the predetermined device are performed. A connection management program,
前記複数の端末装置に対してネットワークを介して接続可能とされた接続管理装置が、前記端末装置から前記所定装置に対して接続を行なう権限の有無を識別するための第1接続要求情報に一意に対応する第2接続要求情報と、当該端末装置から当該所定装置への接続要求毎に一意に生成される接続管理情報とを、相互に関連付けて格納する接続情報格納手段を備える場合において、A connection management device that is connectable to the plurality of terminal devices via a network is unique to the first connection request information for identifying whether or not the terminal device has authority to connect to the predetermined device. And a connection information storage means for storing the connection management information uniquely generated for each connection request from the terminal device to the predetermined device in association with each other.
前記接続管理装置に、In the connection management device,
前記端末装置から送信された前記接続要求が前記第1接続要求情報と共に受信された場合、When the connection request transmitted from the terminal device is received together with the first connection request information,
当該接続要求に一意の前記接続管理情報を所定方法で生成させるステップと、Generating the connection management information unique to the connection request by a predetermined method;
当該受信された第1接続要求情報に対応する前記第2接続要求情報に関連付けて接続管理情報が前記接続情報格納手段に既に格納されている場合には、当該生成した接続管理情報によって当該既に格納されている接続管理情報を上書きさせるステップと、When connection management information is already stored in the connection information storage means in association with the second connection request information corresponding to the received first connection request information, the connection management information is already stored by the generated connection management information. Overwriting connection management information that has been
当該受信された第1接続要求情報に対応する前記第2接続要求情報に関連付けて接続管理情報が前記接続情報格納手段に既に格納されていない場合には、当該生成した接続管理情報を当該第2接続要求情報に関連付けて前記接続情報格納手段に格納させるステップと、If connection management information is not already stored in the connection information storage means in association with the second connection request information corresponding to the received first connection request information, the generated connection management information is stored in the second connection request information. Storing in the connection information storage means in association with connection request information;
当該生成した接続管理情報を当該端末装置に対して送信するステップと、Transmitting the generated connection management information to the terminal device;
前記接続要求の処理を経て前記所定装置に接続している前記端末装置から、所定時間毎に送信された前記接続管理情報と前記第2接続要求情報が、前記受信手段を介して受信された場合、When the connection management information and the second connection request information transmitted every predetermined time are received from the terminal device connected to the predetermined device through the connection request processing via the receiving unit. ,
当該受信された接続管理情報と第2接続要求情報とが相互に関連付けて前記接続情報格納手段に格納されていることを条件として、前記サービスの利用継続を可と判定させるステップと、Determining that the use of the service can be continued on the condition that the received connection management information and second connection request information are stored in the connection information storage means in association with each other;
当該受信された接続管理情報と第2接続要求情報とが相互に関連付けて前記接続情報格納手段に格納されていない場合には、前記サービスの利用継続を否と判定させるステップと、If the received connection management information and second connection request information are associated with each other and are not stored in the connection information storage means, the step of determining whether or not to continue using the service;
を実行させることを特徴とする接続管理プログラム。A connection management program characterized in that
JP2008006196A 2008-01-15 2008-01-15 Connection management device and connection management program Active JP4219967B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008006196A JP4219967B1 (en) 2008-01-15 2008-01-15 Connection management device and connection management program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008006196A JP4219967B1 (en) 2008-01-15 2008-01-15 Connection management device and connection management program

Publications (2)

Publication Number Publication Date
JP4219967B1 true JP4219967B1 (en) 2009-02-04
JP2009169614A JP2009169614A (en) 2009-07-30

Family

ID=40403867

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008006196A Active JP4219967B1 (en) 2008-01-15 2008-01-15 Connection management device and connection management program

Country Status (1)

Country Link
JP (1) JP4219967B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102687487A (en) * 2009-12-31 2012-09-19 诺基亚公司 Method and apparatus for providing client-side caching

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6007623B2 (en) * 2012-07-02 2016-10-12 日本電気株式会社 Session management apparatus, method, and program
JP6156116B2 (en) * 2013-12-16 2017-07-05 富士ゼロックス株式会社 Session management system, session management device, and program
US9609068B2 (en) 2013-12-16 2017-03-28 Fuji Xerox Co., Ltd. Session management system, session management apparatus, and non-transitory computer readable medium
KR20200107931A (en) * 2017-10-19 2020-09-16 오튼하이브 코퍼레이션 System and method for key generation and storage for multi-point authentication

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102687487A (en) * 2009-12-31 2012-09-19 诺基亚公司 Method and apparatus for providing client-side caching
CN102687487B (en) * 2009-12-31 2015-05-06 诺基亚公司 Method and apparatus for providing client-side caching

Also Published As

Publication number Publication date
JP2009169614A (en) 2009-07-30

Similar Documents

Publication Publication Date Title
US7310736B2 (en) Method and system for sharing storage space on a computer
US9215232B2 (en) Certificate renewal
CN102792632B (en) Automated credentials manages
JP5236352B2 (en) Application distribution control system, application distribution control method, information processing apparatus, and client terminal
US20090037520A1 (en) System and method for secure file transfer
US20070067620A1 (en) Systems and methods for third-party authentication
US20090178112A1 (en) Level of service descriptors
US7884954B2 (en) Peripheral equipment and management method thereof
US20040177248A1 (en) Network connection system
US10674039B2 (en) Image processing system, information processing device, image processing device and non-transitory recording medium
JP4219967B1 (en) Connection management device and connection management program
JP2002189646A (en) Repeating installation
US7240211B2 (en) Method of providing an access request to a same server based on a unique identifier
GB2423679A (en) E-mail server with encryption / decryption and signing / verification capability
WO2009113157A1 (en) Authentication device, authentication method, and data utilizing method
US20030018900A1 (en) Peripheral equipment and management method thereof
JP5079054B2 (en) Content server and access control system
WO2007030517A2 (en) Systems and methods for third-party authentication
KR100538924B1 (en) Method for providing Web Service, Remote Storage Service and Remote Control Service based on Peer-to-Peer between a Plurality of Client Terminals and Personal Computers Operated as Server
JP5300794B2 (en) Content server and access control system
JP2022128245A (en) Printing apparatus, method for controlling printing apparatus, and program
JP6972821B2 (en) Authentication cooperation device, service providing device, authentication cooperation system and information processing program
JP2008059468A (en) Printer, authentication method, and printer driver
JP6990748B2 (en) Access control method
JP7001665B2 (en) Access control methods, access control devices and computer programs

Legal Events

Date Code Title Description
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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20081112

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

Free format text: PAYMENT UNTIL: 20111121

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4219967

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20111121

Year of fee payment: 3

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313115

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R371 Transfer withdrawn

Free format text: JAPANESE INTERMEDIATE CODE: R371

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

Free format text: PAYMENT UNTIL: 20111121

Year of fee payment: 3

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313115

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

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

Free format text: PAYMENT UNTIL: 20111121

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20121121

Year of fee payment: 4

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

Free format text: PAYMENT UNTIL: 20121121

Year of fee payment: 4

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20121121

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20131121

Year of fee payment: 5

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250