Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

セッションハンドラのオプション化 #1719

Closed
chihiro-adachi opened this issue Aug 31, 2016 · 1 comment
Closed

セッションハンドラのオプション化 #1719

chihiro-adachi opened this issue Aug 31, 2016 · 1 comment
Labels
enhancement 機能追加
Milestone

Comments

@chihiro-adachi
Copy link
Contributor

#1638

標準ではセッションハンドラはNativeFileSessionHandlerを利用している。
これを、設定によりmemcachedやredis等に切りかえられるように対応する。

custom-session-configurations
http://silex.sensiolabs.org/doc/providers/session.html#custom-session-configurations

デフォルトの挙動は、これまでどおり、NativeFileSessionHandlerを利用する
他のセッションハンドラに変更する場合は、save_handlerおよびsave_pathオプションで、使用するハンドラを設定する

設定例

session_handler:
    enabled: true
    save_handler: redis
    save_path: 127.0.0.1:6379
  • enabled
    • 他のセッションハンドラを利用する場合, true
  • save_handler:
    • 使用するハンドラ
  • save_path:
    • ハンドラの設定

備考

@chihiro-adachi
Copy link
Contributor Author

#1720 で対応

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 機能追加
Projects
None yet
Development

No branches or pull requests

2 participants