自動ログインが1時間で切れる
Open
bug
bug:Low
good-first-issue
- Dominant language
- PHP
- Stars
- 788
- Forks
- 719
- Avg merge
- 4d 4h
- Merged PRs (30d)
- 39
Description
### 概要(Overview)
remember_meのlifetimeのデフォルト値が3600で設定されており、デフォルトだと実質意味がない状態になっている
https://github.com/EC-CUBE/ec-cube/blob/4.2/app/config/eccube/packages/security.yaml#L48
symfonyのドキュメントどおり1週間程度が望ましいのではないか。
https://symfony.com/doc/current/security/remember_me.html
### 再現手順(Procedure)
- フロントのログインページにアクセス
- 次回から自動でログインする、にチェックをいれログインを行う
- cookieの、eccube_remember_meの有効期限が1時間後になっている
### 環境(Environment)
EC-CUBE:4.2
Contributor guide
Assessment
This issue has not been assessed yet.