summaryrefslogtreecommitdiff
path: root/includes/session.inc
Commit message (Expand)AuthorAge
...
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ...Dries Buytaert2008-08-21
* - Patch #293421 by Bart Jansens: fixed documentation of sess_count().Dries Buytaert2008-08-12
* - Patch #213699 by Damien Tournoud, c960657: fixed race condition in sess_wri...Dries Buytaert2008-07-11
* - Patch #245504 by catch, David_Rothstein, Freso, et al: removed the throttle...Dries Buytaert2008-04-16
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discu...Dries Buytaert2008-04-14
* - Patch #218116 by greggles: document session_save_session().Dries Buytaert2008-02-17
* - Patch #221364 by chx: removed PHP 4.3 workaround. Oh, yeah.Dries Buytaert2008-02-14
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
* security fixes forward ported from Drupal 5.2 - previously not committed part...Gábor Hojtsy2007-12-05
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Ora...Dries Buytaert2007-08-12
* - Patch #40545 by Moshe: reduces contention in the users table.Dries Buytaert2007-07-23
* - Patch #142773 by kbahey: made Drupal work correctly when behind a reverse p...Dries Buytaert2007-05-25
* - Patch #139517 by Grugnog2: improved code comment.Dries Buytaert2007-04-27
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
* - Patch #90612 by Bart Jansens: user_logout should only end the current session.Dries Buytaert2006-12-04
* #93945 by chx. Save sessions before objects are destroyed on some configurati...Neil Drumm2006-11-11
* #91046 by jvandyk. Fix handling of expired sessions.Neil Drumm2006-11-07
* - Patch #87372 by drumm: Broken loginKjartan Mannes2006-10-25
* - Patch #87372 by crunchywelch: work around PHP session bug.Dries Buytaert2006-10-24
* - Patch #77936 by moshe and rdouglass: pluggable session handling.Dries Buytaert2006-08-31
* #79511 by timcn. Clean up some notices.Neil Drumm2006-08-21
* - Patch #79166 by hunmonk: fixed session breakage.Dries Buytaert2006-08-18
* - Patch #node/76931 by Robert: improved performance of Drupal's session handl...Dries Buytaert2006-08-16
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
* #58166, fixes for typos, patch by Uwe HerrmannGerhard Killesreiter2006-04-11
* - Patch #41870 by fgm: improved debugging support.Dries Buytaert2006-02-20
* - Pach #44947 by Moshe: fixed bug with session handling.Dries Buytaert2006-02-17
* - Patch #44947 by rkerr / Moshe: fixed race condition in session handling, re...Dries Buytaert2006-02-10
* - Patch #44379 by Moshe: code improvements: always grant the 'authenticated u...Dries Buytaert2006-01-21
* - Patch 42115 by Cvbge/ m3avrck: improved performance of session loading.Dries Buytaert2005-12-31
* - Patch #35354 by Moshe/chx: only update the last access time for authenticat...Dries Buytaert2005-10-28
* - Patch #29385 by chx: no ?> add end of files.Dries Buytaert2005-08-25
* - Patch by Thomas: always use db abstraction layerDries Buytaert2005-08-10
* - Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidiedDries Buytaert2005-06-22
* - User module improvements: added an 'access' column to the users-table toDries Buytaert2005-05-07
* - Patch #19298 by Jeremy: loose caching!Dries Buytaert2005-04-11
* - Simplified the session code (PostgreSQL update).Dries Buytaert2005-03-01
* - Missing '>' (reported by Goba)Steven Wittens2005-03-01
* #17747: PGSQL improvementsSteven Wittens2005-02-28
* - Patch #15399 by adschar: fixed PHP5 error when a new session is inserted in...Dries Buytaert2005-01-10
* - Patch #15399 by adschar: fixed PHP5 error when a new session is inserted in...Dries Buytaert2005-01-10
* - Performance improvement: made 'sid' the primary key of the sessions table.Dries Buytaert2004-11-07
* - Patch by JonBob: for consistency and readability, add brief descriptions of...Dries Buytaert2004-08-21
* - 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 4859: new drupal_unpack() consolidates duplicate code and makes itDries Buytaert2004-01-13
* - 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
* - Improved module loading when serving cached pages. Moshe's bootstrap patch.Dries Buytaert2003-11-18