• 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.

Spool File Viewer Download Error

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

  • Spool File Viewer Download Error

    Build 5.0.20160824.0

    When hook.js is modified as such:

    login: function (user, sid) {
    //remove localstorage and place sid in session sessionStorage
    // this will force login on each browser tab
    localStorage.removeItem('sid');
    sessionStorage.setItem('sid', sid);
    }

    The spool file viewer download button returns error because the &sid=null when trying to call vvsysutil
Working...
X