I just found out that something that has been working wonderfully in IE is
throwing a major fit with Netscape.  I am using a simple CFApplication
session to build a security module.  IE users (5.01, 5.5, 4.0 tested) can
log in without a hitch.  We didn't test it with Netscape... until now.  When
Netscape tries to load the page, I get the following error:

Error Diagnostic Information

 Error attempting to get the client (Client ID = '228818').

 A problem was encountered trying to access the system registry. Error
number 1450 occurred.

 The error occurred while processing an element with a general identifier of
(CFAPPLICATION), occupying document position (3:1) to (7:59).

 Date/Time: 01/25/01 16:43:23
 Browser: Mozilla/4.76 [en] (Windows NT 5.0; U)
 Remote Address: 207.19.132.222

The code I have for the session is:
<cfapplication name="DealerUtility"
               clientmanagement="Yes"
               sessionmanagement="Yes"
               setclientcookies="Yes"
               sessiontimeout="#CreateTimeSpan(0,0,30,0)#">

Any advice would be helpful.

Thanks!
Hatton Humphrey


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to