How to store PHP session variable in JQuery variable.
I have one php file where i am using session variable as
$local_session = $_SESSION['sessionusername'];
and that PHP falls also using one .js
file where i want to store this $local_session
which is PHP variable to JQuery variable