We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apps may need to have several session headers. at the moment, all prior session headers are reset (deleted) upon setting of any header.
This is not necessary. If an app needs to remove all headers, it can call $session.rest.
$session.rest
I would like to request the more general behavior of only changing the header supplied to $session.set at that time.
$session.set
This also happens on the Android side; I hope this bug can serve for both platforms, but can file one separately if necessary.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apps may need to have several session headers. at the moment, all prior session headers are reset (deleted) upon setting of any header.
This is not necessary. If an app needs to remove all headers, it can call
$session.rest
.I would like to request the more general behavior of only changing the header supplied to
$session.set
at that time.This also happens on the Android side; I hope this bug can serve for both platforms, but can file one separately if necessary.
The text was updated successfully, but these errors were encountered: