I've set my values in my PHP.ini
as shown below. Redis works and the sessions work.
Now what I really wonder is How do I know that sessions are being handles & stored at Redis?
I've searched everywhere and I cant find how would I validate that is working with Redis.
I need to be able to check somehow that the sessions are stored there.
session.save_handler = redis
session.save_path = "tcp://host1:6379"
extension=redis.so
my PHP info shows
session.name PHPSESSID PHPSESSID