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 -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -