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?
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
Comment #1
catchSession 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.
Comment #2
ashokpola commentedHave applied the mentioned patch but still no luck. Any other suggestions?
Comment #3
jeremy commentedClosing this out; the memcache module doesn't support sessions.