php - Passing a variable across requests or using a session -


i working on application uses 1 transaction many operations. every operation linked using transaction reference number, , of view displayed forms.

i wondering if should include transaction reference number variable passed view controller function or whether pass session variable used on hidden field in succeeding form.

please whats best practice , why, because hardly use sessions.

thanks.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -