操作
Bug(バグ) #1324
完了opMemcacheSessionStorageがsession_start() 複数呼出を許容してしまう
開始日:
2010-07-13
期日:
進捗率:
100%
予定工数:
3.6 で発生するか:
Yes
3.8 で発生するか:
Unknown (未調査)
説明
Ovarview¶
opMemcacheSessionStorage allows that it calls session_start() two or more times.
opMemcacheSessionStorageがsession_start() 複数呼出を許容してしまう
Causes¶
報告元の問題はOpenPNE3.4.x のみに発生しますが、根本的な原因は opMemcacheSessionStorage が複数のセッション開始を許容していること・セッションの自動開始のオプションを無視していることにあります。
Way to fix¶
I fixed because opMemcacheSessionStorage that it not calls session_start() two or more times.
Sources¶
Web API 使用時に opMemcacheSessionStorage でnotice が発生します。 session_start() を 複数回実行しないように修正しても、今度はセッションIDが空になってしまい、エラーが発生します。 symfony の sfCacheSessionStorage と比べて実装が異なっているのも気になります。
ファイル
操作