You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.
Having php-setup session.auto_start variable = 1 causes exception
Captcha seems to try to restart the session, which causes an exception in the Session-class of Kohana.
See also: http://dev.kohanaframework.org/issues/3349
Quick solution is, obviously, to set session.auto_start variable = 0 in php.ini , but this really needs to be fixed in Captcha I guess.
The text was updated successfully, but these errors were encountered: