Skip to content

Commit

Permalink
Merge pull request #4572 from h-kida/h-kida/session_save_path
Browse files Browse the repository at this point in the history
NativeFileSessionHandlerの引数へSessionのsave_pathを設定
  • Loading branch information
okazy authored Jun 12, 2020
2 parents e37c136 + 2eb60d1 commit aa7f803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/config/eccube/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ services:

native_file_session_handler:
class: Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler
arguments:
- '%session.save_path%'

Eccube\Session\Storage\Handler\SameSiteNoneCompatSessionHandler:
arguments:
Expand Down

0 comments on commit aa7f803

Please sign in to comment.