summaryrefslogtreecommitdiff
path: root/includes/session.inc
Commit message (Collapse)AuthorAge
* - Performance improvement: made 'sid' the primary key of the sessions table.Dries Buytaert2004-11-07
| | | | | | | | | That should improve performance of session handling as well improve performance of the "Who's online"-block. Drupal.org's sessions table contains appr. 40.000 sessions on a slow day and rendering the "Who's online"-block became a performance bottleneck. This change has yet to be tested on a busy site so things might go wrong.
* - Patch by JonBob: for consistency and readability, add brief descriptions ↵Dries Buytaert2004-08-21
| | | | of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
* - Added support for multiple user roles. Patch by Jim Hriggs.Dries Buytaert2004-05-10
|
* - Fixed bug in session query that prevented sessions to work on PostgreSQL.Dries Buytaert2004-01-17
| | | | Patch by Adrian.
* - Patch 4859: new drupal_unpack() consolidates duplicate code and makes itDries Buytaert2004-01-13
| | | | | easy to show avatars next to nodes and comments. Patch by Moshe. As a showcase, maybe Xtemplate should have an option to enable/disable avatars?
* - Fixed bug 4745: undefined warning in sess_read().Dries Buytaert2004-01-11
|
* - Fixed race condition in session handler. Patch by Kjartan.Dries Buytaert2003-12-13
|
* - Fixes bug #4100: First visit to site results in 'access denied' page.Kjartan Mannes2003-11-18
| | | | | - Fixed sess_write(). - Removed dead code in index.php.
* - Improved module loading when serving cached pages. Moshe's bootstrap patch.Dries Buytaert2003-11-18
- Used legend and fieldset tags for the configuration page.