delete() Deletes a session from the data store and empties session data from memory, completely, so subsequent read/write requests on the same object will fail. Technically speaking, it will only set object's status to STATUS_DELETED and will trigger flush(), and flush() will do the actual removal.