Problem:
I would like to set the userid-cookie equal to a session-variable (that I give a user-id-value of my own system)
ActivePresenter version: ActivePresenter 8
OS: Windows (10)
Notes: in the window Properties->Event, I tried the following, but unsuccesful:
var userID = sessionStorage.getItem(‘email’);
$.cookie(‘userid’, userID);