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

Increase timeout csrf

Hello everyone.

How can I set up timeout csrf? now it's 30 minutes by default. $this->security->getSessionToken();//after 30 minutes generates new token I need to increase timeout



85.5k

tokens use sessions, so if you increate your session it will increase the totken time aswell.