How To Get Session Id In Php - To Get The Users Sessionid
- Forums
- PHP
- How To Get Session Id In Php - To Get The Users Sessionid
This Page Contains information about How To Get Session Id In Php - To Get The Users Sessionid By wallpaperama in category PHP with 10 Replies. [1172], Last Updated: Sat May 18, 2024
wallpaperama
Mon Sep 29, 2008
10 Comments
11246 Visits
<?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