Ticket #80 (closed defect: fixed)
UUID's constantly getting added to session
| Reported by: | allex.smith@… | Owned by: | joe.rinehart |
|---|---|---|---|
| Priority: | lowest | Milestone: | 2.0 Beta 2 |
| Version: | 2.0.304 | Severity: | minor |
| Keywords: | Cc: |
Description
This code in: \loader\FrameworkLoader?.cfc causes Model-Glue to append an empty structure with a name of the UUID inside of the seesion on every request.
<cftry>
<cfset session[createUUID()] = "" /> <cfcatch>
<cfset mg.setUseSession(false) />
</cfcatch>
</cftry>
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)