-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
session cookie not persisted on restart when applying browser update - follow up to 28379 #29135
Comments
Griffin change to disable this on MacOS is merged to staging: brave/brave-variations#557 @LaurenWags can you please test this to ensure the Griffin change resolves this on MacOS right now? Cherry-pick to merge into production after confirmed the issue is fixed: brave/brave-variations#558 |
the underlying issue is in the update process: #25576 |
@goodov I did the following:
|
Followed STR from #29135 (comment) and couldn't reproduce in Win 11 x64 cc: @LaurenWags @goodov 2023-03-17_08h55_48.mp4 |
yes, thank you! That's expected. We have this issue only on MacOS because of the broken manual update process. |
Unable to reproduce on Linux
|
Verified the changes via Griffin using the template from above as per brave/brave-variations#557 (comment) before merging the change into |
Any update? |
Description
Found while testing #28379
When session cookie is set and I go to apply browser update (used brave://settings/help), the session cookie is not retained after browser restart from that page.
Note - could be macOS specific as @goodov could not reproduce on Windows. Requesting others on @brave/qa-team to try various platforms to see if it reproduces for them.
Steps to Reproduce
lightcyan
from selector.sessionCookie says color is: lightcyan
.--> Expect
sessionCookie
is stilllightcyan
. HoweversessionCookie
fieldhas no value
insteadActual result:
Expected result:
sessionCookie
should belightcyan
after applying browser restart in this caseReproduces how often:
easily on macOS, @goodov could not reproduce on Windows
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
cc @rebron @goodov @brave/qa-team
The text was updated successfully, but these errors were encountered: