javascript - Accesing session variables during ajax call -


i have created session variable during ajax call. session variables available once refresh page. using ajax call whole page not refreshed. part of div refreshed.

please refer below:

//during ajax call request.getsession().setattribute("hi","hilist"); 

so want list using request.getsession().getattribute("hi");

how that?

thanks in advance.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -