All Answers

All Answers » Re: Single Sign on Question » Comments for "Re: Single Sign on Question"
  • edmond girardi
    Applciation.Broser.UserData does not resolve. this is a WiseJ 1.X application.
  • Luca
    • Luca
    • Feb 19, 2021 - 9:54 pm
    The only other way is to store it in a cookie.
  • edmond girardi
    Kind of not secure -no way to put it into a session variable and read it like VWG ? What about putting something hidden in the header and then posting to default.html ?
  • edmond girardi
    So – 2nd question – how hard is it for me to upgrade to WiseJ 2.x – is it going to break anything ?
  • Luca
    • Luca
    • Feb 19, 2021 - 11:16 pm
    SAML already saves a ton of cookies. In any case the session doesn’t exist yet, it’s just a page being loaded by the browser.
  • edmond girardi
    Can the cookie be removed quickly after it is read by the main WiseJ application ?
  • Luca
    • Luca
    • Feb 22, 2021 - 4:45 pm
    Yes you can remove the cookie and you can also use instead the browser sessionStorage. See Application.Browser.Cookies, LocalStorage or SessionStorage.
  • Luca
    • Luca
    • Feb 22, 2021 - 4:47 pm
    >> how hard is it for me to upgrade to WiseJ 2.x – is it going to break anything ? Most likely.