Recent

Author Topic: Lazarus forum incompatible with Firefox now, but works for me, with Chrome only.  (Read 2531 times)

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 12345
  • Debugger - SynEdit - and more
    • wiki
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?

simone

  • Hero Member
  • *****
  • Posts: 701
I think it's the same problem that appeared and was solved some time ago. For me it happens with Chrome and Edge, as in the past.
« Last Edit: April 24, 2026, 07:02:14 pm by simone »
Microsoft Windows 10/11 64 bit - Lazarus 3.8/4.0 FPC 3.2.2 x86_64-win64-win32/win64

fcs

  • New Member
  • *
  • Posts: 11
Hello,

I confirm this problem.

Today whole site works bad.

The cookie problem occur randomly. I don't see their rules.

In my case, problem usually solves clicking by options in Main Menu (on top right) of Lazarus main page.

Cleaning cookies for Lazarus website, does not work.

Regards
ML
 

Ten_Mile_Hike

  • Full Member
  • ***
  • Posts: 140
I haven't been able to use this site for 2 days despite trying both Firefox and Brave, BOTH without any extensions or blocks of any kind active. Suddenly; just now- its working again.
When any government, or any church for that matter, undertakes to say to its subjects, This you may not read, this you
must not see, this you are forbidden to know, the end result is tyranny and oppression no matter how holy the motives.

Robert A. Heinlein

Handoko

  • Hero Member
  • *****
  • Posts: 5538
  • My goal: build my own game engine using Lazarus
It haven't fully working. It seems better today but some links still show the error.

I am not  sure but this seems to solve the problem:
1. Go to the front page: https://forum.lazarus.freepascal.org
2. Click the home or do reload the page using shortcut
3. No more cookie error

Please test my workaround and report back.

----
Oops, I just saw the similar workaround posted by Martin_fr:
https://forum.lazarus.freepascal.org/index.php/topic,73927.msg581458.html#msg581458

« Last Edit: April 27, 2026, 03:30:38 am by Handoko »

Jonax

  • New Member
  • *
  • Posts: 41
    • Jonax stuff
I too had some troubles with this. The reload fix seem to do the trick for me on the Brave browser.

 :)

Datalore

  • New Member
  • *
  • Posts: 15
While in general i don't really mind jumping through a hoop now and then.....

the only logic i read so far is bots scraping the forum, followed by the logic that bots don't use cookies so you enforce them. all well-meaning intended.

problem is:
about every scraper knows about cookies and bypasses, and the only thing you realise is cookie messages for end users for whichever reason.

question is:
are cookies really the solution for your scraping problem? or merely a case of "This works because everybody uses them so they must work".
i highly doubt cookies are the thing needed to survive, they are part of the problem.

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2696
question is:
are cookies really the solution for your scraping problem? or merely a case of "This works because everybody uses them so they must work".
i highly doubt cookies are the thing needed to survive, they are part of the problem.

They are not the solution in the end, but works for the most of us now
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

bobihot

  • New Member
  • *
  • Posts: 48
Today I can to enter. When I do not enter here in the forum, I can`t to wote, where I can`t to enter here in the forum.

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2696
Yesterday I enabled a second php pool to process cookie-less requests. Unfortunately the rate requests come in is way larger than the time it takes to process a request. As a result filling up the server queue. I've disabled the option again.
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

Handoko

  • Hero Member
  • *****
  • Posts: 5538
  • My goal: build my own game engine using Lazarus
I am sure, but maybe we can study how this WordPress plugin blocks AI crawlers using robots.txt :
https://wordpress.org/plugins/block-ai-crawlers/

And this one, which detects and blocks using the visitors' user agent:
https://wordpress.org/plugins/bot-traffic-shield/
« Last Edit: April 29, 2026, 11:43:20 am by Handoko »

Joanna

  • Hero Member
  • *****
  • Posts: 1451
Don’t they ignore robots.txt?
I saw something interesting recently on a government website that was dragging a picture to the outline shape that matches.

Handoko

  • Hero Member
  • *****
  • Posts: 5538
  • My goal: build my own game engine using Lazarus
Don’t they ignore robots.txt?

Crawlers from reputable big company should follow the rules in robots.txt.

The first plugin has good rating, which means users were satisfied with the result.

Thaddy

  • Hero Member
  • *****
  • Posts: 19165
  • Glad to be alive.
robots.txt is present on the server.
It is ignored by all reputable A.I. providers/harvesters so in this case useless.
objects are fine constructs. You can even initialize them with constructors.

Boleeman

  • Hero Member
  • *****
  • Posts: 1158
I was also having that same cookies problem using Firefox and finally worked out that using a link like this:

https://forum.lazarus.freepascal.org/index.php/board,46.0.html

Then all other links worked. I configured Firefox to accept cookies but loading a single board link seemed to refresh the cookies.

 

TinyPortal © 2005-2018