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
Post a Comment