Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

How to set cookies in Firefox browser

  • 9 trả lời
  • 1 gặp vấn đề này
  • 4788 lượt xem
  • Trả lời mới nhất được viết bởi vadval15

more options

Now the browser version Firefox Quantum Extended Support Release 68.4.1esr (32-bit) for Alt Linux is installed on my computer. Upon request by the POST method in the specified browser from the Apache server on the same computer loads a static web page with the following META tag in its header: <META HTTP-EQUIV="Set-Cookie" CONTENT="name=password; PATH=/"> After that, cookies must be created in the browser. Really they are created - in other browsers (Chrome and Opera), but for some reason they ceased to be created in the Firefox browser. What is the reason for this and is it possible to resume and track their creation in Firefox? I would be grateful for any answer on this question.

Now the browser version Firefox Quantum Extended Support Release 68.4.1esr (32-bit) for Alt Linux is installed on my computer. Upon request by the POST method in the specified browser from the Apache server on the same computer loads a static web page with the following META tag in its header: <META HTTP-EQUIV="Set-Cookie" CONTENT="name=password; PATH=/"> After that, cookies must be created in the browser. Really they are created - in other browsers (Chrome and Opera), but for some reason they ceased to be created in the Firefox browser. What is the reason for this and is it possible to resume and track their creation in Firefox? I would be grateful for any answer on this question.

Giải pháp được chọn

Hi vadval15, it has become customary to set cookies using HTTP headers (or JavaScript) rather than meta tags. As of Firefox 68, you can no longer use the meta tags. See:

https://www.fxsitecompat.dev/en-CA/docs/2019/setting-cookies-with-meta-http-equiv-is-no-longer-allowed/

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (9)

more options

Hello Vadval15....


you go through these steps..


Click Tools > Options. Click Privacy in the top panel. Click the Cookies tab. Select the checkbox labeled 'Allow sites to set cookies.

more options

Thank you for the answer. I'm sorry, but I have a different menu in the Firefox browser. In my menu, the site has permission to create cookies, but for some reason it cannot create them.

more options

Hello...

  • Click the menu button. ...
  • Select the Privacy & Security panel and go to the Cookies and Site Data section.
  • Make sure Accept cookies and site data from websites (recommended) is selected.
  • Make sure Accept third-party cookies and site data is set to Always. ...
  • Click Exceptions….
more options

Thank you for your advice, but Firefox already has permission to accept cookies from my site, nevertheless they are not accepted anyway.

Được chỉnh sửa bởi vadval15 vào

more options

Hello vadval,

Please visit the link resolved the issues 

https://support.mozilla.org/en-US/kb/websites-say-cookies-are-blocked-unblock-them

I hope resolve your problem then reply back to me.

Regards, Arman

more options

Thank you very much for your advice. Please tell me where I can read cookies from a specific site in the Firefox browser.

more options

Preferences. Select the Privacy & Security panel and go to the Cookies and Site Data section. Make sure Accept cookies and site data from websites (recommended) is selected. Make sure Accept third-party cookies and site data is set to Always.

more options

Giải pháp được chọn

Hi vadval15, it has become customary to set cookies using HTTP headers (or JavaScript) rather than meta tags. As of Firefox 68, you can no longer use the meta tags. See:

https://www.fxsitecompat.dev/en-CA/docs/2019/setting-cookies-with-meta-http-equiv-is-no-longer-allowed/

more options

Thank you from the bottom of my heart, Mr jscher2000, for solving this problem!