+ 1
Sessions limit in php
Please us there any limit to the amount if sessions you can insert in php? if yes, what is the limit?
2 ответов
+ 2
There is no limit in how many but there is limit in how MUCH.
you can have as many sessions as you want as long as your script doesn't need more than 128MB of memory.
+ 1
nope