summaryrefslogtreecommitdiff
path: root/core/config/session.php
AgeCommit message (Collapse)Author
2008-12-17Fix some lint errorsBharat Mediratta
2008-12-17Switch from cookie sessions to database sessions. We can't use cookieBharat Mediratta
sessions; it encodes all the value into the cookie which means little/no security, transfer costs, and storage limits.