Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    MetaLib

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. MetaLib
    3. Knowledge Articles
    4. Logout Redirection for MetaLib Guest Users - MetaLib Version 4

    Logout Redirection for MetaLib Guest Users - MetaLib Version 4

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Additional Information
    • Article Type: General
    • Product: MetaLib
    • Product Version: 4

    Description:
    What does www_v_lng/end-session file controls?

    Resolution:
    The end-session file under each instance controls the logout process for the MetaLib guest users.
    This file can be configured to contain a redirection to a MetaLib module or to a hard-coded URL.

    In version 4 the line responsible for the page re-direction appears twice within the end-session file - once for the setting where the Java Script is enabled and another - when it is disabled.

    Example 1: Redirection to a hardcoded URL (the line that is used when Java Script is disabled starts with //Restart\\):

    <html lang="//en\\">
    <head>
    <title>//MetaLib&#174;\\ - //End Session\\ </title>
    <link rel="stylesheet" type="text/css" href="&server_css/&library/www_v_eng/metalib.css">
    </head>
    <body onload="window.location = 'http://www.destinationpage.com''">

    <noscript>
    <include>banner

    <div id="sso">
    //Restart\\ <a href="http://www.destinationpage.com">MetaLib Session\\</a>
    </div>
    </body>
    </html>

    You will probably need to change the text "MetaLib Session" to something else.

    Example 2: Redirection to the default MetaLib module (the line that is used when Java Script is disabled starts with //Restart\\):

    <html lang="//en\\">
    <head>
    <title>//MetaLib&#174;\\ - //End Session\\ </title>
    <link rel="stylesheet" type="text/css" href="&server_css/&library/www_v_eng/metalib.css">
    </head>
    <body onload="window.location = '&server_vir?func='">

    <noscript>
    <include>banner

    <div id="sso">
    //Restart\\ <a href="&server_vir?func=">//MetaLib Session\\</a>
    </div>
    </body>
    </html>


    Example 3 - redirection to a specific MetaLib module, in this case to the MetaSearch:

    html lang="//en\\">
    <head>
    <title>//MetaLib&#174;\\ - //End Session\\ </title>
    <link rel="stylesheet" type="text/css" href="&server_css/&library/www_v_eng/metalib.css">
    </head>
    <body onload="window.location = '&server_vir?func=meta-1'">

    <noscript>
    <include>banner

    <div id="sso">
    //Restart\\ <a href="&server_vir?func=meta-1">//MetaLib Session\\</a>
    </div>
    </body>
    </html>

    Additional Information

    session, logout, redirect


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Login Problems/Loop
      • MetaIndex license
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Content Type
      Knowledge Article
      Language
      English
      Product
      MetaLib
    2. Tags
      1. 4
      2. contype:kba
      3. Prod:MetaLib
      4. Type:General
    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