CakePHP: Error when set Configure::write('Session.timeout', 0 ) -
i use both version on windows , ubuntu. met error on both. error
http://i.stack.imgur.com/fcpfk.png.
i can reproduce error when set session.timeout = 0 (session must save database ) refresh page 2 times , report cakephp lighthouse markstory don't happen same .
i happy if can fix matter o_o.
today, found out matter ^^. if save session in database , configure::write('session.timeout', '0'); , important, set public $cachequeries = true; in 'app\app_model.php'. refresh browser 2 times ,error happen.
Comments
Post a Comment