Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

page version

Status
Not open for further replies.

gagz

Programmer
Nov 21, 2002
333
US
I have a form that, when certain button click events are fired, some data is stored in the session (including a flag that this has actually happened), then the user is taken to some other pages. When the user goes back to that page, there is a condition in page_load to see if the flag is set, and if so, put the data back in some form elements. problem is, when the users is clicking on a link to go back to that page, nothing is there, unless they refresh. Anyone know why or how to fix it? is it a cache thing?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top