Zachary Marshal Rankin

Results 12 comments of Zachary Marshal Rankin

I think the fix @yatsukhnenko is referring to is related to this change https://github.com/phpredis/phpredis/issues/2141 ... I am running into this on Heroku, and I think this could solve my issue...

Hey @mdahlke I had to create my own session handler https://www.php.net/manual/en/class.sessionhandlerinterface.php that uses an instance of phpredis with the proper SSL connection settings. Definitely not ideal, but here is an...