Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 105877 программистов и 9183 робота. Сейчас ищет 3141 программист ...
Sessions support
Вернуться к: Memcached
Memcached provides a custom session handler that can be used to store user sessions in memcache. A completely separate memcached instance is used for that internally, so you can use a different server pool if necessary. The session keys are stored under the prefix memc.sess.key., so be aware of this if you use the same server pool for sessions and generic caching.
-
session.save_handlerstring -
Set to memcached to enable sessions support.
-
session.save_pathstring -
Defines a comma separated of hostname:port entries to use for session server pool, for example "sess1:11211, sess2:11211".
Вернуться к: Memcached