954,566 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

when to use session and cookies variables ?

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?

k_en
Light Poster
35 posts since Jul 2005
Reputation Points: 13
Solved Threads: 0
 

Do you mean if one user's action will change the other's session value?

Server will creates a new Session for each new user, and destroys the Session when it is expires. User cannot modify the other users' seesion value.

todaydvd
Newbie Poster
12 posts since Mar 2007
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You