php - Super globals, are they common to all clients? -


are super globals such $_post or $_session common clients or web server have "under hood" method creating new contexts each request?

for example, i'm working on site users can browse content on site must login make changes. login done through ajax. lets imagine 2 users "a" , "b", using different computers, have both logged in , navigate same part of site has form can add information, new concert listing. each form sent via ajax php file processing. because both forms instances of same form keys same. user "a" fills out form , submits first. key:value pairs of form in $_post variable. after user "b" submits form different set of values. did user "b" overwrite of form data in $_post super global user "a" had written?


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -