"I am seeing some strange behavior when one of my clients puts an item in her shopping cart on the front end of the Web site and it not appearing in the back end in a different browser window. I am using the 20 character varchar Session.SessionID to control the cart."
I get the feeling you are mixing things up.
The answer you are looking for might be in answering quesiton 1 and/or 2:
1. So were do you store the value of the session variable so it can be seen in your admin ?
2. Is admin in the same application as the one for your session to control the cart?
<cfapplication
name = "application_name"
sessionManagement = "yes" or "no" >
Hope it helps
Rene Luijk
GiantChair, Inc.
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com).
CFCDev is supported by New Atlanta, makers of BlueDragon
http://www.newatlanta.com/products/bluedragon/index.cfm
An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
