Matt,
I Removed SETCLIENTCOOKIES="YES" and now it works with good ol' Nutscrape. I
would however be very interested in finding out why this works???? Oh well,
"live and learn" I guess. Maybe one of the CF guru's in the community can
enlighten me as to why this works.
Thanks for the help everyone.
Kindest Regards,
Nelson
----Original Message Follows----
From: "Matt Robertson" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: Re: Yet another reason why I hate Netscape
Date: Thu, 20 Sep 2001 01:04:46 -0700
Received: from [207.31.122.190] by hotmail.com (3.2) with ESMTP id
MHotMailBD72FFD700A64004320BCF1F7ABE096185; Thu, 20 Sep 2001 02:28:00 -0700
Received: from hof001.cfhosting.net ([207.31.122.190]) by
hof001.houseoffusion.com (Post.Office MTA v3.5.3 release 223 ID#
0-54969U100L100S0V35) with ESMTP id com for
<[EMAIL PROTECTED]>; Thu, 20 Sep 2001 04:08:49 -0400
>From [EMAIL PROTECTED] Thu, 20 Sep 2001 02:28:31 -0700
message-id: <001b01c141aa$eaaf5750$4b3ea640@msbhome>
precedence: bulk
References: <[EMAIL PROTECTED]>
I had this problem when I migrated an existing site to newer code. Drove me
nuts. One thing I did was put CFID and CFTOKEN in the bottom right hand
corner of the page and discovered I was getting a new cfid/cftoken on every
page. From there I found -- and for the life of me I don't know why this
is -- that if I removed SETCLIENTCOOKIES="YES" from the cfapplication
statement that the problem disappeared. The statement wasn't in my older
code, but was in the newer one. Here's the working statement:
<CFAPPLICATION NAME="namehere"
SESSIONMANAGEMENT="YES"
CLIENTMANAGEMENT="YES"
CLIENTSTORAGE="#request.SiteDSN#"
sessiontimeout="#CreateTimeSpan(0,1,0,0)#"
applicationtimeout="#CreateTimeSpan(0,2,0,0)#">
Hope this helps,
-----------------------------------------
Matt Robertson [EMAIL PROTECTED]
MSB Designs, Inc. http://mysecretbase.com
-----------------------------------------
> I am working on an application which uses some a session variables. It
works
> perfectly in IE (of course), however when I try to load the exact same
> page(s) in netscape the variable does not exist.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists