in reply to Re^2: Lossing session value
in 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); }
poj