in reply to Re: Lossing session valuein thread Lossing session value
I'm not exactly sure what you are trying to achieve but revise the logic like this
# To prevent re-entering data twice by refreshing page. if ($conf_msg){ confirmation($conf_msg) } else { process_request($got_file_name, $date_ntime); } [download]