By default, QMod will use the local storage object because we want data to be on the browser. 


Some clients prefer to use session storage so that we destroy the data whenever that specific tab gets closed or the season is closed by the user.  In order to implement this method, an attribute is available for clients to implement for QMod versions 1.56.0 and newer.


On the #qmod script tag with the loader,


data-qmod-storage="session"


Will tell QMod to store everything under session storage vs local storage.