Project

General

Profile

Bug(バグ) #434

The session timeout of pc_frontend does not became enabled. (pc_frontendのセッションタイムアウトが有効にならない)

Added by pnetan   over 13 years ago. Updated over 13 years ago.

Status:
Fixed(完了)
Priority:
Normal(通常)
Target version:
Start date:
2010-01-05
Due date:
% Done:

100%

3.6 で発生するか:
Unknown (未調査)
3.8 で発生するか:
Unknown (未調査)

Description

http://sns.openpne.jp/?m=pc&a=page_fh_diary&target_c_diary_id=23069 より転記

事象
OpenPNE3.2.0でpc_frontendのセッションタイムアウトが有効にならない。
(factories.ymlにtimeoutの設定を付与)

pc_backendは同じ設定で有効になりました。

補足
factories.yml修正→symfony cc行った後、セッションタイムアウトが
有効になっていない事を確認しました。

環境
OS : Windows XP
サーバー : Apache2.2
DB : MySQL5.1
PHP : PHP5.2.9 

Related issues

Related to OpenPNE 3 - Backport(バックポート) #663: The session timeout of pc_frontend does not became enabled. (pc_frontendのセッションタイムアウトが有効にならない) Fixed(完了) 2010-02-16
Related to OpenPNE 3 - Backport(バックポート) #664: The session timeout of pc_frontend does not became enabled. (pc_frontendのセッションタイムアウトが有効にならない) Fixed(完了) 2010-02-16

Associated revisions

Revision 5b058bee (diff)
Added by Masato Nagasawa over 13 years ago

fixed the timeout was invalid in the sfOpenPNESecurityUser (fixes #434)

History

#1 Updated by Masato Nagasawa over 13 years ago

  • Status changed from New(新規) to Accepted(着手)
  • Assignee set to Masato Nagasawa

sfOpenPNESecurityUserクラスでタイムアウトが考慮されていないのが原因です。
セッション情報の sfOpenPNESecurityUser ネームスペースが削除されていないために、
setIsSNSMember メソッド内で $this->addCredential('SNSMember') としてログイン状態になっています。

#2 Updated by Masato Nagasawa over 13 years ago

  • Status changed from Accepted(着手) to Pending Review(レビュー待ち)
  • % Done changed from 0 to 50

更新履歴commit:"5b058bee04e63bd4766455eb49922c0752b4100b"で適用されました。

#3 Updated by Masato Nagasawa over 13 years ago

  • Subject changed from pc_frontendのセッションタイムアウトが有効にならない to The session timeout of pc_frontend does not became enabled. (pc_frontendのセッションタイムアウトが有効にならない)

#4 Updated by Kousuke Ebihara over 13 years ago

  • Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
  • Target version set to OpenPNE 3.5.0

#5 Updated by Mutsumi Imamura over 13 years ago

  • Status changed from Pending Testing(テスト待ち) to Fixed(完了)
  • % Done changed from 50 to 100

動作テストOKです。

Also available in: Atom PDF