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

Isolating Session Data between Applications

Hi Phalcon Tem

I'm read about Isolating Session Data between Applications, but I don't understand. Please explain more clearly

https://docs.phalcon.io/en/latest/reference/session.html#isolating-session-data-between-applications

edited Apr '14

I think the docs explain it pretty well. It will prefix the uniqueId to each session much like cache-keys prefix keys.

If you are using the files session adapter you can use

$      php -r 'echo session_save_path(), "\n";'

and use

$ less

with one of the file paths to look at the contents of the session and examine what phalcon does with the uniqueId