Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

localstorage and webappsstore.sqlite

  • 4 відповіді
  • 1 має цю проблему
  • 1 перегляд
  • Остання відповідь від cor-el

more options

My understanding is localstorage is kept in the file webappsstore.sqlite and that is persistent even after firefox closes.

Not the case with me. I am using FireBug's "FireStorage Plus!" (FSP!) and also Javascript to create some random values in localstorage on example.com site.

I can see the entries in FSP!, however, if I open the webappsstore.sqlite it is always empty and the size never changes.

If I restart Firefox the localstorage for example.com is empty and it says so on FSP!.

This is not sessionStorage but localStorage.

What am I doing wrong or have I misunderstood the localStorage?

My second question is how do I increase the max size of localStorage?

My understanding is localstorage is kept in the file webappsstore.sqlite and that is persistent even after firefox closes. Not the case with me. I am using FireBug's "FireStorage Plus!" (FSP!) and also Javascript to create some random values in localstorage on example.com site. I can see the entries in FSP!, however, if I open the webappsstore.sqlite it is always empty and the size never changes. If I restart Firefox the localstorage for example.com is empty and it says so on FSP!. This is not sessionStorage but localStorage. What am I doing wrong or have I misunderstood the localStorage? My second question is how do I increase the max size of localStorage?

Обране рішення

You can create an allow exception for cookies and localStorage data that you want to keep.

You can inspect and manage permissions for the domain in the currently selected tab via these steps:

  • Click the "Site Identity Button" (globe/padlock) on the location/address bar
  • Click "More Information" to open "Tools > Page Info" with the Security tab selected
  • Go to the Permissions tab (Tools > Page Info > Permissions) to check the permissions for the domain in the currently selected tab

You can inspect and manage permissions for all domains on the about:permissions page.

Читати цю відповідь у контексті 👍 1

Усі відповіді (4)

more options

Update: It seems localStorage is connected with the fact that if I keep cookies until firefox closes, it also deletes the localStorage.

So that solves that problem. ^_^

How do I increase the size and anyone know of a plugin that keeps only selected site localStorage and another one for removing all cookies after firefox closes?

more options

Вибране рішення

You can create an allow exception for cookies and localStorage data that you want to keep.

You can inspect and manage permissions for the domain in the currently selected tab via these steps:

  • Click the "Site Identity Button" (globe/padlock) on the location/address bar
  • Click "More Information" to open "Tools > Page Info" with the Security tab selected
  • Go to the Permissions tab (Tools > Page Info > Permissions) to check the permissions for the domain in the currently selected tab

You can inspect and manage permissions for all domains on the about:permissions page.

more options

Thank you again :). Great link. This site has to be one of the most difficult to navigate through.

So there is no way to treat Local Storage and Cookie separately? It seems you can't clear one without the other. So either both session or both permanent.

Second question, is Offline Storage the cache for Offline mode?

more options

Offline Storage as another name for the application cache is not used for storing web page data that can be used in Offline mode. That storage is used by applications that can run when not connected.

It is the disk cache that matters when it comes to viewing visited web pages in offline mode.