Jump to content
Welcome to our new Citrix community!

StoreFront 3.x Redirect Session Timeout to Logon Page


Michael Corney

Recommended Posts

We have a requirement from a client to redirect users to the logon page when the session timeout expires.

 

We have a mechanism in place to do this for a manual logoff but not for session, or logon, timeout.

 

What's the best way to achieve this? i reviewed this forum and others without finding a suitable response unfortunately.

 

Any help with this is greatly appreciated !!

Link to comment
Share on other sites

  • 4 months later...

You can try to make following changes:

 

Edit:
"\inetpub\wwwroot\Citrix\<StoreWeb>\custom\strings.en.js"

(function ($) {
    $.localization.customStringBundle("en", {
        Example1: "This is an example",
        Example2: "This is another example"
    });
})(jQuery);

 
Add below Example2 (or replace both the examples):

YouHaveLoggedOff:'You have logged off successfully.<br>You are being redirected to Czerno.com<script type="text/javascript">window.location.replace("http://www.xyz.com");</script>'

 

Please let me know if this helps.

Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...