Paul Ihrig wrote:
> yeah i dont get it..
> reading as fast as i can so i can get this straightend out..
>
> http://63.144.103.199/products/index.cfm?n1Id=11&n2Id=81&n3Id=296&CFID=219745&CFTOKEN=60381247
>   
cfid    219745
cftoken         60381247

> http://63.144.103.199/rittalxpress/cart/LX_right1.cfm
>   
cfid    219360
cftoken         42526293


The different number for the CFID and CFTOKEN mean that these are two 
completely different session states.  They will not share data with each 
other.  Somehow or the other the way your application is structured you 
are creating different sessions, possible because of different 
applications, in different parts of the application.

To solve this we would need to see the directory structure of your 
application, where do you have Applicaiton.cfm and|or Applicaiton.cfc 
files, and what is in those files to define the application environments.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324601
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to