Clear history, cookies, cache
Need help to clear cache, cookies, etc.
Need help to clear cache, cookies, etc.
We are having a problem with Kaiser Permanente’s website. The problem occurs randomly and when it occurs we cannot sign in to our account on the website. We get a “redire… (διαβάστε περισσότερα)
We are having a problem with Kaiser Permanente’s website. The problem occurs randomly and when it occurs we cannot sign in to our account on the website. We get a “redirect error”.
We can fix the problem but comes back again after a while. To fix it we go to Settings / Privacy and Security / Cookies and Site Data / Manage Data. Under manage data we enter Kaiser in the search box and then delete the website.
Is there a way (a settings change) to fix this problem in Firefox or is it a Kaiser website problem?
BTW.. the same problem also occurs on Chrome, just not as frequently.
how can I get Firefox 128.0.2 not to delete cookies and cash on a cretin web sit? the is a secure web site and i do not want the information remove.
Every time I try to log in to gmail I receive this message: We've detected a problem with your cookie settings. Enable cookies Make sure your cookies are enabled. To en… (διαβάστε περισσότερα)
Every time I try to log in to gmail I receive this message: We've detected a problem with your cookie settings. Enable cookies Make sure your cookies are enabled. To enable cookies, follow these browser-specific instructions I've tried enabling cookies in Mozilla. Apparently I'm doing something wrong because I'm still getting the same message from google.
no thanks
I've learned that Firefox has enabled (or is enabled) 3rd party session cookies and 3dr party persistent cookies. Is there a way to disable those?
delete after closing is not working and is grayed
cant open facebook says insecure connection
I cannot use google.com without first deleting my cookies. This happens every time I try to use google. Doesn't matter if I use the taskbar to search, or try to go to www… (διαβάστε περισσότερα)
I cannot use google.com without first deleting my cookies. This happens every time I try to use google. Doesn't matter if I use the taskbar to search, or try to go to www.google.com
How do I clear cookies/cache?
(please refer to image attached) How come when I have only cookies/offline website data checked to clear it still logs me out of websites like Twitter, Twitch, Youtube, e… (διαβάστε περισσότερα)
(please refer to image attached)
How come when I have only cookies/offline website data checked to clear it still logs me out of websites like Twitter, Twitch, Youtube, etc?
Active logins and Site settings is UNchecked and yet it still logs me out. What is the purpose of those 2 boxes I may be misunderstanding them
Hello. How do I have JavaScript? And how do I enable JavaScript on Firefox browser?
I'm having problems with a website constantly asking me to accept cookie permissions. It happens on some other sites occasionally, but this particular site is one that I … (διαβάστε περισσότερα)
I'm having problems with a website constantly asking me to accept cookie permissions. It happens on some other sites occasionally, but this particular site is one that I use each day.
When I visit the site I get the cookie permissions box. I click accept all cookies. No matter how many links I click I am presented with the box yet again. It doesn't happen with Chrome, Edge or Brave.
Our backend sets a cookie for maintaining login sessions with SameSite=None and Secure (to support loading our front-end from localhost for developers and from a third pa… (διαβάστε περισσότερα)
Our backend sets a cookie for maintaining login sessions with SameSite=None and Secure (to support loading our front-end from localhost for developers and from a third party domain for PR previews).
This is the respose header:
set-cookie: ESESSIONID=<redacted>; Secure; HttpOnly; Path=/; SameSite=None; Max-Age=86399
However, Firefox does not send the cookie back with requests, but logs this error in the console:
Cookie “ESESSIONID” has been rejected because it is in a cross-site context and its “SameSite” is “Lax” or “Strict”.
We have worked around the issue by configuring exceptions in the Security & Privacy settings, but I am curious to why Firefox rejects the cookie with this error message.