Hi
I've built a silverstripe site which is being hosted on a distributed infrastructure. Now it's deployed for testing I'm having issues with maintaining Session states across the boxes.
I've implemented memcache for the frontend stuff, and that is working well.
However, when a user logs into the CMS their logged in status is not being maintained. I presume the stuff that handles this is using Session??
Where can I switch the user authentication to instead use my Memcache server??
Cheers!