Hi KK
I am using member module in profile.php use this code
the above code working fine in my local server, but when I use this in a public server and trying to logout, its cant logged out (redirect to index.php). there was no error message displaying. after processing it still stay on profile.php.
How do I fix it?
Thanks
Subhamoy
I am using member module in profile.php use this code
- Code: Select all
<!-- this is secured page. login first to access it -->
<cms:if k_member_logged_out >
<cms:redirect "<../index.php>" />
</cms:if>
<form class="login">
<a class="login-submit" href="<cms:member_logout_link />">Logout</a>
<form>
the above code working fine in my local server, but when I use this in a public server and trying to logout, its cant logged out (redirect to index.php). there was no error message displaying. after processing it still stay on profile.php.
How do I fix it?
Thanks
Subhamoy