Skip to content

Improve the setting of session values , #2

Description

@gamecreature

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions