Author Topic: How to use memcached/redis to store sessions instead of in files.  (Read 4257 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Does anyone have any knowledge of doing this and is willing to share it.

Offline
*****
Re: How to use memcached/redis to store sessions instead of in files.
« Reply #1 on: June 03, 2020, 03:05:31 AM »
they are in memory cache

Offline
*
Re: How to use memcached/redis to store sessions instead of in files.
« Reply #2 on: June 03, 2020, 12:17:18 PM »
I see session files under users tmp folder which I want to avoid by making sessions memory resident.