How can i access HttpSession in javascript.I have a confirmation box.On clicking cancel of Confirmation box i want to delete the added attribute from the HttpSession/reset HttpSession
God!!..javascript is somthing that run in client side which doesnt have any knowledge of what server u use what session u keep..its completly isolated entities. u should have a round trip to u r server for accessing ur session values..regardsShanu