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 lost when I open console

Hello,

I'm using dispatcher and ACL as it is done in INVO example. I've got problem that when I open console in chrome I lost my session auth. How to fix that?

Do you have a favicon.ico in your document root? Any 404 requiring attention?

I don't have favicon.ico neither 404. I just want to debug ajax query results

Then add a favicon.ico to the document root

It doesn't help