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

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -