PHP brings a completed API to manage the session. However, Lion has his own session facade against the native PHP session by default.
One of the main advantages of ussing the Lion session facade is to isolate session instances between application contexts. The other one is to have a session space to store context instances without interfering with other containers.