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

Cookie set as session expire on close is not working properly.

  • 3 trả lời
  • 7 gặp vấn đề này
  • 29 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

Cookie set as session expire on close is working but if History Restore previous session is clicked the last page which was logged in shown by logging in successfully.

Cookie set as session expire on close is working but if History Restore previous session is clicked the last page which was logged in shown by logging in successfully.

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

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

more options

When you reopen website automatically on a next start then Firefox will store cookies used in those tabs in the sessionstore.js file as part of saved session data, so you won't get logged off when you close Firefox without first closing those tabs.

  • Tools > Options > General > Startup: "When Firefox Starts": "Show my windows and tabs from last time"

You can set the browser.sessionstore.privacy_level pref to 2 (never) or 1 (non-HTTPS) on the about:config page to disable saving cookies via session restore.

The browser.sessionstore.privacy_level_deferred pref is used when you do not reopen the previous session automatically via "Show my windows and tabs from last time" and uses the same values.

more options

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

Thank You so much