Feedback on: irt.org FAQ Knowledge Base Q3004
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
I think you should warn readers that <cfset tempvariable = StructClear(session)>
will clear Session.SessionID, which is not always a good idea.
Comments:
Not Advisable. This will not and you cannot recreate the most important session variable, session.sessionid. The alternate solution after trying your example was to rename the application name instead restarting the server.