Opened 16 years ago
Closed 16 years ago
#158 closed バグ(bug) (修正済み)
IEでゲストアクセス時ページ表示できない
Reported by: | toemon | Owned by: | toemon |
---|---|---|---|
Priority: | 優先 | Milestone: | Ver.2.0.2 |
Component: | 一般 | Version: | 2.0.1 |
Severity: | 重大 | Keywords: | |
Cc: |
Description
IEを使ってゲスト権限でアクセスしたときエラーとなる。 thx takubow
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by toemon
- Priority changed from 普通 to 優先
- Severity changed from 普通 to 重大
- Status changed from new to accepted
Changed 16 years ago by toemon
comment:2 Changed 16 years ago by toemon
comment:3 Changed 16 years ago by toemon
- Summary changed from ゲストアクセス時のIEページ表示できない to IEでゲストアクセス時ページ表示できない
comment:4 Changed 16 years ago by toemon
- Resolution set to 修正済み
- Status changed from accepted to closed
r291 にて修正完了
Note: See
TracTickets for help on using
tickets.
xpressme_integration_kit/wp-content/plugins/xpressme/include/pluggable-override.phpの
get_currentuserinfo()にてwp_logout()やwp_clearcookie()でクッキークリアしちゃうと、IEでアクセスできなくなるみたいです。
添付のpatch158.zipでは
IEの場合だけ、この時点でのクッキークリアを廃止し、wp-config.php内でクッキークリアする様にしました。