Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting the same value twice in Session::set, fails to override existing value. #32

Closed
ben-crowhurst opened this issue Aug 26, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@ben-crowhurst
Copy link
Member

Session session;
session->set( "style", true );
session->set( "style", false ); //has no effect.
@ben-crowhurst ben-crowhurst self-assigned this Aug 26, 2015
ben-crowhurst added a commit that referenced this issue Aug 26, 2015
@ben-crowhurst ben-crowhurst added this to the 3.5 milestone Aug 26, 2015
@ben-crowhurst
Copy link
Member Author

This issue was resolved with commit c8f58b3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant