fusionaire
Programmer
OK, I know this sounds silly, but how do I establish a unique session ID for every session that takes place?<br><br>I am building a simple shopping cart application, so none of the items placed in a cart will be inserted into the database until they choose to "finalize" the order.<br><br>I have client and session management enabled in my Application template, so I can acces the CFID and CFToken when I test on my machine, but my sessionID is the CFID and CFToken, which is fine for client side, but I cannot figure out how to establish a unique sessionID for every unique visitor who comes to the site.<br><br>Any tips would be much appreciated.