API key seems to be stored in local storage when accessing LT via browser

but it seems to disappear upon a few browser refreshes. Is it possible to store it in a cookie? I don’t really feel like entering the api key every time I browse to my self-hosted LT instance.

Any thoughts on this?

Yep, it’s stored in local storage. Local storage should never expire, so something in your browser is likely clearing the information?

Window.localStorage - Web APIs | MDN.

I don’t think cookies are appropriate.

Thanks for the additional info. I will look into it. Might be some add-on interfering seeing that you are saying it should not expire.