StructClear 500 Error...HELP!
I've been working on this for a month and I'm stumped.
This is the code to logout...
<cfscript>
StructClear(session);
StructClear(application);
</cfscript>
...that's it (besides some HTML "You've logged out").
This works fine on our DEV & TEST environments, but gets a 500 Error on our PROD environment. Nothing in the error log. I've searched exhaustively and cannot find anything. And we have a System Admin who is difficult..."it's the code."
Any idea?
Thanks in advance.
ColdFusion v11.
