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

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -