hello,
I was just wondering that if one uses sessions then it's the server which is keeping track of all session variables for all users. right?
So if this is the case then if a site is using say 20 session variables(per user), won't this increase the load on the server? keeping this in mind.. what would be the limit on the number of session variables... assuming that each variable is a string of no more than 6 chars.
thanks

