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

Is possible to use phalcon session in other folder and blank page?

How can i use the phalcon session in other folder and blank page? i need restrict access to this new folder project with same session.

Phalcon just provides a wrapper to built-in PHP session functionality. As long as you use the same session prefix, you should be able to access it from any folder.

Phalcon just provides a wrapper to built-in PHP session functionality. As long as you use the same session prefix, you should be able to access it from any folder.

Sounds great, if you know some documentation for to do it. please let me know. I want to integrate my other project in different folder with the same phalcon session.