kohana-captcha icon indicating copy to clipboard operation
kohana-captcha copied to clipboard

Having php-setup session.auto_start variable = 1 causes exception

Open coert opened this issue 14 years ago • 0 comments

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.

coert avatar Oct 26 '10 20:10 coert