Reputation: 8688
I recently ran in a problem and I've been trying to resolve it with out any luck. I'm, trying to share the php session across several servers php/apache level on all server using GlusterFS,however, although the session is accessible on all servers the session does not get transfer once I hit a different sever. I get logged off.
Upvotes: 3
Views: 1951
Reputation: 401182
Generally, when people want to use load-balancing, and they want one user balanced to several servers, they store sessions :
I don't know about GlusterFS (I have actually never heard of it), but I've seen sessions stored in either database and memcached, and those work quite fine.
Would one of those solutions not be OK for you ?
Upvotes: 7