php - How does WordPress handle global variables that are specific to sessions and not overridden by concurrent users? -


i'm looking in core global $post object being set i'm not sure or logic would handle concurrent users. i'm assuming creates multiple global $post objects various requests , perhaps tie $_session variable.

i'm trying understand how wordpress gets away using global variables in application , being able scale.


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -