Hey Guys,
I have coded my site (not finished) using sessions, probably about 50-100 variables. Obviously, session variables are stored on the server side etc… My question is: Should I be using cookies (if they’re client side) or something else instead because I have so many variables? If I have 1000 users (or even more) online at once will it overload my server?
The Servant
I have coded my site (not finished) using sessions, probably about 50-100 variables. Obviously, session variables are stored on the server side etc… My question is: Should I be using cookies (if they’re client side) or something else instead because I have so many variables? If I have 1000 users (or even more) online at once will it overload my server?
The Servant
Comment