Last year, we've run into problems regarding the session data becoming
so big that voters can no longer cast their ballot.
That said, can we just save the session data to the database by
default like we did in Feb 2009?
This will make the behavior of the system more predictable regardless
of the browser used (MS IE vs Firefox).
-Darwin
Yes, I agree. That way, forgetting to configure the session database
will not cause problems.
--
Waldemar Amado Bautista
Yeah. I also noticed that the CAPTCHA data is being stored using CI
sessions, which is a big security hole
Okay.
> Yeah. I also noticed that the CAPTCHA data is being stored using CI
> sessions, which is a big security hole
In CI 2.0, the CAPTCHA plugin is converted to a helper and the data is
now stored in the database. I think we can use it in Halalan 1.x.x.
--
Waldemar Amado Bautista