JP3592644B2 - Web server, screen control method, and recording medium therefor - Google Patents

Web server, screen control method, and recording medium therefor Download PDF

Info

Publication number
JP3592644B2
JP3592644B2 JP2001024919A JP2001024919A JP3592644B2 JP 3592644 B2 JP3592644 B2 JP 3592644B2 JP 2001024919 A JP2001024919 A JP 2001024919A JP 2001024919 A JP2001024919 A JP 2001024919A JP 3592644 B2 JP3592644 B2 JP 3592644B2
Authority
JP
Japan
Prior art keywords
session
information
screen
user
transition
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2001024919A
Other languages
Japanese (ja)
Other versions
JP2002229942A (en
Inventor
弘樹 宇都
満 篠崎
Original Assignee
株式会社大和証券グループ本社
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 株式会社大和証券グループ本社 filed Critical 株式会社大和証券グループ本社
Priority to JP2001024919A priority Critical patent/JP3592644B2/en
Publication of JP2002229942A publication Critical patent/JP2002229942A/en
Application granted granted Critical
Publication of JP3592644B2 publication Critical patent/JP3592644B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Information Transfer Between Computers (AREA)

Description

【0001】
【発明の属する技術分野】
この発明は、インターネットへ接続可能なネットワーク端末に対し、情報の入力や確認等を促す一連の画面を制御するWebサーバ、画面制御方法およびその記録媒体に関するものである。
【0002】
【従来の技術】
近年、インターネットの普及に伴い、電子商取引やインターネットトレードなど、ネットワークを介在したサービスが普及している。この時、利用者はネットワーク端末において、ブラウザ等を使ってWebサーバへアクセスし、一連の画面の遷移に従って情報の入力や確認を行い、商品やサービスを注文したり契約したりしていた。
【0003】
【発明が解決しようとする課題】
従来の一般的なブラウザには、現在表示中の画面から一つまたは複数前の画面へ戻る為の例えば”バックボタン”が付加されており、これをマウスでクリックすることで、一つまたは複数前の画面へ戻ることができる。しかし、商品やサービスを注文する時に、”バックボタン”をクリックすることで一連の画面の順序に沿わずに注文の画面を2度表示すること等問題があった。
【0004】
この発明は、上述した事情を考慮してなされたもので、一連の画面の順序に沿って画面の遷移が進んでいるか検証することができるWebサーバ、画面制御方法およびその記録媒体を提供することを目的とする。
【0005】
【課題を解決するための手段】
この発明は、上述した課題を解決すべくなされたもので、本発明によるWebサーバにおいては、ネットワーク端末に対し、情報の入力や確認等を促す一連の画面を制御するWebサーバであって、ネットワーク端末より一連の画面における最初の画面の表示指令を受信した場合、該ネットワーク端末に対するセッション管理の為に画面の遷移状態を示すセッションIDと該ネットワーク端末の利用者IDおよびセッション確立時刻情報とを含むセッション情報を生成するセッション情報生成手段と、ネットワーク端末より一連の画面における遷移指令を受信した場合、ネットワーク端末に対応するセッション情報のセッションIDの更新を行うセッション情報管理手段と、セッション情報生成手段で生成されたセッション情報とセッション情報管理手段で更新されたセッション情報を格納するセッション情報データベースと、ネットワーク端末に送信する画面情報において、一連の画面として次の画面に対応するセッションIDと利用者IDを含んだ遷移指令を送信する送信手段を含む画面情報を生成し、ネットワーク端末へ送信する画面制御手段と、一連の画面を表示中のネットワーク端末より送信手段による遷移指令を受信した場合、該遷移指令に含まれるセッションIDおよびWebサーバで管理しているセッションIDを基に、一連の画面の遷移であるかを検証するセッション情報検証手段と、送信手段による遷移指令を受信した場合に、該遷移指令に含まれる利用者IDを含むセッション情報をセッション情報データベースより読み出し、読み出したセッション情報のセッション確立時刻情報に基づき、最新のセッション確立時刻情報を含むセッション情報に対応するネットワーク端末からの遷移指令のみ有効と判別する有効判別手段とを具備し、送信手段は、表示画面上でクリックすることで遷移指令をWebサーバに送信する表示ボタンであり、画面制御手段は、有効判別手段により有効と判別された遷移指令のみ実施し、次の画面に対応するセッションIDと利用者IDを含んだ遷移指令を送信する送信手段を含む画面情報をネットワーク端末へ送信し、その他の遷移指令は実行を中止することを特徴とする。
【0006】
これにより、ネットワーク端末より一連の画面の表示指令を受信した場合、画面の遷移状態を示すセッションIDと利用者IDとセッション確立時刻情報とを含むセッション情報を生成するセッション情報生成手段と、ネットワーク端末より一連の画面における遷移指令を受信した場合、セッション情報の更新を行うセッション情報管理手段と、一連の画面として次の画面に対応するセッションIDと利用者IDを含んだ遷移指令を送信する送信手段を含む画面情報を生成し、ネットワーク端末へ送信する画面制御手段と、ネットワーク端末より遷移指令を受信した場合、一連の画面の遷移であるかを検証するセッション情報検証手段とを具備するので、Webサーバは、一連の画面の順序に沿って画面の遷移が進んでいるか検証することができる。また、有効判別手段を具備することで、同一利用者によってWebサーバにログインされている2つ以上のネットワーク端末のいずれかより送信手段による遷移指令を受信した場合に、最新にセッション確立したネットワーク端末からの遷移指令のみ有効とすることができ、一連の画面の遷移を制御することができる。
【0007】
また、本発明によるWebサーバにおいては、上記一連の画面は、商品の注文のための一連の画面であり、ネットワーク端末のセッション確立時刻情報はログイン時刻情報であり、上記有効判別手段は、同一利用者がログインしている2つ以上のネットワーク端末より送信手段による遷移指令を受信した場合に、該遷移指令に含まれる利用者IDを含むセッション情報をセッション情報データベースより読み出し、読み出した2つ以上のセッション情報のログイン時刻情報を比較して該遷移指令に含まれるセッションIDを含むセッション情報のログイン時刻情報が最新のログインによるものであるかの判別を行うことにより、最新のログイン時刻情報を含むセッション情報に対応するネットワーク端末からの遷移指令のみ有効と判別することを特徴とする。
【0008】
これにより、同一利用者によってWebサーバにログインされている2つ以上のネットワーク端末のいずれかより送信手段による遷移指令を受信した場合に、最新にログインしたネットワーク端末からの遷移指令のみ有効とすることができ、ログイン中のネットワーク端末が故障した場合でも、別のネットワーク端末よりログインして一連の画面による商品の注文を行えるようにすることができる。
【0009】
また、本発明によるWebサーバにおいては、ネットワーク端末の利用者のパスワードを該利用者の利用者IDに関連付けて格納する利用者情報データベースと、ネットワーク端末より受信したログインするための情報である利用者IDおよびパスワードが正しいことを利用者情報データベースを参照して確認する利用者情報処理手段とをさらに具備し、ネットワーク端末は、Webサーバにログインするためのログイン画面を表示して利用者に利用者IDおよびパスワードの入力を促し、入力された利用者IDおよびパスワードをネットワーク経由でWebサーバに送信するものであり、セッション情報生成手段は、利用者情報処理手段により利用者IDおよびパスワードが正しいと確認された場合に、セッションIDと利用者IDとセッション確立時刻情報としてのログイン時刻情報とを含むセッション情報を生成し、画面制御手段は、セッション情報生成手段で生成されたセッションIDと利用者IDを含んだ遷移指令の送信手段を含む初期画面情報をネットワーク端末に送信することにより、一連の画面における最初の画面をネットワーク端末に表示させることを特徴とする。
【0011】
また、本発明によるWebサーバにおいては、上記画面制御手段は、セッション情報検証手段において、一連の画面の遷移であると検証された場合、該セッションIDを含む遷移指令を実行し、一連の画面における次の画面をネットワーク端末へ表示させ、一連の画面の遷移であると検証されなかった場合は、該セッションIDを含む遷移指令を実行しないことを特徴とする。
【0012】
これにより、上記画面制御手段は、セッション情報検証手段において、一連の画面の遷移であると検証された場合、該セッションIDを含む遷移指令を実行し、一連の画面における次の画面をネットワーク端末へ表示させ、一連の画面の遷移であると検証されなかった場合は、該セッションIDを含む遷移指令を実行しないので、Webサーバは、一連の画面の順序でない画面を、利用者のネットワーク端末へ表示させることを防ぐことができる。
【0013】
また、本発明による画面制御方法においては、ネットワーク端末に対し、情報の入力や確認等を促す一連の画面をWebサーバにより制御する画面制御方法であって、Webサーバが、ネットワーク端末より一連の画面における最初の画面の表示指令を受信した場合、該ネットワーク端末に対するセッション管理の為に画面の遷移状態を示すセッションIDと該ネットワーク端末の利用者IDおよびセッション確立時刻情報とを含むセッション情報を生成する生成ステップと、Webサーバが、ネットワーク端末より一連の画面における遷移指令を受信した場合、ネットワーク端末に対応するセッション情報のセッションIDの更新を行う更新ステップと、Webサーバが、生成ステップで生成されたセッション情報と更新ステップで更新されたセッション情報をセッション情報データベースに格納する格納ステップと、Webサーバが、ネットワーク端末に送信する画面情報において、一連の画面として次の画面に対応するセッションIDと利用者IDを含んだ遷移指令を送信する送信手段を含む画面情報を生成し、ネットワーク端末へ送信する生成送信ステップと、Webサーバが、一連の画面を表示中のネットワーク端末より送信手段による遷移指令を受信した場合、該遷移指令に含まれるセッションIDおよびWebサーバで管理しているセッションIDを基に、一連の画面の遷移であるかを検証する検証ステップと、Webサーバが、送信手段による遷移指令を受信した場合に、該遷移指令に含まれる利用者IDを含むセッション情報をセッション情報データベースより読み出し、読み出したセッション情報のセッション確立時刻情報に基づき、最新のセッション確立時刻情報を含むセッション情報に対応するネットワーク端末からの遷移指令のみ有効と判別する有効判別ステップとを有し、送信手段は、表示画面上でクリックすることで遷移指令をWebサーバに送信する表示ボタンであり、生成送信ステップにおいて、Webサーバは、有効判別ステップにより有効と判別された遷移指令のみ実施し、次の画面に対応するセッションIDと利用者IDを含んだ遷移指令を送信する送信手段を含む画面情報をネットワーク端末へ送信し、その他の遷移指令は実行を中止することを特徴とする。
【0014】
また、本発明による画面制御方法においては、上記一連の画面は、商品の注文のための一連の画面であり、ネットワーク端末のセッション確立時刻情報はログイン時刻情報であり、上記有効判別ステップにおいて、Webサーバは、同一利用者がログインしている2つ以上のネットワーク端末より送信手段による遷移指令を受信した場合に、該遷移指令に含まれる利用者IDを含むセッション情報をセッション情報データベースより読み出し、読み出した2つ以上のセッション情報のログイン時刻情報を比較して該遷移指令に含まれるセッションIDを含むセッション情報のログイン時刻情報が最新のログインによるものであるかの判別を行うことにより、最新のログイン時刻情報を含むセッション情報に対応するネットワーク端末からの遷移指令のみ有効と判別することを特徴とする。
【0015】
また、本発明による画面制御方法においては、上記一連の画面であるか検証する検証ステップで、一連の画面の遷移であると検証された場合、該セッションIDを含む遷移指令を実行し、一連の画面における次の画面をネットワーク端末へ表示させ、一連の画面の遷移であると検証されなかった場合は、該セッションIDを含む遷移指令を実行しないことを特徴とする。
【0016】
また、本発明による記録媒体においては、請求項5から請求項7のいずれかに記載の画面制御方法をコンピュータに実行させる為のプログラムを記録したコンピュータ読み取り可能な記録媒体である。
【0017】
【発明の実施の形態】
以下、発明の実施の形態を通じて本発明を説明する。ただし、以下の実施の形態は特許請求の範囲に記載された発明を限定するものではなく、また実施の形態の中で説明されている特徴の組み合わせのすべてが発明の解決手段に必要であるとは限らない。
図1はこの発明の一実施形態によるWebサーバを含むシステムの概略構成を示すブロック図である。この図において符号12は、インターネット11を介してWebコンテンツを提供するWebサーバである。符号13は、インターネット11を介してWebサーバ12へアクセス可能なネットワーク端末を示す端末1、端末2、端末3、…(以下、端末13とする)である。尚、端末13は、例えばCRT(Cathode Ray Tube)や液晶表示装置等である表示装置と、例えばキーボードやマウスである入力装置を備える。
【0018】
利用者が操作する端末13よりWebサーバ12へアクセスすることで、ログイン画面が端末13の表示装置に表示される。利用者は利用者ID(識別子)とパスワードを端末13の入力装置から入力することで、Webサーバ12の管理する例えば商品を購入する為の一連の画面からなるサービスへログインする。Webサーバ12は、ログインした利用者の端末13へ一連の画面情報を送信し、利用者へ種々の情報の入力を促すことで商品販売の為の情報を入手し、商品の注文を受け付ける。
【0019】
以上により、利用者は端末13からネットワーク11を介してWebサーバ12へアクセスすることで、商品の注文を行うことができる。この時、端末13の表示装置に表示される画面は、Webサーバ12より送信する画面情報で決まり、該画面の制御について以下に説明する。
尚、本実施形態では、ログイン以降の画面を一連の画面とするが、この限りではなく、任意の画面表示を一連の画面における最初の画面としてもよい。また、一連の画面を表示するソフトウェアの一例をブラウザとし、該ブラウザは、マウスでクリックすることで、一つもしくは複数前の画面に戻る”バックボタン”を備えることとする。
【0020】
まず、Webサーバ12の詳細な構成について図2を用いて説明する。
図2は、本発明の一実施形態におけるWebサーバ12の構成を示すブロック図である。符号21は、Webサーバ12の内部のデータを制御する制御部である。符号22は、利用者IDに関連付けて利用者情報を格納する利用者情報データベース22aと、画面の遷移状態を示すセッションIDを含むセッション情報を格納するセッション情報データベース22bを具備するデータベースである。符号23は、画面制御処理を行う各種処理プログラムを格納する処理プログラム部である。尚、処理プログラム部23の詳細な構成は後述する。
【0021】
ここで、利用者情報データベース22aに格納する利用者情報は、利用者を特定できる情報であり、利用者名、パスワード、連絡先等が利用者IDに関連付けて格納されている。また、セッション情報データベース22bに格納するセッション情報の一例について図3を用いて説明する。図3は、本発明の一実施形態におけるセッション情報の構成例を示す図である。図に示すように、セッション情報は、端末13からのログイン時に時間などにより一意に生成され、端末13に表示する一連の画面の遷移に伴って更新されるセッションIDと、一連の画面における最初の画面に対するセッションIDを含むセッション情報が生成された時刻であるセッション確立時刻(本実施形態におけるログイン時刻)情報と、画面の遷移に伴うセッションIDの更新において直近の更新時刻情報である直近セッション更新時刻情報と、利用者を特定する利用者ID情報より構成される。
【0022】
次に、処理プログラム部23の詳細について以下に説明する。
符号23aは、利用者のログインにより一連の画面が始まる際に、図3に示したセッション情報を生成するセッション情報生成処理部である。符号23bは、端末13より受信した画面の遷移指令を基にセッション情報を更新するセッション情報管理部である。符号23cは、端末13へ表示する画面情報の生成および制御を、セッション情報を基に行う画面制御処理部である。具体的には、セッション情報を基に他の処理部が処理や判断した結果を受けて画面情報を生成し端末13へ送信している。符号23dは、利用者がログイン時に端末13より受信する利用者IDおよびパスワードの情報が正しいか利用者情報データベース22aを参照し確認する利用者情報処理部である。尚、利用者情報処理部23dは、利用者IDもしくはパスワードのみの情報や、他の利用者を特定できる情報を受信して利用者の確認を行ってもよい。
【0023】
符号23eは、セッション情報データベース22bよりセッション情報を読み出し、該セッション情報に含まれる直近セッション更新時刻情報を参照してセッションの更新間隔を管理するセッション時間管理部である。符号23fは、セッション情報データベース22bより同一利用者IDを含むセッション情報を読み出し、セッション確立時刻情報を参照し、最新のセッション確立時刻情報を含むセッション情報に対応する端末13からの遷移指示のみを有効とする有効判別処理部である。符号23gは、一連の画面を表示中の端末13よりWebサーバ12が遷移指令を受信した場合、該遷移指令に含まれるセッションIDとWebサーバ12で管理するセッションIDを比較し、一連の画面の遷移であるかを検証するセッション情報検証処理部である。
【0024】
尚、上記に示した処理プログラム部23内の各処理部は、専用のハードウェアにより実現されるものであってもよく、また、各処理部はメモリおよびCPU(中央演算装置)により構成され、各処理部の機能を実現する為のプログラムをメモリにロードして実行することによりその機能を実現させるものであってもよい。
また、上記メモリは、ハードディスク装置や光磁気ディスク装置、フラッシュメモリ等の不揮発性のメモリや、CD−ROM等の読み出しのみが可能な記録媒体、RAM(Random Access Memory)のような揮発性のメモリ、あるいはこれらの組み合わせによるコンピュータ読み取り、書き込み可能な記録媒体より構成されるものとする。
【0025】
次に、上述したWebサーバ12の動作について、具体的に証券を売買注文する場合の画面遷移を示す図4〜7を用いて説明する。尚、各図において、セッションID=S、S、S、…のS(i=1、2、3、…)について説明する。ログイン後の最初の画面に対応し、ログイン時間等で一意に決まる識別子がSであり、その後の画面遷移により識別子Sが識別子S、S、…と更新される。
まず、端末13が一連の画面を表示中に、所定時間以内に画面の遷移指示をその端末13より受信しなかった場合の、Webサーバ12の動作について図4を用いて説明する。
【0026】
図4は、本発明の一実施形態におけるWebサーバ12が一連の画面においてセッション情報を基に時間管理を行った場合の画面遷移の流れを示すフロー図である。図4において、端末13に表示される各画面は一連の画面である。まず、画面制御処理部23cがセッションID=Sを含んだ遷移指令の送信手段を含む、証券を売買注文するための注文メニュー画面情報を端末13へ送信する。これにより、端末13の表示装置に注文メニュー画面が表示される(ステップS41)。尚、遷移指令の送信手段とは、端末13に表示される注文メニュー画面上で、例えばマウスによりクリックすることで、画面の遷移指令をWebサーバ12へ送信するボタン等である。
【0027】
次に、利用者が、そのボタンをクリックすることで、次の画面への遷移指令がネットワーク11経由でWebサーバ12へ送信される。そして、Webサーバ12はセッションID=Sを含んだ遷移指令を受信する。ここで、セッション時間管理部23eは、セッションID=Sを含んだセッション情報をセッション情報データベース22bより参照し、直近セッション更新時刻情報を基に所定時間(本実施例では15分)を経過していないか判別する(ステップS42)。
【0028】
経過していない場合、セッション情報管理部23bは、セッションID=Sを含んだセッション情報へ更新する。次に、画面制御処理部23cは、セッションID=Sを含んだ遷移指令の送信手段を含む、証券を買付注文するための買付注文画面情報を端末13へ送信する。これにより、端末13の表示装置に買付注文画面が表示される(ステップS43)。また、同時にセッション情報データベース22bにセッションID=Sを含んだセッション情報が格納される(ステップS43’)。
【0029】
次に、利用者が、買付注文画面に含まれるボタン(送信手段)をクリックすることにより遷移指示を送信した場合、Webサーバ12はセッションID=Sを含んだ遷移指示を受信する。次に、上述したように、セッション情報セッション時間管理部23eは、遷移指示に含まれるセッションID=Sを基に、セッションID=Sを含んだセッション情報をセッション情報データベース22bより参照し、該セッション情報に含まれる直近セッション更新時刻情報を基に所定時間の15分を経過していないか判別する(ステップS44)。
【0030】
上記と同様に15分を経過していない場合、セッション情報管理部23bは、セッションID=Sを含んだセッション情報へ更新する。次に、画面制御処理部23cは、セッションID=Sを含んだ遷移指令の送信手段を含む、証券の買付注文を確認するための確認要求画面情報を端末13へ送信する。(ステップS45)。また、同時にセッション情報データベース22bにセッションID=Sを含んだセッション情報が格納される(ステップS45’)。
【0031】
次に、15分を経過後に利用者が確認要求画面のボタン(送信手段)をクリックすることにより遷移指示を送信した場合、Webサーバ12はセッションID=Sを含んだ遷移指示を受信する。次に、上述したように、セッション情報セッション時間管理部23eは、遷移指示に含まれるセッションID=Sを基に、セッションID=Sを含んだセッション情報をセッション情報データベース22bより参照し、該セッション情報に含まれる直近セッション更新時刻情報を基に所定時間の15分を経過していないか判別する。この場合、15分を経過しているので、画面制御処理部23cは、上記遷移指示の実行を中止し、エラー画面情報を端末13へ送信する(ステップS46)。それを端末13が受信し、端末13の表示装置に例えば「15分経過しました、再度ログインしてください。」等の文字を含むエラー画面が表示される(ステップS47)。
以上に示したように、Webサーバ12は、一連の画面における画面の遷移間隔が所定時間以上の場合、該一連の画面における次の画面への遷移を中止する。これにより、一連の画面にログインしたまま、長時間席を離れてしまった場合でも、他人の成りすましによる偽注文を防ぐことができる。
【0032】
次に、同一の利用者IDによる2つ以上のログインがあった場合の、Webサーバ12の動作について、図5を用いて説明する。
図5は、本発明の一実施形態におけるWebサーバ12が一連の画面においてセッション情報を基に利用者管理を行った場合の画面遷移の流れを示すフロー図である。図5において、端末1・13及び端末2・13に表示されるログイン後の各画面は一連の画面である。まず、端末1・13よりWebサーバ12へログイン要求があり、Webサーバ12は、ログイン画面情報を端末1・13へ送信する。これにより、端末1・13の表示装置へ利用者IDとパスワードの入力を促すログイン画面が表示される(ステップS51)。
【0033】
次に、利用者が端末1・13の入力装置より利用者IDおよびパスワードを入力することで、それらの情報を含む利用者ID情報(以下、ログイン情報とする)を、端末1・13は、ネットワーク11経由でWebサーバ12へ送信する。これをWebサーバ12が受信し、利用者情報処理部23dは、該ログイン情報が正しいか利用者情報データベース22aを参照して確認する。ここで、ログイン情報が正しい場合、セッション情報生成処理部23aは、図3に示すセッションID=S ▲1▼と利用者IDを含むセッション情報を生成する(ステップS52)。次に、画面制御処理部23cがセッションID=S ▲1▼と利用者IDを含んだ遷移指令の送信手段を含む、初期画面情報を端末1・13へ送信する。これにより、端末1・13の表示装置に初期画面が表示される(ステップS53)。同時に、セッション情報データベース22bにセッションID=S ▲1▼と利用者IDを含んだセッション情報が格納される(ステップS53’)。
【0034】
次に、利用者が、端末1・13とは別の端末2・13よりWebサーバ12へログイン要求した場合、Webサーバ12は、ログイン画面情報を端末2・13へ送信する。これにより、端末2・13の表示装置へ利用者IDとパスワードの入力を促すログイン画面が表示される(ステップS54)。次に、利用者が端末2・13の入力装置より端末1・13で入力したものと同一の利用者IDおよびパスワードを入力した場合、それらの情報を含むログイン情報を、端末2・13は、ネットワーク11経由でWebサーバ12へ送信する。これをWebサーバ12が受信し、利用者情報処理部23dは、該ログイン情報が正しいか利用者情報データベース22aを参照して確認する。
【0035】
ここで、ログイン情報が正しい場合、セッション情報生成処理部23aは、図3に示すセッションID=S ▲2▼と利用者IDを含むセッション情報を生成する(ステップS55)。尚、このセッション情報が含む利用者IDとステップS52で生成したセッション情報が含む利用者IDは同一である。次に、画面制御処理部23cがセッションID=S ▲2▼と利用者IDを含んだ遷移指令の送信手段を含む、初期画面情報を端末2・13へ送信する。これにより、端末2・13の表示装置に初期画面が表示される(ステップS56)。同時に、セッション情報データベース22bにセッションID=S ▲2▼と利用者IDを含んだセッション情報が格納される(ステップS56’)。
【0036】
以上により、2つの端末13より同一の利用者IDでWebサーバ12へログインした状態となった。この後、Webサーバ12が行う、端末1・13と端末2・13への画面制御の動作を以下に示す。
まず、端末1・13において、利用者が初期画面に含まれる送信手段をクリックすることで、端末1・13より次の画面への遷移指示が送信されて来た(ステップS57)場合、Webサーバ12は、セッションID=S ▲1▼と利用者IDを含む該遷移指示を受信する。次に、有効判別処理部23fは、該利用者IDを含むセッション情報をセッション情報データベース22bより参照する。尚、上記の場合は、セッションID=S ▲1▼を含んだセッション情報とセッションID=S ▲2▼を含んだセッション情報が検出される。次に、有効判別処理部23fは、その2つのセッション情報に含まれるセッション確立時刻情報を比較し、セッションID=S ▲1▼を含んだセッション情報は最新のログインにより生成されたものでないと判別する。
【0037】
上記の判別結果を受けて、画面制御処理部23cは、上記遷移指示の実行を中止し、エラー画面情報を端末1・13へ送信する。(ステップS58)。それを端末1・13が受信し、端末1・13の表示装置に例えば「再度ログインしてください。」等の文字を含むエラー画面が表示される(ステップS59)。
【0038】
また、端末2・13において、利用者が初期画面に含まれる送信手段をクリックすることで、端末2・13より次の画面への遷移指示が送信されて来た(ステップS60)場合、Webサーバ12は、セッションID=S ▲2▼と利用者IDを含む該遷移指示を受信する。次に、有効判別処理部23fは、該利用者IDを含むセッション情報をセッション情報データベース22bより、セッションID=S ▲1▼を含んだセッション情報とセッションID=S ▲2▼を含んだセッション情報を参照する。ここで、有効判別処理部23fは、その2つのセッション情報に含まれるセッション確立時刻情報を比較し、セッションID=S ▲2▼を含んだセッション情報は最新のログインにより生成されたものであると判別する。
【0039】
上記の判別結果を受けて、画面制御処理部23cは、上記遷移指示を実行し、セッションID=S ▲2▼と利用者IDを含んだ遷移指令の送信手段を含む、次画面情報を端末2・13へ送信する。(ステップS61)。それを端末2・13が受信し、端末2・13の表示装置に次画面が表示される(ステップS62)。同時に、セッション情報データベース22bにセッションID=S ▲2▼と利用者IDを含んだセッション情報が格納される(ステップS62’)。
以上に示したように、Webサーバ12は、同一の利用者IDにより複数のログインがあった場合に、最新のログインによる一連の画面への遷移指令のみを有効とする。これにより、ログイン中の端末が故障した場合でも、別の端末よりログインし、一連の画面による注文を行うことができる。
【0040】
次に、一連の画面の遷移中にブラウザの”バックボタン”をクリックした場合の、Webサーバ12における画面制御の動作について、図6を用いて以下に説明する。
図6は、本発明の一実施形態におけるWebサーバ12が一連の画面においてセッション情報を基に画面遷移管理を行った場合の画面遷移の流れを示すフロー図である。図6において、端末13に表示される各画面は一連の画面である。まず、画面制御処理部23cがセッションID=Sを含んだ遷移指令の送信手段を含む、証券を売買注文するための注文メニュー画面情報を端末13へ送信する。これにより、端末13の表示装置に注文メニュー画面が表示される(ステップS71)。
【0041】
次に、利用者が、送信手段であるボタンをクリックすることで、次の画面への遷移指令がネットワーク11経由でWebサーバ12へ送信される。そして、Webサーバ12はセッションID=Sを含んだ遷移指令を受信する。ここで、セッション情報検証処理部23gは、利用者IDを基にWebサーバ12で管理するセッション情報をセッション情報データベース22bより参照し、該セッション情報に含まれるセッションIDと、上記遷移指令に含まれるセッションIDを比較する。
【0042】
ここで、両方のセッションID=Sである場合、セッション情報管理部23bは、セッションID=Sを含んだセッション情報へ更新する。次に、画面制御処理部23cは、セッションID=Sを含んだ遷移指令の送信手段を含む、証券を買付注文するための買付注文画面情報を端末13へ送信する。(ステップS72)。これにより、端末13の表示装置に買付注文画面が表示される(ステップS73)。また、同時にセッション情報データベース22bにセッションID=Sを含んだセッション情報が格納される(ステップS73’)。
【0043】
次に、利用者が、買付注文画面に含まれる送信手段のボタンをクリックすることにより遷移指示を送信した場合、Webサーバ12はセッションID=Sを含んだ遷移指示を受信する。次に、上述したように、セッション情報検証処理部23gは、Webサーバ12で管理するセッション情報をセッション情報データベース22bより参照し、該セッション情報に含まれるセッションIDと、上記遷移指令に含まれるセッションIDを比較する。比較の結果、同じセッションIDであるなら、セッション情報管理部23bは、セッションID=Sを含んだセッション情報へ更新する。次に、画面制御処理部23cは、セッションID=Sを含んだ遷移指令の送信手段を含む、証券の買付注文を確認するための確認要求画面情報を端末13へ送信する(ステップS74)。また、同時にセッション情報データベース22bにセッションID=Sを含んだセッション情報が格納される(ステップS74’)。
【0044】
同様に、利用者が、確認要求画面に含まれる送信手段のボタンをクリックすることにより遷移指示を送信した場合、Webサーバ12はセッションID=Sを含んだ遷移指示を受信する。その後は、上述同様の処理をセッション情報検証処理部23g、セッション情報管理部23b、画面制御処理部23cが行い、セッションID=Sを含んだ遷移指令の送信手段を含む、証券の買付注文の受付けを完了した旨を連絡するための完了画面情報を端末13へ送信する(ステップS75)。また、同時にセッション情報データベース22bにセッションID=Sを含んだセッション情報が格納される(ステップS75’)。
【0045】
ここで、利用者がブラウザの”バックボタン”をマウスでクリックした場合、端末13より一つ前の画面に対応するセッションID=Sを含んだ遷移指令がWebサーバ12へ送信される(ステップS76)。次に、セッション情報検証処理部23gは、Webサーバ12で管理するセッション情報をセッション情報データベース22bより参照し、該セッション情報に含まれるセッションID=Sと、上記遷移指令に含まれるセッションID=Sを比較する。比較の結果、セッションIDが違うので、画面制御処理部23cは、上記遷移指示の実行を中止し、エラー画面情報を端末13へ送信する。(ステップS77)。それを端末1・13が受信し、端末1・13の表示装置にエラー画面が表示される(ステップS78)。
【0046】
以上に示したように、Webサーバ12は、利用者が一連の画面を端末13の表示装置で表示中に、ブラウザの”バックボタン”をマウスでクリックした場合、その操作を無効な操作とし、エラー画面を端末13へ表示する。これにより、利用者が一連の画面における、例えば証券注文の画面においてブラウザの”バックボタン”をクリックすることにより、2重注文のミスを犯すのを防ぐことができる。
【0047】
次に、一連の画面の遷移中にブラウザの”バックボタン”をクリックした場合の、Webサーバ12における画面制御の動作について、図6で示した動作と違う動作について図8を用いて以下に説明する。その違う動作とは、Webサーバ12において、2種類のセッションIDで画面遷移を管理することで、”バックボタン”をクリックした場合に、戻ることが可能な場合と、不可能な場合とを使い分ける動作である。尚、本実施形態では、2つの機能の違うセッションIDを用いる為、セッション情報生成処理部23aの生成するセッション情報の構成は図7に示すものとなる。
【0048】
図7において、セッションNo.(番号)とは、遷移指示に含まれるセッションIDとセッション情報データベース22bに格納されるセッション情報を関連付ける為に一意に定める番号情報である。GセッションID(第一のセッションID)とは、一連の画面を単位として一意に生成される識別子である。SセッションID(第二のセッションID)とは、一連の画面における最初の画面に対応して一意に生成され、該一連の画面の遷移に伴って更新される識別子である。直近セッション更新時刻情報、初期セッション生成時刻情報、利用者IDは、図3にて説明した通りである。尚、Webサーバ12が端末13へ送信するため、画面制御処理部23cが生成する画面情報に含める送信手段は、上述したセッションNo.、GセッションID、SセッションIDを含む遷移指令を送信する手段である。
【0049】
図8は、本発明の一実施形態におけるWebサーバ12が一連の画面において、2つセッションIDを含むセッション情報を基に画面遷移管理を行った場合の画面遷移の流れを示すフロー図である。図8において、端末13に表示される各画面は一連の画面である。まず、端末13よりWebサーバ12へログイン要求があり、Webサーバ12は、ログイン画面情報を端末13へ送信する。これにより、端末13の表示装置へ利用者IDとパスワードの入力を促すログイン画面が表示される(ステップS81)。
【0050】
次に、利用者が端末13の入力装置より利用者IDおよびパスワードを入力することで、それらの情報(ログイン情報)を、端末13は、ネットワーク11経由でWebサーバ12へ送信する。これをWebサーバ12が受信し、利用者情報処理部23dは、該ログイン情報が正しいか利用者情報データベース22aを参照して確認する。ここで、ログイン情報が正しい場合、セッション情報生成処理部23aは、図7に示したセッションNo.、GセッションID=G、SセッションID=Sを含むセッション情報を生成する(ステップS82)。尚、表記を簡便にするためSセッションID=S、S、S、…の表記をS(1)ID、S(2)ID、S(3)ID、…とする。また、GセッションIDにおいても、同様にG(1)IDと表記する。
【0051】
次に、画面制御処理部23cがセッションNo.、G(1)ID、S(1)IDを含んだ遷移指令の送信手段を含む初期画面情報を生成し、端末1へ送信する。これにより、端末1の表示装置に初期画面が表示される(ステップS83)。同時に、セッション情報データベース22bにセッションNo.、G(1)ID、S(1)IDと利用者ID等を含んだセッション情報がセッションNo.に関連付けられて格納される(ステップS83’)。
尚、画面制御処理部23cが生成する初期画面情報に含まれる遷移指令において、セッション情報検証処理部23gが、Webサーバ12で管理するセッションIDと、遷移指示に含まれるセッションIDを比較する際に、GセッションIDを使用するか、SセッションIDを使用するかの使用セッション選択情報を更に含む遷移指令を生成する。この使用セッション選択情報は、”バックボタン”で戻ることを可能とするか不可能とするかを考慮し、予め各画面に対応させて使用するセッションの選択を定めた情報である。また、上述したように使用セッション選択情報を送信手段に含ませてもよいが、この限りではなく、Webサーバ12において管理してもよい。
【0052】
次に、利用者が、初期画面中の送信手段であるボタンをクリックすることで、次の画面への遷移指令がネットワーク11経由でWebサーバ12へ送信される。そして、Webサーバ12はセッションNo.、G(1)ID、S(1)ID、使用セッション選択情報を含んだ遷移指令を受信する。次に、セッション情報検証処理部23gは、該遷移指令に含まれる使用セッション選択情報によりGセッションIDとSセッションIDのどちらを比較するか特定する。図8ではGセッションと特定され、セッション情報検証処理部23gは、セッションNo.を基にWebサーバ12で管理するセッション情報をセッション情報データベース22bより参照し、該セッション情報に含まれるGセッションIDと、上記遷移指令に含まれるGセッションIDを比較し検証する。
【0053】
図8では、双方ともにG(1)IDと一致するので、GセッションIDの検証結果はOKとなる。その結果より、セッション情報管理部23bは、S(1)IDを含んだセッション情報を、S(2)IDを含んだセッション情報へ更新する(ステップS84)。次に、画面制御処理部23cは、セッションNo.、G(1)ID、S(2)ID等を含んだ遷移指令の送信手段を含む、証券を買付注文するための情報を表示する情報系画面情報を端末13へ送信する。これにより、端末13の表示装置に情報系画面が表示される(ステップS85)。また、同時にセッション情報データベース22bにS(2)ID等を含んだセッション情報が格納される(ステップS85’)。
【0054】
次に、利用者が、情報系画面に含まれる送信手段であるボタンをクリックすることにより遷移指示を送信した場合、Webサーバ12はS(2)IDを含んだ遷移指示を受信する。次に、上述したように、セッション情報検証処理部23gは、該遷移指令に含まれる使用セッション選択情報を基に検証するセッションIDを特定する。図8に示すように今回はSセッションIDであり、セッション情報検証処理部23gは、Webサーバ12で管理するセッション情報をセッション情報データベース22bより参照し、該セッション情報に含まれるSセッションIDと、上記遷移指令に含まれるSセッションIDを比較する。比較の結果、同じS(2)IDであるから、セッション情報管理部23bは、S(3)IDを含んだセッション情報へ更新する(ステップS86)。
【0055】
次に、画面制御処理部23cは、S(3)IDを含んだ遷移指令の送信手段を含む、証券の買付注文などの契約を行う取引系画面1情報を端末13へ送信する。これにより、端末13の表示装置へ取引系画面1が表示される(ステップS87)。また、同時にセッション情報データベース22bにS(3)IDを含んだセッション情報が格納される(ステップS87’)。
【0056】
同様に、利用者が、取引系画面1に含まれる送信手段のボタンをクリックすることにより遷移指示を送信した場合、Webサーバ12はS(3)IDを含んだ遷移指示を受信する。その後は、上述同様の処理をセッション情報検証処理部23gはSセッションIDについて検証し、セッション情報管理部23bは、S(4)IDを含むセッション情報に更新する(ステップS88)。次に、画面制御処理部23cが、S(4)IDを含んだ遷移指令の送信手段を含む、取引系画面2情報を端末13へ送信する。これにより、端末13の表示装置へ取引系画面2が表示される(ステップS89)。また、同時にセッション情報データベース22bにS(4)IDを含むセッション情報が格納される(ステップS89’)。
【0057】
ここで、利用者がブラウザの”バックボタン”をマウスで一回クリックした場合、端末13より一つ前の取引系画面1に対応するS(3)IDを含んだ遷移指令がWebサーバ12へ送信される。次に、セッション情報検証処理部23gは、該遷移指令に含まれる使用セッション選択情報によりSセッションIDを使用して比較する。次に、セッション情報検証処理部23gは、Webサーバ12で管理するセッション情報をセッション情報データベース22bより参照し、該セッション情報に含まれるS(4)IDと、上記遷移指令に含まれるS(3)IDを比較する。比較の結果、セッションIDが違うので、画面制御処理部23cは、上記遷移指示の実行を中止し、エラー画面情報を端末13へ送信する。それを端末13が受信し、端末13の表示装置にエラー画面が表示される(ステップS90のNG)。
【0058】
ここで、利用者がブラウザの”バックボタン”をマウスで二回または三回クリックした場合、端末13より二つまたは三つ前の情報系画面または初期画面に対応する、S(2)IDまたはS(1)IDを含んだ遷移指令がWebサーバ12へ送信される。次に、セッション情報検証処理部23gは、該遷移指令に含まれる使用セッション選択情報よりGセッションIDを使用して比較する。次に、セッション情報検証処理部23gは、Webサーバ12で管理するセッション情報をセッション情報データベース22bより参照し、該セッション情報に含まれるG(1)IDと、上記遷移指令に含まれるG(1)IDを比較する。比較の結果、セッションIDが同じなので、画面制御処理部23cは、上記遷移指示を実行し、情報系画面情報または初期画面情報を端末13へ送信する。それを端末13が受信し、端末13の表示装置に情報系画面または、初期画面が表示される(ステップS90のOK)。
【0059】
以上に示したように、Webサーバ12は、2種類のセッションIDにより、利用者が一連の画面を端末13の表示装置で表示中に、ブラウザの”バックボタン”をマウスでクリックした場合、”戻ってよい画面”と、”戻ってはいけない画面”を指定することができる。”戻ってはいけない画面”を”バックボタン”で表示しようとすると、その操作を無効な操作とし、エラー画面を端末13へ表示する。これにより、利用者が一連の画面における、例えば証券注文の画面など”バックボタン”をクリックすることにより、2重注文が発生する可能性のある画面は”戻ってはいけない画面”とし、また、証券の価格情報などを提示する情報系画面へは、”バックボタン”により”戻ってよい画面”とすることができる。
【0060】
尚、Webサーバ12で行う各処理を複数のWebサーバにて分散して処理してもよい。また、セッション情報に含まれる利用者IDに、一連の画面にてサービスを提供する事業者を識別する情報を加えてもよい。また、上述した予め定めた所定時間は、各利用者の画面表示時間情報を収集し、統計処理することにより求めてもよい。また、所定時間は、画面に表示される情報量に応じて変化させてもよい。
【0061】
また、図2における処理プログラム部23で各種処理を行う処理部の機能を実現する為のプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することにより各処理を行っても良い。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。
また、「コンピュータシステム」とは、WWWシステムを利用している場合であれば、ホームページ提供環境(あるいは表示環境)も含むものとする。
【0062】
また、「コンピュータ読み取り可能な記録媒体」とは、フロッピーディスク、光磁気ディスク、ROM、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムが送信された場合のサーバやクライアントとなるコンピュータシステム内部の揮発メモリ(RAM)のように、一定時間プログラムを保持しているものも含むものとする。
【0063】
また、上記プログラムは、このプログラムを記憶装置等に格納したコンピュータシステムから、伝送媒体を介して、あるいは、伝送媒体中の伝送波により他のコンピュータシステムに伝送されてもよい。ここで、プログラムを伝送する「伝送媒体」は、インターネット等のネットワーク(通信網)や電話回線等の通信回線(通信線)のように情報を伝送する機能を有する媒体のことをいう。
また、上記プログラムは、前述した機能の一部を実現する為のものであっても良い。さらに、前述した機能をコンピュータシステムに既に記録されているプログラムとの組み合わせで実現できるもの、いわゆる差分ファイル(差分プログラム)であっても良い。
以上、この発明の実施形態について図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計等も含まれる。
【0064】
【発明の効果】
以上説明したように本発明におけるWebサーバにおいては、ネットワーク端末より一連の画面の表示指令を受信した場合、画面の遷移状態を示すセッションIDと利用者IDとセッション確立時刻情報とを含むセッション情報を生成するセッション情報生成手段と、ネットワーク端末より一連の画面における遷移指令を受信した場合、セッション情報の更新を行うセッション情報管理手段と、一連の画面として次の画面に対応するセッションIDと利用者IDを含んだ遷移指令を送信する送信手段を含む画面情報を生成し、ネットワーク端末へ送信する画面制御手段と、ネットワーク端末より遷移指令を受信した場合、一連の画面の遷移であるかを検証するセッション情報検証手段とを具備する。これにより、Webサーバは、一連の画面の順序に沿って画面の遷移が進んでいるか検証することができ前画面に戻る画面遷移などを検証することができる。また、有効判別手段を具備することで、同一利用者によってWebサーバにログインされている2つ以上のネットワーク端末のいずれかより送信手段による遷移指令を受信した場合に、最新にセッション確立したネットワーク端末からの遷移指令のみ有効とすることができ、一連の画面の遷移を制御することができる。
【0065】
また、本発明によるWebサーバにおいては、上記画面制御手段は、セッション情報検証手段において、一連の画面の遷移であると検証された場合、該セッションIDを含む遷移指令を実行し、一連の画面における次の画面をネットワーク端末へ表示させ、一連の画面の遷移であると検証されなかった場合は、該セッションIDを含む遷移指令を実行しない。これにより、Webサーバは、一連の画面の順序でない画面を、利用者のネットワーク端末へ表示させることを防ぐことができる
【図面の簡単な説明】
【図1】本発明の一実施形態によるWebサーバを含むシステムの概略構成を示すブロック図である。
【図2】本発明の一実施形態におけるWebサーバ12の構成を示すブロック図である。
【図3】本発明の一実施形態におけるセッション情報の構成例を示す図である。
【図4】本発明の一実施形態におけるWebサーバ12が一連の画面においてセッション情報を基に時間管理を行った場合の画面遷移の流れを示すフロー図である。
【図5】本発明の一実施形態におけるWebサーバ12が一連の画面においてセッション情報を基に利用者管理を行った場合の画面遷移の流れを示すフロー図である。
【図6】本発明の一実施形態におけるWebサーバ12が一連の画面においてセッション情報を基に画面遷移管理を行った場合の画面遷移の流れを示すフロー図である。
【図7】本発明の一実施形態における2つのセッションIDを含むセッション情報の構成例を示す図である。
【図8】本発明の一実施形態におけるWebサーバ12が一連の画面において、2つセッションIDを含むセッション情報を基に画面遷移管理を行った場合の画面遷移の流れを示すフロー図である。
【符号の説明】
11 ネットワーク
12 Webサーバ
13 端末1、端末2、端末3、…(ネットワーク端末)
21 制御部
22 データベース
22a 利用者情報データベース
22b セッション情報データベース
23 処理プログラム部
23a セッション情報生成処理部
23b セッション情報管理部
23c 画面制御処理部
23d 利用者情報処理部
23e セッション時間管理部
23f 有効判別処理部
23g セッション情報検証処理部
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a Web server for controlling a series of screens for prompting a network terminal connectable to the Internet to input or confirm information, a screen control method, and a recording medium thereof.
[0002]
[Prior art]
In recent years, with the spread of the Internet, services via a network, such as e-commerce and Internet trading, have become widespread. At this time, the user accesses the Web server using a browser or the like on the network terminal, inputs and confirms information according to a series of screen transitions, and orders or contracts for a product or service.
[0003]
[Problems to be solved by the invention]
A conventional general browser is provided with, for example, a “back button” for returning to the previous screen or one or more screens from the currently displayed screen. You can return to the previous screen. However, when ordering a product or service , there is a problem that the order screen is displayed twice without following the sequence of the screens by clicking the "back button".
[0004]
The present invention has been made in view of the above-described circumstances, and provides a Web server, a screen control method, and a recording medium that can verify whether screen transition is progressing in a sequence of a series of screens. With the goal.
[0005]
[Means for Solving the Problems]
SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problems. In a Web server according to the present invention, a Web server for controlling a series of screens for prompting a network terminal to input and confirm information is provided. When a command to display the first screen in a series of screens is received from the terminal, the session ID indicating a transition state of the screen, a user ID of the network terminal, and session establishment time information for session management for the network terminal are included. Session information generating means for generating session information, session information managing means for updating a session ID of session information corresponding to the network terminal when receiving a transition command on a series of screens from a network terminal, and session information generating means Information and session generated by A session information database for storing session information updated by the information management means, and transmits the screen information to be sent to the network terminal, including the session ID and the user ID corresponding as a series of screens to the next screen transition instruction to A screen control unit for generating screen information including a transmission unit and transmitting the screen information to the network terminal; and a session ID and Web included in the transition instruction when receiving a transition instruction by the transmission unit from the network terminal displaying a series of screens. Based on the session ID managed by the server, a session information verification unit that verifies whether a series of screen transitions has occurred, and a user ID included in the transition instruction when receiving a transition instruction from the transmission unit. Read session information from the session information database, including the read session information Based on the session establishment time information, comprising an effective discriminating means for discriminating valid only shift command from the network terminal corresponding to the session information including the latest session establishment time information transmitting means, by clicking on the display screen Is a display button for transmitting a transition command to the Web server, and the screen control unit executes only the transition command determined as valid by the validity determining unit, and includes a session ID and a user ID corresponding to the next screen. Screen information including transmission means for transmitting a command is transmitted to the network terminal, and execution of other transition commands is stopped .
[0006]
Thus, when a series of screen display instructions are received from the network terminal, session information generating means for generating session information including a session ID indicating a screen transition state, a user ID, and session establishment time information; A session information management unit that updates session information when a transition instruction in a series of screens is received, and a transmission unit that transmits a transition instruction including a session ID and a user ID corresponding to the next screen as a series of screens And a screen control unit for generating screen information including the following and transmitting to the network terminal, and a session information verification unit for verifying whether or not a series of screen transitions have been made when a transition command is received from the network terminal. The server can verify that screen transitions are proceeding according to the sequence of screens. Kill. In addition, by providing the validity determination means, when a transition command by the transmission means is received from any of two or more network terminals logged in to the Web server by the same user, the network terminal that has established the latest session Only the transition command from is enabled, and a series of screen transitions can be controlled.
[0007]
Further, in the Web server according to the present invention, the series of screens is a series of screens for ordering a product, the session establishment time information of the network terminal is login time information, and the validity determination unit uses the same use. When the user receives a transition command from the two or more network terminals to which the user has logged in, the session information including the user ID included in the transition command is read from the session information database, and the read two or more The session including the latest login time information is determined by comparing the login time information of the session information and determining whether the login time information of the session information including the session ID included in the transition command is based on the latest login. this to determine that only shift command from the network terminal corresponding to the information The features.
[0008]
With this, when a transition command by the transmission unit is received from any one of two or more network terminals logged in to the Web server by the same user, only the transition command from the network terminal that has recently logged in is valid. Thus, even if a network terminal that is logging in fails, it is possible to log in from another network terminal and order a product on a series of screens.
[0009]
Further, in the Web server according to the present invention, a user information database for storing the password of the user of the network terminal in association with the user ID of the user, and a user who is the information received from the network terminal for login. Further comprising user information processing means for confirming that the ID and the password are correct by referring to the user information database, wherein the network terminal displays a login screen for logging in to the Web server and provides the user with the user The system prompts the input of an ID and a password, and transmits the input user ID and the password to the Web server via the network. The session information generating unit confirms that the user ID and the password are correct by the user information processing unit. Is set, the session ID, user ID, Generating session information including login time information as session establishment time information, and the screen control means includes an initial screen including transmission means for transmitting a transition command including the session ID and the user ID generated by the session information generating means. By transmitting the information to the network terminal, the first screen in the series of screens is displayed on the network terminal.
[0011]
In the Web server according to the present invention, the screen control means, in the session information verification unit, when it is verified that the transition of a series of screens, perform the shift command including the session ID, the of the series The next screen in the screen is displayed on the network terminal, and if the transition is not verified as a series of screen transitions , the transition command including the session ID is not executed.
[0012]
Network Thus, the screen control means, in the session information verification unit, when it is verified that the transition of a series of screens, perform the shift command including the session ID, and the next screen in the series of screens If it is displayed on the terminal and the transition is not verified as a series of screen transitions, the Web server does not execute the transition command including the session ID. Can be prevented from being displayed .
[0013]
Further, in the screen control method according to the present invention, a screen control method for controlling a series of screens for prompting a network terminal to input or confirm information by a Web server , the Web server comprising: When the first screen display command is received, session information including a session ID indicating a transition state of the screen, a user ID of the network terminal, and session establishment time information is generated for session management for the network terminal. a generation step, Web server, when receiving the shift command from the network terminals in a series of screens, and updating step of updating the session ID of the session information corresponding to the network terminal, Web server, is generated by the generating step Update with updated session information and update steps. A storing step of storing the session information in the session information databases, Web server, the screen information to be sent to the network terminal, a shift command including the session ID and the user ID corresponding as a series of screens to the next screen A generating and transmitting step of generating screen information including a transmitting means for transmitting and transmitting the screen information to the network terminal; and when the Web server receives a transition command by the transmitting means from the network terminal displaying a series of screens, A verification step of verifying whether or not a series of screen transitions is performed based on the included session ID and the session ID managed by the Web server, and , when the Web server receives a transition command from the transmission unit, performing the transition. The session information including the user ID included in the command is stored in the session information database. Ri read, based on the session establishment time information of the read session information, possess a valid determination step of determining effective only shift command from the network terminal corresponding to the session information including the latest session establishment time information transmitting means Is a display button for transmitting a transition command to the Web server by clicking on the display screen. In the generation and transmission step, the Web server executes only the transition command determined to be valid in the validity determination step, and displays the next screen. Screen information including a transmission unit for transmitting a transition command including a corresponding session ID and a user ID is transmitted to the network terminal, and execution of other transition commands is stopped .
[0014]
Further, in the screen control method according to the present invention, the series of screens is a series of screens for ordering a product, the session establishment time information of the network terminal is login time information, and in the validity determination step, The server, when receiving a transition command by the transmission means from two or more network terminals to which the same user is logged in, reads session information including the user ID included in the transition command from the session information database, and reads the session information. By comparing the login time information of the two or more pieces of session information and determining whether the login time information of the session information including the session ID included in the transition command is based on the latest login, the latest login is performed. Transition from network terminal corresponding to session information including time information And discriminates valid command only.
[0015]
In the screen control method according to the present invention, the verification step of verifying whether the above series of screens, when it is verified that the transition of a series of screens, perform the shift command including the session ID, the said The next screen in the series of screens is displayed on the network terminal. If the transition of the series of screens is not verified, the transition command including the session ID is not executed.
[0016]
A recording medium according to the present invention is a computer-readable recording medium that stores a program for causing a computer to execute the screen control method according to any one of claims 5 to 7.
[0017]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, the present invention will be described through embodiments of the present invention. However, the following embodiments do not limit the invention described in the claims, and all the combinations of the features described in the embodiments are necessary for solving the invention. Not necessarily.
FIG. 1 is a block diagram showing a schematic configuration of a system including a Web server according to an embodiment of the present invention. In this figure, reference numeral 12 denotes a Web server that provides Web contents via the Internet 11. Reference numeral 13 denotes a terminal 1, a terminal 2, a terminal 3,... (Hereinafter, referred to as a terminal 13) indicating network terminals that can access the Web server 12 via the Internet 11. The terminal 13 includes a display device such as a CRT (Cathode Ray Tube) or a liquid crystal display device, and an input device such as a keyboard and a mouse.
[0018]
By accessing the Web server 12 from the terminal 13 operated by the user, a login screen is displayed on the display device of the terminal 13. By inputting a user ID (identifier) and a password from the input device of the terminal 13, the user logs in to a service that is managed by the Web server 12 and that includes a series of screens for purchasing a product, for example. The Web server 12 transmits a series of screen information to the terminal 13 of the logged-in user, prompts the user to input various information, obtains information for selling the product, and receives an order for the product.
[0019]
As described above, the user can place an order for a product by accessing the Web server 12 from the terminal 13 via the network 11. At this time, the screen displayed on the display device of the terminal 13 is determined by the screen information transmitted from the Web server 12, and the control of the screen will be described below.
In the present embodiment, the screen after login is a series of screens, but this is not restrictive, and an arbitrary screen display may be the first screen in the series of screens. A browser is an example of software that displays a series of screens, and the browser includes a “back button” that returns to one or more previous screens by clicking with a mouse.
[0020]
First, a detailed configuration of the Web server 12 will be described with reference to FIG.
FIG. 2 is a block diagram illustrating a configuration of the Web server 12 according to an embodiment of the present invention. Reference numeral 21 denotes a control unit that controls data inside the Web server 12. Reference numeral 22 denotes a database including a user information database 22a that stores user information in association with a user ID, and a session information database 22b that stores session information including a session ID indicating a screen transition state. Reference numeral 23 denotes a processing program unit for storing various processing programs for performing the screen control processing. The detailed configuration of the processing program unit 23 will be described later.
[0021]
Here, the user information stored in the user information database 22a is information that can identify a user, and a user name, a password, a contact address, and the like are stored in association with the user ID. An example of the session information stored in the session information database 22b will be described with reference to FIG. FIG. 3 is a diagram illustrating a configuration example of session information according to an embodiment of the present invention. As shown in the figure, the session information is uniquely generated based on time or the like at the time of login from the terminal 13, and is updated with the transition of a series of screens displayed on the terminal 13, and the first session information in the series of screens Session establishment time (login time in the present embodiment) information, which is the time when session information including the session ID for the screen was generated, and the latest session update time, which is the latest update time information in updating the session ID following the screen transition Information and user ID information for identifying the user.
[0022]
Next, details of the processing program unit 23 will be described below.
Reference numeral 23a denotes a session information generation processing unit that generates the session information shown in FIG. 3 when a series of screens is started by a user's login. Reference numeral 23b denotes a session information management unit that updates session information based on a screen transition command received from the terminal 13. A screen control processing unit 23c generates and controls screen information to be displayed on the terminal 13 based on the session information. Specifically, screen information is generated in response to a result of processing or determination performed by another processing unit based on the session information, and transmitted to the terminal 13. Reference numeral 23d denotes a user information processing unit that refers to the user information database 22a to confirm whether the information of the user ID and the password received from the terminal 13 at the time of login is correct. Note that the user information processing unit 23d may receive the information of only the user ID or the password or the information that can identify another user, and may confirm the user.
[0023]
Reference numeral 23e denotes a session time management unit that reads out session information from the session information database 22b, and manages a session update interval with reference to the latest session update time information included in the session information. Reference numeral 23f reads out the session information including the same user ID from the session information database 22b, refers to the session establishment time information, and validates only the transition instruction from the terminal 13 corresponding to the session information including the latest session establishment time information. Is a validity determination processing unit. Reference numeral 23g indicates that when the Web server 12 receives a transition command from the terminal 13 that is displaying a series of screens, the session ID included in the transition command is compared with the session ID managed by the Web server 12, and a series of screens are displayed. This is a session information verification processing unit that verifies whether or not a transition has occurred.
[0024]
Each processing unit in the processing program unit 23 described above may be realized by dedicated hardware, and each processing unit includes a memory and a CPU (Central Processing Unit). A program for realizing the function of each processing unit may be loaded into a memory and executed to realize the function.
The memory is a non-volatile memory such as a hard disk device, a magneto-optical disk device, or a flash memory, a recording medium such as a CD-ROM, which is readable only, or a volatile memory such as a RAM (Random Access Memory). Or a computer-readable and writable recording medium by a combination thereof.
[0025]
Next, the operation of the above-described Web server 12 will be specifically described with reference to FIGS. In each figure, S i (i = 1, 2, 3,...) Of session IDs = S 1 , S 2 , S 3 ,. Corresponds to the first screen after login, unique identifier for login time and the like is S 1, by the subsequent screen transition identifier S 1 is the identifier S 2, S 3, are updated and so on.
First, the operation of the Web server 12 when the terminal 13 does not receive a screen transition instruction from the terminal 13 within a predetermined time while displaying a series of screens will be described with reference to FIG.
[0026]
FIG. 4 is a flowchart showing a flow of screen transition when the Web server 12 in one embodiment of the present invention performs time management based on session information in a series of screens. In FIG. 4, each screen displayed on the terminal 13 is a series of screens. First, the screen control processing portion 23c transmits including transmission means shift command including the session ID = S 1, the order menu screen information for buying and selling orders securities to the terminal 13. Thereby, the order menu screen is displayed on the display device of the terminal 13 (step S41). The means for transmitting the transition command is, for example, a button for transmitting a transition command of the screen to the Web server 12 by clicking on the order menu screen displayed on the terminal 13 with a mouse.
[0027]
Next, when the user clicks the button, a transition command to the next screen is transmitted to the Web server 12 via the network 11. Then, Web server 12 receives the shift command that includes the session ID = S 1. Here, the session time management unit 23e, the session information including a session ID = S 1 reference from the session information database 22b, (in this example 15 minutes) a predetermined time based on the last session update time information elapsed It is determined whether or not it has been performed (step S42).
[0028]
If you have not elapsed, the session information management unit 23b updates to the session information including the session ID = S 2. Next, the screen control processing portion 23c transmits including transmitting means shift command including the session ID = S 2, the order screen information purchase to purchase orders securities to the terminal 13. Thereby, the purchase order screen is displayed on the display device of the terminal 13 (step S43). Also, the session information including a session ID = S 2 is stored in the session information database 22b simultaneously (step S43 ').
[0029]
Next, the user, when sending a transition indication by clicking the button (transmission means) included in the Purchaser order screen, Web server 12 receives the transition instruction including the session ID = S 2. Next, as described above, the session information session time management unit 23e, based on the session ID = S 2 included in transition instruction, refers to the session information including a session ID = S 2 from the session information database 22b, Based on the latest session update time information included in the session information, it is determined whether a predetermined time of 15 minutes has elapsed (step S44).
[0030]
If not elapsed 15 minutes in the same manner as described above, the session information management unit 23b updates the session information including a session ID = S 3. Next, the screen control processing portion 23c transmits including transmitting means shift command including the session ID = S 3, the confirmation request screen information for confirming purchase orders of securities to the terminal 13. (Step S45). Also, the session information including a session ID = S 3 is stored in the session information database 22b simultaneously (step S45 ').
[0031]
Then, when sending a transition indication by the user after a lapse of 15 minutes clicks the button (transmitting means) of the confirmation request screen, Web server 12 receives the transition instruction including the session ID = S 3. Next, as described above, the session information session time management unit 23e, based on the session ID = S 3 included in transition instruction, refers to the session information including a session ID = S 3 from the session information database 22b, Based on the latest session update time information included in the session information, it is determined whether a predetermined time of 15 minutes has elapsed. In this case, since 15 minutes have elapsed, the screen control processing unit 23c stops executing the transition instruction and transmits error screen information to the terminal 13 (step S46). The terminal 13 receives the message, and an error screen including characters such as “15 minutes have passed, please log in again” is displayed on the display device of the terminal 13 (step S47).
As described above, the Web server 12 stops the transition to the next screen in a series of screens when the screen transition interval in the series of screens is equal to or longer than a predetermined time. As a result, even if the user leaves the seat for a long time while logging in to the series of screens, it is possible to prevent a false order due to impersonation of another person.
[0032]
Next, the operation of the Web server 12 when there are two or more logins with the same user ID will be described with reference to FIG.
FIG. 5 is a flowchart illustrating a flow of screen transition when the Web server 12 performs user management based on session information in a series of screens according to an embodiment of the present invention. In FIG. 5, each screen after login displayed on the terminals 1 and 13 and the terminals 2 and 13 is a series of screens. First, there is a log-in request from the terminals 1 and 13 to the Web server 12, and the Web server 12 transmits log-in screen information to the terminals 1 and 13. As a result, a log-in screen for prompting the user to input the user ID and the password is displayed on the display devices of the terminals 1 and 13 (step S51).
[0033]
Next, when the user inputs the user ID and the password from the input devices of the terminals 1 and 13, the terminal 1 and 13 enter the user ID information (hereinafter referred to as login information) including the information. The data is transmitted to the Web server 12 via the network 11. This is received by the Web server 12, and the user information processing unit 23d checks whether the login information is correct by referring to the user information database 22a. Here, if the login information is correct, the session information generation processing unit 23a generates session information including the session ID = S 1 ▲ 1 and the user ID shown in FIG. 3 (step S52). Next, the screen control processing unit 23c transmits the initial screen information to the terminals 1 and 13 including the transmission means of the transition command including the session ID = S 1 {1} and the user ID. As a result, the initial screen is displayed on the display devices of the terminals 1 and 13 (step S53). At the same time, session information including the session ID = S 1 {1} and the user ID is stored in the session information database 22b (step S53 ′).
[0034]
Next, when the user makes a login request to the Web server 12 from the terminals 2 and 13 different from the terminals 1 and 13, the Web server 12 transmits the login screen information to the terminals 2 and 13. As a result, a log-in screen for prompting the user to input the user ID and the password is displayed on the display devices of the terminals 2 and 13 (step S54). Next, when the user inputs the same user ID and password as those input at the terminals 1 and 13 from the input devices of the terminals 2 and 13, the login information including the information is transmitted to the terminals 2 and 13. The data is transmitted to the Web server 12 via the network 11. This is received by the Web server 12, and the user information processing unit 23d checks whether the login information is correct by referring to the user information database 22a.
[0035]
Here, if the login information is correct, the session information generation unit 23a generates a session information including a session ID = S 1 ▲ 2 ▼ and user ID shown in FIG. 3 (step S55). Note that the user ID included in the session information is the same as the user ID included in the session information generated in step S52. Next, the screen control processing portion 23c includes a transmitting means shift command including the session ID = S 1 ▲ 2 ▼ and user ID, and transmits the initial screen information to the terminal 2-13. As a result, the initial screen is displayed on the display devices of the terminals 2 and 13 (step S56). At the same time, the session information is stored which includes the session ID = S 1 ▲ 2 ▼ and user ID in the session information database 22b (step S56 ').
[0036]
As described above, the two terminals 13 log in to the Web server 12 with the same user ID. Thereafter, the operation of screen control for the terminals 1 and 13 and the terminals 2 and 13 performed by the Web server 12 will be described below.
First, when the user clicks a transmission unit included in the initial screen on the terminal 1/13 and a transition instruction to the next screen is transmitted from the terminal 1/13 (step S57), the Web server 12 receives the transition instruction including the session ID = S 1 {1} and the user ID. Next, the validity determination processing unit 23f refers to the session information including the user ID from the session information database 22b. In the case of the session ID = S 1 1 laden session information and the session ID = S 1 ▲ 2 session information including the is detected. Next, the effective judgment processing section 23f compares the session establishment time information contained in the two session information, the session information including a session ID = S 1 1 is not one which is generated by the latest log Determine.
[0037]
Upon receiving the determination result, the screen control processing unit 23c stops executing the transition instruction, and transmits error screen information to the terminals 1 and 13. (Step S58). The terminal 1/13 receives the message, and an error screen including characters such as "Please log in again" is displayed on the display device of the terminal 1/13 (step S59).
[0038]
When the user clicks the transmission means included in the initial screen at the terminals 2 and 13 and a transition instruction to the next screen is transmitted from the terminals 2 and 13 (step S60), the Web server 12 receives the transition instruction including the session ID = S 1 {2} and the user ID. Next, the effective judgment processing section 23f, the session information including the user ID from the session information database 22b, including the session information including a session ID = S 1 1 session ID = S 1 ▲ 2 ▼ Refer to session information. Here, the validity determination processing unit 23f compares the session establishment time information included in the two session information, and the session information including the session ID = S 1 {2} is generated by the latest login. Is determined.
[0039]
In response to the above determination result, the screen control processing unit 23c executes the above transition instruction, and transmits the next screen information including the transmission means of the transition command including the session ID = S 2 {2} and the user ID. Send it to 2.13. (Step S61). The terminals 2 and 13 receive it, and the next screen is displayed on the display device of the terminals 2 and 13 (step S62). At the same time, the session information is stored which includes the session ID = S 2 2 and user ID in the session information database 22b (step S62 ').
As described above, when there are a plurality of logins with the same user ID, the Web server 12 validates only a transition command to a series of screens by the latest login. Thus, even if the terminal currently logged in fails, it is possible to log in from another terminal and place an order on a series of screens.
[0040]
Next, an operation of screen control in the Web server 12 when the "back button" of the browser is clicked during a series of screen transitions will be described below with reference to FIG.
FIG. 6 is a flowchart showing the flow of screen transition when the Web server 12 performs screen transition management based on session information in a series of screens according to an embodiment of the present invention. In FIG. 6, each screen displayed on the terminal 13 is a series of screens. First, the screen control processing portion 23c transmits including transmission means shift command including the session ID = S 1, the order menu screen information for buying and selling orders securities to the terminal 13. Thereby, the order menu screen is displayed on the display device of the terminal 13 (step S71).
[0041]
Next, when the user clicks a button as a transmission unit, a transition instruction to the next screen is transmitted to the Web server 12 via the network 11. Then, Web server 12 receives the shift command that includes the session ID = S 1. Here, the session information verification processing unit 23g refers to the session information managed by the Web server 12 from the session information database 22b based on the user ID, and includes the session ID included in the session information and the transition instruction. Compare session IDs.
[0042]
Here, if both a session ID = S 1, the session information management unit 23b updates the session information including a session ID = S 2. Next, the screen control processing portion 23c transmits including transmitting means shift command including the session ID = S 2, the order screen information purchase to purchase orders securities to the terminal 13. (Step S72). Thereby, the purchase order screen is displayed on the display device of the terminal 13 (step S73). Also, the session information including a session ID = S 2 is stored in the session information database 22b simultaneously (step S73 ').
[0043]
Next, the user, when sending a transition indication by clicking the button of transmitting means included in the Purchaser order screen, Web server 12 receives the transition instruction including the session ID = S 2. Next, as described above, the session information verification processing unit 23g refers to the session information managed by the Web server 12 from the session information database 22b, and sets the session ID included in the session information and the session ID included in the transition command. Compare IDs. As a result of the comparison, if the same session ID, the session information management unit 23b updates the session information including a session ID = S 3. Next, the screen control processing portion 23c transmits including transmitting means shift command including the session ID = S 3, the confirmation request screen information for confirming purchase orders of securities to the terminal 13 (step S74) . Also, the session information including a session ID = S 3 is stored in the session information database 22b simultaneously (step S74 ').
[0044]
Similarly, the user, when sending a transition indication by clicking the button of transmitting means included in the confirmation request screen, Web server 12 receives the transition instruction including the session ID = S 3. Then, the session information described above similar process verification processing unit 23g, the session information management unit 23b, performed by the screen control processing portion 23c, including the transmission means of the transition command including the session ID = S 4, purchase orders of securities Is transmitted to the terminal 13 for notifying that the reception has been completed (step S75). Also, the session information including a session ID = S 4 is stored in the session information database 22b simultaneously (step S75 ').
[0045]
Here, if the user clicks with the mouse the "back button" browser, transition command including the session ID = S 3 corresponding to the previous screen from the terminal 13 is transmitted to the Web server 12 (step S76). Then, the session information verification processing section 23g, the session information managed by the Web server 12 with reference from the session information database 22b, a session ID = S 4 included in the session information, a session ID included in the shift command = Compare S 3. As a result of the comparison, since the session IDs are different, the screen control processing unit 23c stops executing the transition instruction and transmits the error screen information to the terminal 13. (Step S77). The terminals 1 and 13 receive it, and an error screen is displayed on the display device of the terminals 1 and 13 (step S78).
[0046]
As described above, when the user clicks the "back button" of the browser with the mouse while the user is displaying a series of screens on the display device of the terminal 13, the Web server 12 regards the operation as an invalid operation, An error screen is displayed on the terminal 13. Thus, it is possible to prevent the user from making a double order mistake by clicking the “back button” of the browser on a series of screens, for example, a screen for securities order.
[0047]
Next, the operation of the screen control in the Web server 12 when the "back button" of the browser is clicked during the transition of a series of screens will be described with reference to FIG. I do. The different operation is that the Web server 12 manages the screen transition by using two types of session IDs, so that when the "back button" is clicked, the case where the user can return and the case where the user cannot return are used. Action. In this embodiment, since session IDs having two different functions are used, the configuration of the session information generated by the session information generation processing unit 23a is as shown in FIG.
[0048]
In FIG. The (number) is number information uniquely determined for associating the session ID included in the transition instruction with the session information stored in the session information database 22b. The G session ID (first session ID) is an identifier uniquely generated for each series of screens. The S session ID (second session ID) is an identifier that is uniquely generated corresponding to the first screen in a series of screens and is updated with the transition of the series of screens. The latest session update time information, the initial session creation time information, and the user ID are as described with reference to FIG. Since the Web server 12 transmits the data to the terminal 13, the transmitting unit included in the screen information generated by the screen control processing unit 23c includes the session No. described above. , G session ID, and S session ID.
[0049]
FIG. 8 is a flowchart showing a flow of screen transition when the Web server 12 performs screen transition management based on session information including two session IDs in a series of screens according to an embodiment of the present invention. In FIG. 8, each screen displayed on the terminal 13 is a series of screens. First, there is a login request from the terminal 13 to the Web server 12, and the Web server 12 transmits login screen information to the terminal 13. As a result, a login screen for prompting the user to enter a user ID and a password is displayed on the display device of the terminal 13 (step S81).
[0050]
Next, when the user inputs a user ID and a password from the input device of the terminal 13, the terminal 13 transmits the information (login information) to the Web server 12 via the network 11. This is received by the Web server 12, and the user information processing unit 23d checks whether the login information is correct by referring to the user information database 22a. Here, when the login information is correct, the session information generation processing unit 23a transmits the session No. shown in FIG. , G session ID = G 1 and S session ID = S 1 are generated (step S82). In order to simplify the notation, the notations of S session ID = S 1 , S 2 , S 3 ,... Are denoted by S (1) ID, S (2) ID, S (3) ID,. Also, the G session ID is similarly described as G (1) ID.
[0051]
Next, the screen control processing unit 23c sets the session No. , G (1) ID, and S (1) generate initial screen information including transmission means of a transition command including the ID, and transmit the initial screen information to the terminal 1. Thereby, the initial screen is displayed on the display device of the terminal 1 (step S83). At the same time, the session number is stored in the session information database 22b. , G (1) ID, S (1) ID, session ID including user ID, etc. (Step S83 ').
Note that, in the transition command included in the initial screen information generated by the screen control processing unit 23c, the session information verification processing unit 23g compares the session ID managed by the Web server 12 with the session ID included in the transition instruction. , A transition command further including use session selection information of whether to use the G session ID or the S session ID. The use session selection information is information in which the selection of a session to be used corresponding to each screen is determined in advance in consideration of whether it is possible or impossible to return with the “back button”. Further, as described above, the use session selection information may be included in the transmission means, but is not limited thereto, and may be managed in the Web server 12.
[0052]
Next, when the user clicks a button that is a transmission unit in the initial screen, a transition command to the next screen is transmitted to the Web server 12 via the network 11. Then, the Web server 12 sets the session number. , G (1) ID, S (1) ID, and a transition command including the used session selection information. Next, the session information verification processing unit 23g specifies which of the G session ID and the S session ID is to be compared based on the used session selection information included in the transition command. In FIG. 8, the session is identified as a G session, and the session information verification , The session information managed by the Web server 12 is referred to from the session information database 22b, and the G session ID included in the session information and the G session ID included in the transition instruction are compared and verified.
[0053]
In FIG. 8, since both match the G (1) ID, the verification result of the G session ID is OK. Based on the result, the session information management unit 23b updates the session information including the S (1) ID to the session information including the S (2) ID (Step S84). Next, the screen control processing unit 23c sets the session No. , G (1) ID, S (2), and information terminal screen information for displaying information for ordering the purchase of securities, including means for transmitting a transition command including ID and the like, to the terminal 13. As a result, the information screen is displayed on the display device of the terminal 13 (step S85). At the same time, session information including the S (2) ID and the like is stored in the session information database 22b (step S85 ').
[0054]
Next, when the user transmits a transition instruction by clicking a button that is a transmission unit included in the information screen, the Web server 12 receives the transition instruction including the S (2) ID. Next, as described above, the session information verification processing unit 23g specifies the session ID to be verified based on the used session selection information included in the transition command. As shown in FIG. 8, this time is the S session ID, the session information verification processing unit 23g refers to the session information managed by the Web server 12 from the session information database 22b, and the S session ID included in the session information, The S session ID included in the transition command is compared. As a result of the comparison, since they have the same S (2) ID, the session information management unit 23b updates the session information with the S (3) ID (step S86).
[0055]
Next, the screen control processing unit 23c transmits, to the terminal 13, the transaction-related screen 1 information for performing a contract such as a purchase order for securities, including means for transmitting a transition command including the S (3) ID. Thereby, the transaction screen 1 is displayed on the display device of the terminal 13 (step S87). At the same time, session information including the S (3) ID is stored in the session information database 22b (step S87 ').
[0056]
Similarly, when the user transmits the transition instruction by clicking the button of the transmission means included in the transaction screen 1, the Web server 12 receives the transition instruction including the S (3) ID. Thereafter, the session information verification processing unit 23g verifies the same processing as described above for the S session ID, and the session information management unit 23b updates the session information including the S (4) ID (step S88). Next, the screen control processing unit 23c transmits to the terminal 13 the transaction-related screen 2 information including the transmission unit of the transition command including the S (4) ID. Thereby, transaction screen 2 is displayed on the display device of terminal 13 (step S89). At the same time, session information including the S (4) ID is stored in the session information database 22b (step S89 ').
[0057]
Here, when the user clicks the “back button” of the browser once with the mouse, a transition command including the S (3) ID corresponding to the transaction screen 1 immediately before the terminal 13 is sent to the web server 12. Sent. Next, the session information verification processing unit 23g compares using the S session ID based on the used session selection information included in the transition command. Next, the session information verification processing unit 23g refers to the session information managed by the Web server 12 from the session information database 22b, and determines the S (4) ID included in the session information and the S (3) included in the transition command. ) Compare IDs. As a result of the comparison, since the session IDs are different, the screen control processing unit 23c stops executing the transition instruction and transmits the error screen information to the terminal 13. The terminal 13 receives it, and an error screen is displayed on the display device of the terminal 13 (NG in step S90).
[0058]
Here, if the user clicks the “back button” of the browser twice or three times with the mouse, the S (2) ID or the S (2) ID corresponding to the information system screen or the initial screen two or three before the terminal 13 is displayed. A transition command including the S (1) ID is transmitted to the Web server 12. Next, the session information verification processing unit 23g performs comparison using the G session ID based on the used session selection information included in the transition command. Next, the session information verification processing unit 23g refers to the session information managed by the Web server 12 from the session information database 22b, and checks the G (1) ID included in the session information and the G (1) included in the transition command. ) Compare IDs. As a result of the comparison, since the session IDs are the same, the screen control processing unit 23c executes the transition instruction and transmits information-based screen information or initial screen information to the terminal 13. The terminal 13 receives it, and an information screen or an initial screen is displayed on the display device of the terminal 13 (OK in step S90).
[0059]
As described above, when the user clicks the “back button” of the browser with the mouse while the user is displaying a series of screens on the display device of the terminal 13 using the two types of session IDs, "Screens that can return" and "Screens that cannot return" can be specified. If an attempt is made to display a “screen that should not return” with a “back button”, the operation is invalidated, and an error screen is displayed on the terminal 13. Thus, when the user clicks a "back button" in a series of screens, for example, a screen for a securities order, a screen where a double order may occur is set to a "screen that must not return", and The "back button" can be used as a "screen that can be returned to" to the information system screen for presenting price information of securities and the like.
[0060]
Note that each process performed by the Web server 12 may be distributed and processed by a plurality of Web servers. Further, information for identifying a service provider that provides a service may be added to the user ID included in the session information on a series of screens. Further, the above-mentioned predetermined time may be obtained by collecting screen display time information of each user and performing statistical processing. Further, the predetermined time may be changed according to the amount of information displayed on the screen.
[0061]
In addition, a program for realizing the function of the processing unit that performs various processes by the processing program unit 23 in FIG. 2 is recorded on a computer-readable recording medium, and the program recorded on the recording medium is read by a computer system. , Each process may be performed. Here, the “computer system” includes an OS and hardware such as peripheral devices.
The “computer system” also includes a homepage providing environment (or a display environment) if a WWW system is used.
[0062]
The “computer-readable recording medium” refers to a portable medium such as a floppy disk, a magneto-optical disk, a ROM, and a CD-ROM, and a storage device such as a hard disk built in a computer system. Further, the “computer-readable recording medium” refers to a volatile memory (RAM) inside a computer system that is a server or a client when a program is transmitted through a network such as the Internet or a communication line such as a telephone line. , For a certain period of time.
[0063]
Further, the program may be transmitted from a computer system storing the program in a storage device or the like to another computer system via a transmission medium or by a transmission wave in the transmission medium. Here, the “transmission medium” for transmitting a program refers to a medium having a function of transmitting information, such as a network (communication network) such as the Internet or a communication line (communication line) such as a telephone line.
Further, the program may be for realizing a part of the functions described above. Furthermore, what can implement | achieve the function mentioned above in combination with the program already recorded on the computer system, and what is called a difference file (difference program) may be sufficient.
As described above, the embodiments of the present invention have been described in detail with reference to the drawings. However, the specific configuration is not limited to the embodiments, and includes a design and the like within a range not departing from the gist of the present invention.
[0064]
【The invention's effect】
As described above, in the Web server according to the present invention, when a series of screen display instructions are received from a network terminal, session information including a session ID indicating a screen transition state, a user ID, and session establishment time information is transmitted. Session information generating means for generating, a session information managing means for updating session information when a transition command for a series of screens is received from a network terminal, a session ID and a user ID corresponding to the next screen as a series of screens A screen control unit for generating screen information including a transmission unit for transmitting a transition command including a network command, and transmitting a transition command from the network terminal to a session for verifying whether the sequence is a series of screen transitions when a transition command is received from the network terminal Information verification means. Thereby, the Web server can verify whether the screen transition is progressing in the sequence of the series of screens, and can verify the screen transition returning to the previous screen. In addition, by providing the validity determination means, when a transition command by the transmission means is received from any of two or more network terminals logged in to the Web server by the same user, the network terminal that has established the latest session Only the transition command from is enabled, and a series of screen transitions can be controlled.
[0065]
In the Web server according to the present invention, the screen control means, in the session information verification unit, when it is verified that the transition of a series of screens, perform the shift command including the session ID, the of the series The next screen in the screen is displayed on the network terminal. If the transition is not verified as a series of screen transitions, the transition command including the session ID is not executed. Thus, the Web server can prevent a screen that is not in a sequence of a series of screens from being displayed on the user's network terminal .
[Brief description of the drawings]
FIG. 1 is a block diagram showing a schematic configuration of a system including a Web server according to an embodiment of the present invention.
FIG. 2 is a block diagram illustrating a configuration of a Web server 12 according to an embodiment of the present invention.
FIG. 3 is a diagram illustrating a configuration example of session information according to an embodiment of the present invention.
FIG. 4 is a flowchart illustrating a flow of screen transition when the Web server 12 performs time management based on session information in a series of screens according to an embodiment of the present invention.
FIG. 5 is a flowchart showing a flow of screen transition when the Web server 12 performs user management based on session information in a series of screens according to an embodiment of the present invention.
FIG. 6 is a flowchart showing a flow of screen transition when the Web server 12 performs screen transition management based on session information in a series of screens according to an embodiment of the present invention.
FIG. 7 is a diagram illustrating a configuration example of session information including two session IDs according to an embodiment of the present invention.
FIG. 8 is a flowchart showing a flow of screen transition when the Web server 12 performs screen transition management on a series of screens based on session information including two session IDs in one embodiment of the present invention.
[Explanation of symbols]
11 Network 12 Web Server 13 Terminal 1, Terminal 2, Terminal 3, ... (Network Terminal)
21 control unit 22 database 22a user information database 22b session information database 23 processing program unit 23a session information generation processing unit 23b session information management unit 23c screen control processing unit 23d user information processing unit 23e session time management unit 23f validity determination processing unit 23g session information verification processing unit

Claims (8)

ネットワーク端末に対し、情報の入力や確認等を促す一連の画面を制御するWebサーバにおいて、
前記ネットワーク端末より前記一連の画面における最初の画面の表示指令を受信した場合、該ネットワーク端末に対するセッション管理の為に画面の遷移状態を示すセッションIDと該ネットワーク端末の利用者IDおよびセッション確立時刻情報とを含むセッション情報を生成するセッション情報生成手段と、
前記ネットワーク端末より前記一連の画面における遷移指令を受信した場合、ネットワーク端末に対応するセッション情報のセッションIDの更新を行うセッション情報管理手段と、
前記セッション情報生成手段で生成された前記セッション情報と前記セッション情報管理手段で更新された前記セッション情報を格納するセッション情報データベースと、
前記ネットワーク端末に送信する画面情報において、前記一連の画面として次の画面に対応するセッションIDと利用者IDを含んだ遷移指令を送信する送信手段を含む画面情報を生成し、前記ネットワーク端末へ送信する画面制御手段と、
前記一連の画面を表示中の前記ネットワーク端末より前記送信手段による遷移指令を受信した場合、該遷移指令に含まれるセッションIDおよび前記Webサーバで管理しているセッションIDを基に、一連の画面の遷移であるかを検証するセッション情報検証手段と
前記送信手段による遷移指令を受信した場合に、該遷移指令に含まれる利用者IDを含むセッション情報を前記セッション情報データベースより読み出し、読み出したセッション情報のセッション確立時刻情報に基づき、最新のセッション確立時刻情報を含むセッション情報に対応するネットワーク端末からの遷移指令のみ有効と判別する有効判別手段と
を具備し、
前記送信手段は、表示画面上でクリックすることで前記遷移指令をWebサーバに送信する表示ボタンであり、
前記画面制御手段は、前記有効判別手段により有効と判別された遷移指令のみ実施し、前記次の画面に対応するセッションIDと利用者IDを含んだ遷移指令を送信する送信手段を含む画面情報を前記ネットワーク端末へ送信し、その他の遷移指令は実行を中止する
ことを特徴とするWebサーバ。
In a Web server that controls a series of screens that prompt the network terminal to input and confirm information,
When receiving a display command of a first screen in the series of screens from the network terminal, a session ID indicating a transition state of a screen, a user ID of the network terminal, and session establishment time information for managing a session for the network terminal. a session information generation means for generating a session information including bets,
When receiving the shift command in the series of screens from the network terminal, the session information management unit for updating the session ID of the session information corresponding to the network terminals,
A session information database that stores the session information generated by the session information generation unit and the session information updated by the session information management unit;
In the screen information transmitted to the network terminal, screen information including transmission means for transmitting a transition command including a session ID and a user ID corresponding to the next screen as the series of screens is generated and transmitted to the network terminal. Screen control means for
When receiving the shift command by the transmission means from the network terminal Showing the series of screens, based on the session ID is managed by the session ID and the Web server included in the shift command, the series of screens A session information verification unit for verifying whether the transition is performed ,
When receiving the transition command by the transmission unit, the session information including the user ID included in the transition command is read from the session information database, and the latest session establishment time is set based on the session establishment time information of the read session information. Validity determining means for determining that only the transition command from the network terminal corresponding to the session information including the information is valid ,
The transmission means is a display button for transmitting the transition command to a Web server by clicking on a display screen,
The screen control means executes only the transition command determined to be valid by the validity determination means, and outputs screen information including transmission means for transmitting a transition command including a session ID and a user ID corresponding to the next screen. The Web server transmits to the network terminal and suspends execution of other transition commands .
前記一連の画面は、商品の注文のための一連の画面であり、
前記ネットワーク端末のセッション確立時刻情報はログイン時刻情報であり、
前記有効判別手段は、同一利用者がログインしている2つ以上のネットワーク端末より前記送信手段による遷移指令を受信した場合に、該遷移指令に含まれる利用者IDを含むセッション情報を前記セッション情報データベースより読み出し、読み出した前記2つ以上のセッション情報のログイン時刻情報を比較して該遷移指令に含まれるセッションIDを含むセッション情報のログイン時刻情報が最新のログインによるものであるかの判別を行うことにより、最新のログイン時刻情報を含むセッション情報に対応するネットワーク端末からの遷移指令のみ有効と判別する
ことを特徴とする請求項1に記載のWebサーバ。
The series of screens is a series of screens for ordering a product,
The session establishment time information of the network terminal is login time information,
The validity determining means, when receiving a transition command from the transmitting means from two or more network terminals to which the same user is logged in, converts the session information including the user ID included in the transition command into the session information. The login time information of the session information including the session ID included in the transition instruction is determined by comparing the login time information of the two or more session information read from the database. The Web server according to claim 1, wherein only the transition command from the network terminal corresponding to the session information including the latest login time information is determined to be valid .
前記ネットワーク端末の利用者のパスワードを該利用者の利用者IDに関連付けて格納する利用者情報データベースと、
前記ネットワーク端末より受信したログインするための情報である利用者IDおよびパスワードが正しいことを前記利用者情報データベースを参照して確認する利用者情報処理手段と
をさらに具備し、
前記ネットワーク端末は、前記Webサーバにログインするためのログイン画面を表示して利用者に利用者IDおよびパスワードの入力を促し、入力された利用者IDおよびパスワードをネットワーク経由で前記Webサーバに送信するものであり、
前記セッション情報生成手段は、前記利用者情報処理手段により前記利用者IDおよび パスワードが正しいと確認された場合に、前記セッションIDと前記利用者IDと前記セッション確立時刻情報としてのログイン時刻情報とを含む前記セッション情報を生成し、
前記画面制御手段は、前記セッション情報生成手段で生成された前記セッションIDと前記利用者IDを含んだ遷移指令の送信手段を含む初期画面情報を前記ネットワーク端末に送信することにより、前記一連の画面における最初の画面を前記ネットワーク端末に表示させる
ことを特徴とする請求項1または請求項2に記載のWebサーバ。
A user information database that stores a password of a user of the network terminal in association with a user ID of the user;
A user information processing unit for confirming by referring to the user information database that a user ID and a password, which are information for login received from the network terminal, are correct;
Further comprising
The network terminal displays a login screen for logging in to the Web server, prompts the user to enter a user ID and a password, and transmits the entered user ID and password to the Web server via a network. Things,
The session information generating unit, when the user information and the password are confirmed to be correct by the user information processing unit , the session ID, the user ID, and login time information as the session establishment time information. Generating the session information including
The screen control unit transmits the series of screens by transmitting initial screen information including transmission means for transmitting a transition command including the session ID and the user ID generated by the session information generation unit to the network terminal. The Web server according to claim 1 or 2, wherein the first screen in (1) is displayed on the network terminal .
前記画面制御手段は、前記セッション情報検証手段において、一連の画面の遷移であると検証された場合、該セッションIDを含む遷移指令を実行し、一連の画面における次の画面を前記ネットワーク端末へ表示させ、一連の画面の遷移であると検証されなかった場合は、該セッションIDを含む遷移指令を実行しないことを特徴とする請求項1から請求項3のいずれかに記載のWebサーバ。The screen control means, in the session information verification unit, when it is verified that the transition of a series of screens, perform the shift command including the session ID, the said network terminal the next screen in the series of screens is displayed to, if not verified to be a transition of a series of screens, Web server according to any one of claims 1 to 3, characterized in that it does not perform a shift command including the session ID. ネットワーク端末に対し、情報の入力や確認等を促す一連の画面をWebサーバにより制御する画面制御方法において、
前記Webサーバが、前記ネットワーク端末より前記一連の画面における最初の画面の表示指令を受信した場合、該ネットワーク端末に対するセッション管理の為に画面の遷移状態を示すセッションIDと該ネットワーク端末の利用者IDおよびセッション確立時刻情報とを含むセッション情報を生成する生成ステップと、
前記Webサーバが、前記ネットワーク端末より前記一連の画面における遷移指令を受信した場合、ネットワーク端末に対応するセッション情報のセッションIDの更新を行う更新ステップと、
前記Webサーバが、前記生成ステップで生成された前記セッション情報と前記更新ステップで更新された前記セッション情報をセッション情報データベースに格納する格納ステップと、
前記Webサーバが、前記ネットワーク端末に送信する画面情報において、前記一連の画面として次の画面に対応するセッションIDと利用者IDを含んだ遷移指令を送信する送信手段を含む画面情報を生成し、前記ネットワーク端末へ送信する生成送信ステップと、
前記Webサーバが、前記一連の画面を表示中の前記ネットワーク端末より前記送信手段による遷移指令を受信した場合、該遷移指令に含まれるセッションIDおよび前記Webサーバで管理しているセッションIDを基に、一連の画面の遷移であるかを検証する検証ステップと
前記Webサーバが、前記送信手段による遷移指令を受信した場合に、該遷移指令に含まれる利用者IDを含むセッション情報を前記セッション情報データベースより読み出し、読み出したセッション情報のセッション確立時刻情報に基づき、最新のセッション確立時刻情報を含むセッション情報に対応するネットワーク端末からの遷移情報のみ有効と判別する有効判別ステップと
を有し、
前記送信手段は、表示画面上でクリックすることで前記遷移指令をWebサーバに送信する表示ボタンであり、
前記生成送信ステップにおいて、前記Webサーバは、前記有効判別ステップにより有効と判別された遷移指令のみ実施し、前記次の画面に対応するセッションIDと利用者IDを含んだ遷移指令を送信する送信手段を含む画面情報を前記ネットワーク端末へ送信し、その他の遷移指令は実行を中止する
ことを特徴とする画面制御方法。
In a screen control method for controlling a series of screens prompting a network terminal to input or confirm information by a Web server ,
When the Web server receives a display command of a first screen in the series of screens from the network terminal, a session ID indicating a transition state of a screen and a user ID of the network terminal for managing a session for the network terminal and a generation step of generating a session information including the session establishment time information,
The Web server, when receiving the shift command in the series of screens from the network terminal, and updating step of updating the session ID of the session information corresponding to the network terminals,
A storing step in which the Web server stores the session information generated in the generating step and the session information updated in the updating step in a session information database;
In the screen information transmitted to the network terminal , the Web server generates screen information including transmission means for transmitting a transition command including a session ID and a user ID corresponding to the next screen as the series of screens, Generating transmission step of transmitting to the network terminal;
The Web server, when receiving the shift command by the transmission means from the network terminal Showing the series of screens, based on the session ID is managed by the session ID and the Web server included in the shift command , A verification step for verifying whether the transition is a series of screens ,
When the Web server receives the transition command from the transmission unit, reads the session information including the user ID included in the transition command from the session information database, and, based on the session establishment time information of the read session information, have a <br/> effective determination step of determining that only transition information from the network terminal corresponding to the session information including the latest session establishment time information,
The transmission means is a display button for transmitting the transition command to a Web server by clicking on a display screen,
Transmitting means for executing only the transition command determined to be valid in the validity determining step in the generation and transmission step, and transmitting a transition command including a session ID and a user ID corresponding to the next screen; A screen control method , comprising transmitting screen information including the following to the network terminal, and suspending execution of other transition instructions .
前記一連の画面は、商品の注文のための一連の画面であり、
前記ネットワーク端末のセッション確立時刻情報はログイン時刻情報であり、
前記有効判別ステップにおいて、前記Webサーバは、同一利用者がログインしている2つ以上のネットワーク端末より前記送信手段による遷移指令を受信した場合に、該遷移指令に含まれる利用者IDを含むセッション情報を前記セッション情報データベースより 読み出し、読み出した前記2つ以上のセッション情報のログイン時刻情報を比較して該遷移指令に含まれるセッションIDを含むセッション情報のログイン時刻情報が最新のログインによるものであるかの判別を行うことにより、最新のログイン時刻情報を含むセッション情報に対応するネットワーク端末からの遷移指令のみ有効と判別する
ことを特徴とする請求項5に記載の画面制御方法。
The series of screens is a series of screens for ordering a product,
The session establishment time information of the network terminal is login time information,
In the validity determination step, when the Web server receives a transition command by the transmission unit from two or more network terminals to which the same user is logged in, a session including a user ID included in the transition command Information is read from the session information database , and the read login time information of the two or more session information is compared, and the login time information of the session information including the session ID included in the transition command is based on the latest login. The screen control method according to claim 5, wherein only the transition command from the network terminal corresponding to the session information including the latest login time information is determined to be valid .
前記一連の画面であるか検証する検証ステップで、一連の画面の遷移であると検証された場合、該セッションIDを含む遷移指令を実行し、一連の画面における次の画面を前記ネットワーク端末へ表示させ、一連の画面の遷移であると検証されなかった場合は、該セッションIDを含む遷移指令を実行しないことを特徴とする請求項5または請求項6に記載の画面制御方法。In the verification step of verifying whether said series of screens, when it is verified that the transition of a series of screens, perform the shift command including the session ID, the said network terminal the next screen in the series of screens 7. The screen control method according to claim 5, wherein a transition command including the session ID is not executed if the transition is not verified as a series of screen transitions . 請求項5から請求項7のいずれかに記載の画面制御方法をコンピュータに実行させる為のプログラムを記録したコンピュータ読み取り可能な記録媒体。A computer-readable recording medium on which a program for causing a computer to execute the screen control method according to claim 5 is recorded.
JP2001024919A 2001-01-31 2001-01-31 Web server, screen control method, and recording medium therefor Expired - Fee Related JP3592644B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001024919A JP3592644B2 (en) 2001-01-31 2001-01-31 Web server, screen control method, and recording medium therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001024919A JP3592644B2 (en) 2001-01-31 2001-01-31 Web server, screen control method, and recording medium therefor

Publications (2)

Publication Number Publication Date
JP2002229942A JP2002229942A (en) 2002-08-16
JP3592644B2 true JP3592644B2 (en) 2004-11-24

Family

ID=18889992

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001024919A Expired - Fee Related JP3592644B2 (en) 2001-01-31 2001-01-31 Web server, screen control method, and recording medium therefor

Country Status (1)

Country Link
JP (1) JP3592644B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6270576B2 (en) * 2014-03-24 2018-01-31 キヤノン株式会社 Information processing apparatus, control method thereof, and program

Also Published As

Publication number Publication date
JP2002229942A (en) 2002-08-16

Similar Documents

Publication Publication Date Title
US11017459B2 (en) Common purchasing user interface
US20230231841A1 (en) Co-branded signle sign-on service with sign-on tracking
US10148659B2 (en) Authentication system and method
US9613375B2 (en) Distributed commerce application-widget
US7840494B2 (en) Systems and methods for monetary transactions between wired and wireless devices
US7801775B1 (en) Method and system for authenticating users when conducting commercial transactions using a computer
US11276049B2 (en) Systems and methods for creating dynamic sessions for mobile application integration
US20020083095A1 (en) System and methods for integration of a Web site with a repository server
US20140316989A1 (en) Authenticating online users with distorted challenges based on transaction histories
US20020120864A1 (en) Automatable secure submission of confidential user information over a computer network
JP2014535103A (en) Providing user identity verification
US20020108057A1 (en) Secure user-information repository server accessible through a communications network
US20240211944A1 (en) Fraud deterrence for secure transactions
US20200242606A1 (en) System and method for improving access to financial services for children
US20240054068A1 (en) Systems and methods for software integration validation
JP3592644B2 (en) Web server, screen control method, and recording medium therefor
US9348992B2 (en) Linked identities
JP3592643B2 (en) Web server, screen control method, and recording medium therefor
JP2006309355A (en) Service system, and operating method for server device of the system
TW201837820A (en) Automatic financial transaction management system and control method thereof having a processing unit to receive an automatic transaction setting of a registered user, and transmit an adding or enabling message of host to a cloud platform system to request the cloud platform system to add or enable a virtual host
CN104995668A (en) Method and system for providing gambling games
TWM560628U (en) Correlated account transaction management system
JP2002358429A (en) Computer system, settling method registering method, admission application processing method, and account transfer setting method
CN113988829A (en) Service fee payment method and device
TW201833848A (en) System for applying certificate when trading with instant messaging and method thereof

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20040319

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040413

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040611

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20040817

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040825

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20080903

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20080903

Year of fee payment: 4

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

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

Free format text: PAYMENT UNTIL: 20080903

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: 20080903

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20090903

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20100903

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20100903

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20110903

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20110903

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20120903

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20130903

Year of fee payment: 9

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

LAPS Cancellation because of no payment of annual fees