I want to set a session variable in a JavaScript function in one aspx page of an asp.net web application. I wan to retrieve the value of the session variable in a JavaScript function of another aspx page in the same application. Is it possible to do? Kindly advice.