PHP Session in Depth
There are a few articles out there that delve bit deeper into the mechanism of php session, like customized session_set_save_handler(), security challenges of php – session fixation etc. But my problem is more about when session file is opened , when session is read ?and when session is saved? in the context of calling session functions like session_start(), or getting and setting of members $_SESSION array, in other words, what really does session_start() do? Read the rest of this entry »
