Dear experts,
How to make my $this->session last a little longer?
My session timeout is too fast.
Thank you.
Jim
You could check the Incubator Session Adaptor examples -> https://github.com/phalcon/incubator/tree/master/Library/Phalcon/Session/Adapter
I'm ended setting session.gc_maxlifetime to a higher value in php.ini
That was solve my problem.
Thanks @Daniel