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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -