Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Noob's avatar
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

0 likes
0 replies

Please or to participate in this conversation.