I'm planning to modify my site from "POST" to "SESSION"....Th is is because
many times, when clicking "back" on the browser, the page has to be
refreshed, and I absolutely want to avoid this, also I don't want to use
"GET" variables, as they are visible in the URL and I want to avoid this
(POST are also visible but not for everyone. session would be hidden)
If I use Session variables, will this fix the problem with "back" button ?
or may I have the same problem ?
Thanks for help.
Cheers.
Bob
many times, when clicking "back" on the browser, the page has to be
refreshed, and I absolutely want to avoid this, also I don't want to use
"GET" variables, as they are visible in the URL and I want to avoid this
(POST are also visible but not for everyone. session would be hidden)
If I use Session variables, will this fix the problem with "back" button ?
or may I have the same problem ?
Thanks for help.
Cheers.
Bob
Comment