Aug 2, 2018
0
Level 1
Using aerospike as a session storage
We are using redis to save the session data. Now, we want to move to aerospike for doing the same. However, there is no aerospike service provider available.
The aerospike documentation suggests using session_start to use the sessions. However, we are using lumen in a stateless environment. Any suggestions on how to do that.
https://github.com/aerospike/aerospike-client-php/blob/7.0.4/src/tests/AerospikeSession.inc
Please or to participate in this conversation.