Hi there
I just need some clarification on sessions. If I have $_SESSION = $_POST; in my php will it $_SESSION be created numerous times on different pc's?
For example:
Joe submits a form and $_SESSION is created with Joe being the value.
Then Suzy submits a form and $_SESSION is created with Suzy being the value.
The value of Joe won't be overwritten with Suzy will it?