How to put Logout Button on my site
I have problems while trying to add the logout function on my site ... I have added ....href="/portal/dt/?action=logout onClick="closeWindows(); return true;" as I found it of sample JSP page , however it does not work the way I want - after I click on it the portal sends me to admin console page ... but I want to go to my own home page!!!

