So brief background, we have 8 apache web servers that use a shared NFS drive where the PHP session are stored, instead of suing sticky session on a load-balancer etc. We get traffic in excess of with over 100k unique visitors per day.
So my question is given the nature of this stack is it probable that multiple users could be assigned the same session ID and potentially vulnerable to 1 users being assigned the same session as another user?