Terminating a session
I remember reading an article that terminating a session was not as simple as you would hope and that often happened were that the session variables were removed but the session was still active.
I have this <cfset tempvariable = StructClear(session)> to clear the session, but I want to make sure that the session is completely and utterly terminated.
I have to create a session when a user visits my script, but then depending on what country they are in I may immediately terminate the session and no content will be served to them, so the last thing I need are a huge amount of dead sessoins hanging around.
Could anybody confirm the best way to do this
Thanks
Mark
