Does anyone know how the string for a PHP session is generated? Is it random or are there algorithms... Is it possible to edit the data inside a session so the next user to log into the site gets that data.... And last but not least is there a way to make the session numbers incremential... 1, 2, 3, 4... etc

Oh! And 1 more thing... Is there a way to predict the number of the next session used?