Is there any way to assign session value using javascript
i can retrive the value from session but assigning is not working
var TempSession = \'<%
You can transfer data to the server session by sending it through a XmlHttpRequest. The page or handler that recieves this data can put it in the server session data collection.