Quote Originally Posted by a4tech View Post
I wants to auto redirect to home page after 5 seconds, when customer clicks on logoff button.

Is it possible?
You could add the following to your logoff template file :

Code:
<meta http-equiv="refresh" content="5;url=<?php echo HTTP_SERVER . DIR_WS_CATALOG; ?>">