In some situations you would like not to see the message You have been logged off. Se you again soon. And instead of pressing the Return to Log On you would like to go directly the logon page after logoff.
Start a Command Prompt as administrator.
Copy the existing file c:inetpubwwwrootCitrixXenAppauthloggedout.aspx in order to have a backup of the original file.
Edit the file c:inetpubwwwrootCitrixXenAppauthloggedout.aspx
Find the entry // A new Session will have been created for this page request as it has already been and insert the text Response.Redirect("login.aspx?CTX_FromLoggedoutPage=1"); just before the %> as shown here:
You will now jump directly to the logon page when you logoff.