Alex313031 / Thorium-Win

Chromium fork for Windows named after radioactive element No. 90; Windows builds of https://github.com/Alex313031/Thorium
https://thorium.rocks/
BSD 3-Clause "New" or "Revised" License
1.28k stars 33 forks source link

v122.0.6261.132 not remembering session cookies #184

Open chaoscreater opened 3 months ago

chaoscreater commented 3 months ago

System Details

Problem Just updated to the latest version and it's not remembering session cookies. Any website that I logged into previously are not logged out. If I log in to those websites again and restart the browser, I get the same issue. Rolling back to the previous version fixes this.

Screenshots If applicable, add screenshots to help explain your problem.

Additional Notes Add any other context about the problem here.

mopihu commented 3 months ago

Same issue here, every time I relaunch Thorium, I'm logged out of every site. Reverting back to 121 fixes this.

Alex313031 commented 3 months ago

@mopihu Doesn't seem to be happening for me on Ubuntu or Windows 10.

Delphox commented 3 months ago

@Alex313031 it seems to be a bug with the --disable-encryption patch, having it enabled (regardless of --disable-machine-id being enabled or not) causes the session cookies to break.

chaoscreater commented 3 months ago

I'm using the portable version with --disable-encryption specified in the arguments.

"D:\5. Portable Apps\1. Browsers\Thorium\BIN\thorium.exe" --user-data-dir="D:\5. Portable Apps\1. Browsers\Thorium\USER_DATA" --allow-outdated-plugins --disable-logging --disable-breakpad --disable-encryption --disable-machine-id

gitoss commented 2 months ago

@Alex313031 it seems to be a bug with the --disable-encryption patch, having it enabled (regardless of --disable-machine-id being enabled or not) causes the session cookies to break.

Thanks for tracking down the issue, I was wondering myself why session cookies are forgotten no matter the site settings I've tried...

Delphox commented 2 months ago

Just updated to 123 and so far it's working, thank you Alex!