Nothing will be permanently saved in either place. There is a variable called $_SESSION[], which is an array, and you are setting the key "name" to the value 'John'. It will have the value 'John' while the php script is executing (unless you change it further down in code). This is all happening server-side. Nothing is happening on the client computer.
cscgal
The Queen of DaniWeb
19,432 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 230