Answer the question
In order to leave comments, you need to log in
How to get rid of periodic logout in CakePHP?
I can’t set it up in any way so that it doesn’t kick out of authorization at all. Here are my settings:
Configure::write('Session', array(
'defaults' => 'cake',
'timeout' => 999999999,
'cookieTimeout' => 999999999,
'checkAgent' => false,
'autoRegenerate' => true,
));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question