E
E
exaller2014-09-25 15:52:05
CakePHP
exaller, 2014-09-25 15:52:05

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 question

Ask a Question

731 491 924 answers to any question