Assign session value using javascript

后端 未结 4 1220
一生所求
一生所求 2020-12-19 21:36

Is there any way to assign session value using javascript

i can retrive the value from session but assigning is not working

var TempSession = \'<%         


        
4条回答
  •  感情败类
    2020-12-19 22:20

    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.

提交回复
热议问题