Is there any way to store the value in session on page refresh?
For e.g. If I write the "abc" in textbox, and when I refresh the page, it will store in session.
Updated: Actually, If I write the "abc" in textbox then I will go on 2nd page of pagination without ajax (that is on-loading). When I come back to 1st page, the value of textbox remain.
This is what I want to say.