|
Excellent, glad it worked!
Barny
----- Original Message -----
Sent: Tuesday, August 16, 2005 3:26
AM
Subject: Re: [CFCDev] Application.cfc
SessionID Behavior
Barny,
That was an excellent guess. Your solution was 100% correct. When
clicking the icon on the desktop ColdFusion generated a new session. By
clicking Control-N the same session was used. Thanks for the tip and good
memory!
On 8/15/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi
Dave,
"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.
----------------------------------------------------------
-- 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]
|