You are not logged in.
Hi,
I am using GLPI 10.0.9 version and installed the same on AWS EC2 server with DB (AWS RDS).
I am trying to make the GLPI web server stateless.
I wanted to store Session-Token on separate DB(like AWS Elastic Cache) rather than on EC2 server on which GLPI is running. So the DB can be shared among all the web servers.
As of now sessions are getting stored in /var/lib/glpi/_sessions.
So if anyone has implemented the similar approach please help with it.
Offline