Closed (won't fix)
Project:
Memcache API and Integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2010 at 11:53 UTC
Updated:
15 Jan 2017 at 15:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
catchComment #2
jeremy commentedWith this patch in place, I've started seeing the following PHP notice when I log out:
We could use $user->session_data_present_at_load to determine whether or not $session->sid is available and avoid this error.
Otherwise, I'm not seeing any problems introduced by this patch.
Comment #4
jeremy commentedFixed & committed:
http://drupal.org/cvs?commit=465158
Thanks, Nat!
Comment #5
jeremy commentedMarking as "to be ported" to remember that this still needs to be ported to D7.
Comment #6
ogi commentedsubscribe
Comment #7
markpavlitski commentedPatch for latest 7.x-dev attached.
Comment #8
pwaterz commented@markpavlitski What the state of that patch? How much testing has been done it?
Comment #9
markpavlitski commented@pwaterz personally I've done a reasonable amount of testing against it (at the time of submission) and have been using it in a production environment.
I can't vouch for it now however as there have been a slew of fixes and changes to the module over the last few months.
Unfortunately I don't have much spare time to work on this at the moment.
Comment #10
pwaterz commentedThanks Mark, that exactly what I needed to know. I have big push from my company to get this working, so I will most likely be putting some time into getting the sessions working in the next few weeks.
Comment #11
tsphethean commentedHad a go at re-rolling the patch from #7 against the latest 7.x-1.x branch.
Will be do some further testing on this soon hopefully.
Comment #12
pwaterz commentedJust though I would note that we switched to using the memcache_storage module instead of this one because this one seems to be abandoned. Have had zero issue since we made the switch. Session handling works perfect.
Comment #13
tsphethean commentedThanks @pwaterz, will take a look at memcache_storage.
Comment #14
jeremy commentedMemcache module doesn't support sessions.
Comment #15
damienmckenna"Closed (won't fix)" is the appropriate status if the proposed change isn't going to be included.