customSessionStorage store, load and delete callbacks all called when app installed

Hi,

For custom session storage, are storeCallback, loadCallback and deleteCallback all supposed to be called when I install the app?

When I click install, it loads the session and then tries to delete it, and for some reason the session is always undefined for the deleteCallback, so I always get an error saying the session could not be deleted.