This might not be it, but how do you open a new window? I believe Ctrl-N spawns a new window with the same session, whereas clicking an IE icon in windows will create a new instance of IE, with a fresh session.
 
I have vague memories of being caught by this before.
 
Good luck.
 
Barny
----- Original Message -----
Sent: Monday, August 15, 2005 8:13 PM
Subject: [CFCDev] Application.cfc SessionID Behavior

I am using an Application.cfc file to control one of my e-commerce sites. These are the basic settings I am using.
 
<cfset This.Name = www.domainname.com>
<cfset This.ApplicationTimeout = "#CreateTimeSpan(1,0,0,0)#">
<cfset This.SessionManagement = "True">
<cfset This.SessionTimeout = "#CreateTimeSpan(0,0,30,0)#">
<cfset This.LoginStorage = "Session">
<cfset This.ClientManagement = "False">
<cfset This.SetClientCookies = "False">
<cfset This.SetDomainCookies = "False">
 
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.
 
So the scenario is:
 
1. Open first IE window .
2. Put an item in the cart on the front end.
3. Open second IE window.
4. Login to the admin.
5. View cart in the admin. (Nothing appears here)
 
Does anyone have any insight as to why this is occurring? I have tested and re-tested this on 2 of my computers and both have the same results. On mine both carts look and function exactly the same. Meaning that if I take an item out the cart it will appear that way on both Web pages.
 
Thanks for any help.

--
Dave Cordes
www.apoktechnology.com
636-412-1086 (Office)
636-578-4235 (Mobile)
----------------------------------------------------------
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]
----------------------------------------------------------
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]

Reply via email to