Why not storage PHP SESSION on a NFS Volume? [closed]
I know the best way for storage PHP SESSION is "handle in memcached" in PHP cluster. But, I want to know whether anyone storage PHP SESSION files in NFS (Networked File System), GFS or HDFS ? I want to know whether it had some risk? or performance not well? I think it can be provide SSO. The short answer is that you shouldn't use something like NFS for session management because it doesn't handle locking correctly on the distributed session files that could be accessed by any of the client servers. Plus, a lot of solutions don't correctly handle asynchronous reads. Plus, if your networked file