I can confirm the following (and I don't know if that is specific to any Browser, but I tested with Firefox).
- If you start your browser, and have NO existing cookies.
- browse to
https://forum.lazarus.freepascal.org/ (not tested, but possible also other pages of the forum)
- click a link
=> then you get the error.
Because when you loaded that very first page, you did not yet have cookies => they got set then, but they hadn't been there, and hence all links had the session id added into the link.
So hat will happen when you restart your browser, and have the cookies policy to clear all when restarting the browser.
As a workaround:
- when you loaded the first page
- do not click any link
- reload the page you are on.
For the reload cookies are set => and then it works.
@Marc: Any idea?