what to do in order to make the form remember the previous input or the current input of the user even after he/she refreshed the page ?
should I do ,
You could also do without session like the below code:
This will keep the typed data inside the input box!