I have a string value saved in to a variable, my webpage auto reloads after a certain process.. I need to know if I can get the value stored in that variable even after page refresh?
Im refreshing my web page using javascript code window.location.reload()
If not will it work if I take to server side script like php?