Simple question: Is there a limit to the number of concurrent PHP sessions? If a site were to have 1000+ people logged in at the same time, would sessions still be the accepted way to store the variables, or would a different method be used?
I presume it would be determined by the server rather than the PHP itself(?), so not only the number of sessions but also the size of each session would make a difference, but im not sure!