We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

how to get session values from session string?

Hi,

Phalcon stores session values in the string (in Files or DB) with unknown for me encoding algorithm... How to convert that string back to session values in PHP cli app?

Thank you.



791
Accepted
answer

Resolved... Session data was encrypted with suhosin. To disable encryption add to php.ini:

suhosin.session.encrypt = Off