<?php
echo session_id();
?>

Your Session ID is:

To get the users sessionid you get it by using the session_id() in php, hope this helps