Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Voyager

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Voyager
    3. Knowledge Articles
    4. Remove WebVoyage session timeout pop-up?

    Remove WebVoyage session timeout pop-up?

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Question
    2. Answer
    • Product: Voyager
    • Product Version: 8.2.2

    Question

    Is it possible to remove the pop-up that warns users the session is going to time out?

    Answer

    To remove the timeout warning without stopping the redirect from happening, you can comment out the relevant line of the script that calls the timeout. It's in the frameWork.xsl file at:
    /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/[skin]/xsl/pageTools/frameWork.xsl

    Locate and comment out the following line:
    setTimeout("alert(msg)", timeOut);

    The commented section of the file may then look something like the following:

    <script type="text/javascript">
    var msg;
    var timeOut;
    function timedMsg(time, grace, txtMsg)
    {
    msg = txtMsg;
    timeOut = (time - grace) * 60000;
    <!-- Remove the "Your session will expire" pop-up
    setTimeout("alert(msg)", timeOut);
    -->
    }
    </script>

    This should remove the pop-up warning associated with timeout.grace without affecting the redirect that comes up as a result of timeout.time


    • Article last edited: 15-Oct-2020
    View article in the Exlibris Knowledge Center
    1. Back to top
      • WebV: References disappear when bibs added or deleted
      • WebV: Request Forms' help files no longer unique
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Voyager
    2. Tags
      This page has no tags.
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved