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

Session cookie name

Hi.

How can I set the session cookie name? Currently it defaults to PHPSESSIONID.



3.0k

You can change it natively by session_name() function in bootstrap file.