top of page

HELP US PROVIDE THE BEST EXPERIENCE

 

Have a great question you think we should add to our FAQ section? Share it with us to review and add to our site!

bottom of page
import {session} from 'wix-storage'; import wixLocation from 'wix-location'; $w.onReady(function () { var sasId = wixLocation.query; if (sasId.sscid) { session.clear(); session.setItem('sasId', sasId.sscid); } });