Currently accessing the sticky_params hash results in an update of the session hash.
A better solution is to store the session just when the controller action is completed.
And simply mark a param as 'sticky' access when accessed via sticky_params.
This to prevent the constant creation/updating.
Currently accessing the sticky_params hash results in an update of the session hash.
A better solution is to store the session just when the controller action is completed.
And simply mark a param as 'sticky' access when accessed via sticky_params.
This to prevent the constant creation/updating.