Tagged Questions
6
votes
4answers
2k views
Are PHP sessions hard to scale across a distributed system?
At work we do almost everything in Java and perl, but I wanted to build out a feature using PHP and sessions. Some peeps thought that it was a bad idea to try to do PHP sessions on our system, cause ...