Opened 14 years ago
Closed 14 years ago
#395 closed 要望(request) (fixed)
auto logout happens because register_globals is turned ON in php.ini.
Reported by: | toemon | Owned by: | toemon |
---|---|---|---|
Priority: | 普通 | Milestone: | Ver.2.4.0 |
Component: | 一般 | Version: | |
Severity: | 普通 | Keywords: | |
Cc: |
Description
register_globalsがONの場合WordPressのwp_unregister_GLOBALSにより
セッションがクリアされるために発生するものであるが、
WordPress側の処理が終わった時点で、セッションを回復するように修正する。
Change History (1)
comment:1 Changed 14 years ago by toemon
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [696]) restore a session erased by wp_unregister_GLOBALS fixed#395