I need to store several small string variables into session variables (probally no more than 5 variables for each visitor, lilely will have no more than 30 - 40 concurent users). How will this affect server performance and inpact scalability if I need to handle more users?
Thanks
Thanks