The session data is actually stored on the server, the browser just sends a session id in the requests it makes to the server so that the server can access the right data.
You could clear the cookie (or URL parameter if you're using that method), that contains the session ID, from your browser.
Check the following link it may be helpful.
http://uk3.php.net/manual/en/function.session-destroy.php