Closed (fixed)
Project:
Memcache API and Integration
Version:
7.x-1.x-dev
Component:
memcache-session.inc
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2012 at 22:00 UTC
Updated:
3 May 2013 at 03:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchThe demonstrable problem is easily seen by enabling the memcache session handler, then all dates on all nodes will appear to use the site-wide timezone instead of the one in the user profile. So basically if you use the memcache session handler all timezones are incorrect for users.
Comment #2
markpavlitski commentedCore session.inc sets the timezone in both drupal_session_initialize() and drupal_session_regenerate().
Comment #3
markpavlitski commentedComment #4
sd46 commentedPatch in #2 is ok, and should be applied to bring this into line with how the Drupal 7 session handler currently works.
Comment #5
jeremy commentedThanks! Patch committed:
http://drupalcode.org/project/memcache.git/commit/bcd9c75