EC-CUBE / EC-CUBE/ec-cube

管理者側とフロント側のセッションの取り扱いについて

Open
#1,120 3 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
PHP
Stars
788
Forks
719
Avg merge
3d 20h
Merged PRs (30d)
45

Description

現状では同一ブラウザでフロント側がログアウトされると管理者側もログアウトされてしまう。

フロント側でログイン、ログアウトする必要がある場合、
管理者側でログインしているブラウザとは別のものを使うことで回避可能だが、
そもそも管理者側とフロント側は同一セッションを使うより別セッションを使う方が望ましい。

Contributor guide

Open the contributing guide

Research direction

Start by tracing how frontend and administrator login and logout requests create, share, and invalidate sessions. Confirm the current coupling in a reproducible browser test, then define separate session behavior for both areas and add or update tests showing that logging out of one does not log out the other.

Written by the indexing model from the issue text.

Assessment

Tech stack
php, symfony
Domain
authentication, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.