Is there any way to read Session value through JQuery?
Edited:
I am calling a .php file using JQuery. The .php file stores some column values in a session.
What would be the right approach to return those column values to the calling JQuery function?