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?

Recommended Answers

All 2 Replies

Thanks pritaeas ;)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.