DeskNow Knowledge Base
 
      
Home Customization and Integration Ho do I redirect users to a particular web page on logout?

Ho do I redirect users to a particular web page on logout?
 

When the user clicks on the Logout link, he/she is presented with the page at C:\Program Files\DeskNow\desknow\jsp\original\Exit.jsp (or /var/desknow/desknow/jsp/original/Exit.jsp) . You can alter that page to send a redirect to any URL.

For example, to redirect the user to www.yahoo.com, edit the Exit.jsp file and change it to this:

<html>
<meta http-equiv="refresh" content="0; URL=http://www.yahoo.com">
</html>


Email Article Email
Print Article Print


How helpful was this article to you?
Related Articles
article How do I redirect users to SSL?
Simply edit the file C:\Program...

  June 21, 2007    Views: 2018   
article How can I redirect users to use SSL /HTTPS?
Simply add this line as the FIRST line in the...

(No rating)  December 22, 2008    Views: 80   
article Custom login page
It is possible to customize the login page of...

  May 2, 2004    Views: 47641   



Powered by Lore :: (c)2003 Pineapple Technologies.