To test Server Side Storage only:
- Connect to BISO browser
- Open Devtools window of your localbrowser
- In console tab, select top level frame, then type:
window.localStorage.setItem('overrideClientStorageEnabled', '0')
window.localStorage.setItem('overrideServerStorageEnabled', '1')
- Forcibly crash your Remote Browser with Right-click > Dev > Crash
(otherwise you are going to trigger BISO-3554)
- Reconnect the client to obtain a new browser with the settings
|