i know session variables store on the server side and cookies store on client side.
Question: If i save the total answer for a summation as a session variables, and multiple online user are using the same system for calculation, does that means that session variable will be over write by other value where other user have different summation answer?