summaryrefslogtreecommitdiff
path: root/includes/session.inc
Commit message (Collapse)AuthorAge
* Drupal 7.34David Rothstein2014-11-19
|
* Drupal 7.24David Rothstein2013-11-20
|
* Issue #1317628 by Albert Volkman, Gaelan, disasm, mjonesdinero, xjm: Clean ↵Jennifer Hodgdon2013-01-16
| | | | up API docs for include files n-z
* Issue #1688036 by lucascaro, sun: Fixed Session regenerate and destroy ↵webchick2012-08-18
| | | | functions do not adhere to drupal_save_session().
* Issue #1050746 by grendzy, xjm, Everett Zufelt: Fixed HTTPS sessions not ↵webchick2012-03-23
| | | | working in all cases.
* Issue #825972 by daniels220, Reidsy, jhodgdon: Fixed ↵webchick2011-09-30
| | | | sess_write()/sess_read() documentation should recommend instead.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Rollback of accidentical commit #1064882.Dries Buytaert2011-02-19
|
* - Patch #880278 by RoboPhred: cleanup _locale_import_read_po().Dries Buytaert2011-02-19
|
* #575280 follow-up by mfb, carlos8f: Empty session IDs break Drupal. ↵Angie Byron2010-11-13
| | | | (courtesty of BADCamp 2010 woo)
* - Patch #575280 by mfb, carlos8f, chx, bleen18: impersonation when an https ↵Dries Buytaert2010-11-05
| | | | session exists.
* #744384 by c960657: Do not write unchanged sessions to the database.Angie Byron2010-10-15
|
* - Patch #846330 by sun: proper wrapping of phpDoc.Dries Buytaert2010-09-17
|
* - Patch #855394 by aspilicious: fix newlines in session.inc.Dries Buytaert2010-07-16
|
* - Patch #846330 by JacobSingh, Gábor Hojtsy: impossible to log in with ↵Dries Buytaert2010-07-07
| | | | default PHP settings due to cookie lifetime.
* - Patch #801278 by mfb, marcingy: authenticated users getting 'less random' ↵Dries Buytaert2010-06-27
| | | | session IDs.
* - Patch #813492 by chx, Damien Tournoud, justinrandell: HTTPS sessions use ↵Dries Buytaert2010-06-14
| | | | an invalid merge query.
* - Patch #742246 by jbrown, noahb, aspilicious, alexanderpas, rfay:handle ↵Dries Buytaert2010-06-05
| | | | uncaught exceptions.
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* - Patch #763048 by catch: critical bug: remove drupal_unpack()() due to ↵Dries Buytaert2010-04-13
| | | | namespacing collisions.
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #721436 by catch, chx, sun, eojthebrave, David_Rothstein, moshe ↵Dries Buytaert2010-04-07
| | | | weitzman: remove magical fairy saving of cruft from user_save().
* - Patch #578212 by marcvangend, scor: fixed SA-CORE-2010-001, blocked user ↵Dries Buytaert2010-03-09
| | | | session regeneration.
* #710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown ↵Angie Byron2010-02-17
| | | | functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* #681134 by moshe weitzman: Fixed stop issuing headers to CLI clients.Angie Byron2010-01-14
|
* - Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups.Dries Buytaert2009-12-30
|
* - Patch #655212 by chx: remove unused and broken drupal_session_count().Dries Buytaert2009-12-12
|
* #575280 follow-up by mfb and chx: Fixed impersonation attack when an https ↵Angie Byron2009-11-04
| | | | session exists.
* - Patch #584966 by mr.baileys, sun: add doxygen group for PHP function ↵Dries Buytaert2009-09-28
| | | | wrappers in Drupal.
* - Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL ↵Dries Buytaert2009-09-05
| | | | support a bit easier by providing two cookies and ... hook_goto_alter.
* - Patch #477944 by DamZ: more streamlining and clean-up of session handling ↵Dries Buytaert2009-07-01
| | | | code.
* - Patch #477944 by Damien Tournoud: fix and streamline page cache and ↵Dries Buytaert2009-06-02
| | | | session handling.
* - Patch #422374 by JamesAn: convert to use the new static caching API.Dries Buytaert2009-04-03
|
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵Dries Buytaert2009-01-19
| | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
* - Patch #280934 by pwolanin, swentel, et al: harden session regeneration. ↵Dries Buytaert2008-11-24
| | | | It took a while, but it comes with tests and extra features now.
* - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.Dries Buytaert2008-11-11
|
* - Patch #297860 by Damien Tournoud: converted session.inc to the new ↵Dries Buytaert2008-11-01
| | | | database abstraction layer.
* #293612 by egfrith: user_authenticate() should work when is empty.Angie Byron2008-10-11
|
* - Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node ↵Dries Buytaert2008-09-27
| | | | edit forms easier. DX improvement.
* - Patch #309488 by kbahey: correct capitalization of TRUE and FALSE.Dries Buytaert2008-09-19
|
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* - Patch #253702 by Damien Tournoud et al: further clean-up of the session ↵Dries Buytaert2008-09-15
| | | | handling code.
* - Patch #253702 by jscheel, gpk: clarified session handling functions.Dries Buytaert2008-09-08
|
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* #297860 by catch: Reverting reversion to reverted DBTNG stuff. Tests should ↵Angie Byron2008-08-31
| | | | pass now.
* - Patch #297860 by Damien Tournoud: sess_write should use a db_merge().Dries Buytaert2008-08-23
|