Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to specify session.save_handler in php.ini

0 views
Skip to first unread message

Andy Dufresne

unread,
Jan 26, 2015, 11:41:49 AM1/26/15
to
The http://php.net/manual/en/memcached.sessions.php documentation defines session.save_handler as a string, so should we use quotes around it in php.ini?

What is correct?

session.save_handler = memcache
or
session.save_handler = "memcache"

Thanks
0 new messages