We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#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
備考
The text was updated successfully, but these errors were encountered:
#1720 で対応
Sorry, something went wrong.
No branches or pull requests
#1638
標準ではセッションハンドラはNativeFileSessionHandlerを利用している。
これを、設定によりmemcachedやredis等に切りかえられるように対応する。
custom-session-configurations
http://silex.sensiolabs.org/doc/providers/session.html#custom-session-configurations
デフォルトの挙動は、これまでどおり、NativeFileSessionHandlerを利用する
他のセッションハンドラに変更する場合は、save_handlerおよびsave_pathオプションで、使用するハンドラを設定する
設定例
備考
The text was updated successfully, but these errors were encountered: