How to maintain the logged in session across browser tabs?

System Information
  • Strapi Version: v4.7.0
  • Node Version: v14.18.1

When I create a new tab in Chrome, I need to login again. Anyone know how to maintain the logged in session across all tabs? Like every other website does?
Strapi can be a bit slow sometimes, so my workflow would be open multiple tabs to edit multiple content whilst saving others. But every time I open a new tab, I have to login again.
Thanks

Would need to store the JWT token not in session but in local storage I guess.

Are you referring to Strapi’s admin authentication or your own website that is integrated with Strapi?