You need to sign in to do that
Don't have an account?
Brijesh Kumar
how to create a log-out link on visualforce page
Hi
On salesforce application there is log-out facility.I wants same facility on visualforce page.How can i get this facility.
I used this
<apex:page showHeader="false" sidebar="false">
</apex:page>
In this page there is no log out link.so i wants logout facility in visualforce page.Please help me .It's very urgent requirement for my project.
Thanks & Regards
Brijesh Kumar Baser
You can use this hyperlink as a logout, it will work simillar to salesforce logout.
<a href="/secur/logout.jsp" class="logout">Logout</a>
Try this it will work, all the best.
Thanks
Srini
Thanks for your reply.This is greate for my project application.