搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

With 'Never remember history' setting sessionstorage and localstorage are cleared between redirects. Why?

  • 2 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

I am a web application developer. My application is using open authentication. As part of the login process the application stores information in the session storage of the browser. Then the user is redirected to a login page. When, after a successful login, the user is redirected back, the information in the session storage is gone. The same problem when I use local storage.

This problem only occurs with the setting: Never remember history.

Is this a bug or a feature?

Other browsers do not have this behavior.

I am a web application developer. My application is using open authentication. As part of the login process the application stores information in the session storage of the browser. Then the user is redirected to a login page. When, after a successful login, the user is redirected back, the information in the session storage is gone. The same problem when I use local storage. This problem only occurs with the setting: Never remember history. Is this a bug or a feature? Other browsers do not have this behavior.

所有回复 (2)

more options

Hi cornelos

Unfortunately we can't help you here because this is a Firefox user support forum not a web developer support forum. Please tag your question Firefox and ask it on Stack Overflow.

Cheers!

...Roland

more options

When you use Private Browsing mode then local storage (indexedDB) is disabled and all data is kept in memory. Local storage only works properly in regular mode. That is one of the disadvantages of PB mode. Only cookies work properly in PB mode although a separate cookie jar is used.