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 .

http://cakephp.lighthouseapp.com/projects/42648/tickets/1173-cakesession-circular-dependancy-race-condition-or-infinite-loop

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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -