so you are using session_start(), then the session ID is stored on the server until the session is killed, either by you closing the window or a script doing so, it will not be placed on your computer if you don't use setcookie(), that is the wonderfulness of a session and session ID, why do you want to access this anyway, maybe there is an alternative method