×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
session.save_handler defines the name of the handler which is used for storing and retrieving data associated with a session. Defaults to files . Note that ...
save_handler configuration directive which is usually files by default. Other internal session save handlers are provided by PHP extensions such as SQLite (as ...
2022/07/07 · Support Questions I'm trying to move to redis sessions as advised, but I don't seem to be able to get the diagnostics page to report Session ...
PHP sessions with Memcached, configuration guide for websites deployed on AWS.
関連する質問
2006/04/03 · Drupal tells PHP that Sessions will be handled by custom functions. This happens in two steps. Drupal sets session.save_handler='user' in sites/ ...
2019/08/19 · This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days.
2015/08/21 · Open your php.ini file and search for the line containing session.save_handler . The default value is files . You should change it to redis ...
Any session is uniquely identified for a user by session name and session ID. ... php_value session.cookie_lifetime 3600 which ... session.save_handler = redis ...