You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MYSAPSSO2 is a HttpOnly cookie. Thus it cannot be accessed via $.cookie("MYSAPSSO2") or document.cookies (and always returns undefined). Is there a workaround to make your app work again?
Hello :)
The MYSAPSSO2 is a HttpOnly cookie. Thus it cannot be accessed via
$.cookie("MYSAPSSO2")ordocument.cookies(and always returns undefined). Is there a workaround to make your app work again?