[Vtigercrm-commits] [Vtiger development] #8087: Customer Portal Logout - Unexpected working
Vtiger development
vtiger-tickets at trac.vtiger.com
Sat Jun 7 07:18:32 GMT 2014
#8087: Customer Portal Logout - Unexpected working
----------------------------+-------------------------
Reporter: prasad | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: Unassigned
Component: customerportal | Version: 6.0.0
Severity: Medium | Resolution:
Keywords: |
----------------------------+-------------------------
Comment (by prasad):
The possible unexpected behavior is due to inclusion of login page during
logout. Redirection instead might fix the issue.
File: customerportal/index.php
{{{
elseif($_REQUEST['logout'] == 'true') {
// ...
session_destroy();
/* include("login.php"); */ // <-- Avoid this and add next line.
header('Location: index.php'); exit;
}
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8087#comment:1>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list