What Is A PHP Session?
What Is A PHP Session? Sessions are a simple way to store data for individual users against a unique session ID. This can be used to persist state information between page requests. … The absence of an ID or session cookie lets PHP know to create a new session, and generate a new session ID.