I have the session id of my application. now i want to get all the session variables by using this session id.
I used t
You can check all session value using this one..
print_r($_SESSION);