Looking at creating my first web application using php and an opcode cache.
I vaguely understand why it's beneficial in theory.
However, in practice - how does apc work with opcodes compiled from session specific variables? If one page (say somesharedpage.php) is cached, how are variables within (that may be different for every user) treated and handled?