History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FC-1545
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Blair McKenzie
Reporter: Andrew Mercer
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FarCry Core Framework

dmProfile not deleted after logout

Created: 13/Oct/08 06:43 PM   Updated: 28/Oct/08 03:33 PM
Component/s: Security
Affects Version/s: FarCry 5.0 (Fortress), 5.0.1, 5.0.2
Fix Version/s: FarCry 5.1

Time Tracking:
Not Specified

File Attachments: 1. File security.cfc (29 kb)



 Description  « Hide
security.logout() does not delete dmProfile from SESSION scope

Fix
<cffunction name="logout" access="public" output="false" returntype="void" hint="" bDocument="true">
<cfset structdelete(session,"security") />
<cfset structdelete(session,"dmProfile") />

<!--- DEPRECIATED VARIABLE --->
<cfset structdelete(session,"dmSec") />
</cffunction>

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Andrew Mercer - 13/Oct/08 06:43 PM
my fix

Blair McKenzie - 28/Oct/08 03:33 PM
Provided fix has been committed.