I'm an ASP blokey just getting to grips with ColdFusion. What I want to do is create a directory for a user to upload files from a form to. The directory should be named after their unique session id. Once everything has been confirmed, then the files will be moved to the files directory.
What I want to know is how do I get at the session ID ? in ASP I'd just use 'Session.SessionID' .. what's the ColdFusion equivalent ? Is it to do with CFID and CFTOKEN ? These seem to change when I hit F5 and refresh the page.
What I want to know is how do I get at the session ID ? in ASP I'd just use 'Session.SessionID' .. what's the ColdFusion equivalent ? Is it to do with CFID and CFTOKEN ? These seem to change when I hit F5 and refresh the page.