Hello,
After installing memcache module, the sessions are not getting shared between http & https. User login page is on https & rest of the site is on http.
Any ideas/suggestions?

Comments

catch’s picture

Session support has not been fully ported to 7.x and I've just moved it to an /unstable folder to make this more clear.

You can help by reviewing/testing the latest patch at #656838: [META] Port sessions to D7 . Also note that the core database session backend has a similar problem to the one you reported - #1131986: Session handling fails on multiple switches between http / https, so I'd want to see that fixed before trying to solve it in memcache, to stay as consistent as we can.

ashokpola’s picture

Have applied the mentioned patch but still no luck. Any other suggestions?

jeremy’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Closing this out; the memcache module doesn't support sessions.