PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I known php built-in session handler, but I don't knowk if I can resume a session, make variables modifications and serialize this session without errors due to a another "session resume" started at the same time from another user... does "php built-in session handler" prevent overplapping problems ?
Thank You