SyntaxFix
Write A Post
Hire A Developer
Questions
you can probably ping the server via ajax inside javascript. The php file might look something like:
<?php session_start(); $id = session_id(); echo $id; ?>
This will return you the current session id. Was this what you were looking for.