Click to See Complete Forum and Search --> : Can Sessions retain and dispaly data when the refresh button has been used?


peteyb
11-11-2005, 09:01 AM
I have managed to set register the variables from my form using

session_register('variable');

when i use the standard back and forward button on the web browser the data remains but when i use my Next and Back <a href> link </a> buttons the data is lost.

Is there a way to retain the data, and if so how?

NogDog
11-11-2005, 11:36 AM
Are you initializing sessions on each relevant page with a session_start()?