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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -