fusionaire
Programmer
what I was wondering, was if someone<br>could explain exactly how you set up the session variables and also how<br>you<br> reference them throughout the application. I am a newbie, and I have yet<br>to<br>find a single resource that clearly explains this.<br><br> I am building a shopping cart application, and I have Session management<br>on,<br> and client management off, So, even though I can still get the CFID,<br>CFTOKEN<br> and URLTOKEN within my Session scopes, how can I set it so that a user who<br> orders a product at one session, could come back the next day and order<br>some<br> more products without getting the same CFID,CFTOKEN and URLTOKEN?<br><br> That is my problem. I am totally clueless on what to do for that. <br> NOTE:I do have a "reciept" page that is supposed to reset all session<br>variables, but whenever I get back on the site, I recieve the same CFID<br>and<br> CFTOKEN. This is persistant even though I test the site daily, since I<br>started this site about two weeks ago, I still have the exact same number.<br> The reason I want to do it this way is because the we want the sessionID<br>to<br>be the order number.<br><br> Any advice you can give will be much appreciated.<br><br>