Whats the best way to do this?
I have this $_SESSION["sessionOpentok"]
I need to set to this java script var var session_id
Security isn't an issue, its okay for the end user to be able to see this session id.
I have heard of AJAX calls, json encode, delimiters, php echo, php print.
None seems to work. echo and print do not work due to quote being in the session variable.
JSON encode encodes this the number to a null.
Any ideas. Thanks