You need to sign in to do that
Don't have an account?

expire session from visualforce page
hi
how can we expire session from visualforce page.
i used
<apex:page >
<apex:outputLink value="http://na5.salesforce.com/secur/logout.jsp">log-out</apex:outputLink>
</apex:page>
<apex:outputLink value="http://na5.salesforce.com/secur/logout.jsp">log-out</apex:outputLink>
</apex:page>
when i click logout application of this window log-out but another window is not log-out.So i wants whenever click log-out session should be expire.
Please help me
Thanks & Regards
Brijesh Baser
If you need to log the user out of Sales Force completely you may forward the user to "/secur/logout.jsp".
Good luck!