• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Upgrade from 4.2 (old apps)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Upgrade from 4.2 (old apps)

    Successfully installed the upgrade, and made the changes so that my Valence 4 apps are working properly. We still have some Valence 3 programs on the system (using extjs 3.4). On these programs I'm getting an error - Security violation: no session ID. Do you know of anything obvious I could be missing? I've checked the forums, and the only thing I found was to ensure in the console, that I check Valence.Ajax, which is defined.

    Thanks,
    Chris

  • #2
    We are aware of this issue and there is a fix in the upcoming 5.0 update. As a temporary fix you could add a line of code to the Hook.js (/resources/desktop/Hook.js).

    Under the login event:

    Code:
    login : function(user,sid){
       sessionStorage.setItem('sid',sid);
    }

    Comment


    • #3
      Thanks. That did the trick.

      Nice job on this release. It's looking great.

      Chris

      Comment

      Working...
      X