You could create a log out link to Liferay's internal logout functionality like this one in your JSP:
<%@page import="com.liferay.portal.util.PortalUtil"%>
<a href="<%= PortalUtil.getPortalURL(request) %>/c/portal/logout">Log Out</a>
<%@page import="com.liferay.portal.util.PortalUtil"%>
<a href="<%= PortalUtil.getPortalURL(request) %>/c/portal/logout">Log Out</a>