How many instances/machines have you tested it on?  Sounds to me like
that particular Netscape installation has problem with it.  But this
opens up a bigger issue: what if cookies are disabled?  I can't recall,
but I think if you pass along the cfid and cftoken to every page, you
can maintain your client variables; of course, this opens up a pandora's
box of security issues.  (with the cfid and cftoken, a person can easily
assume someone else's session)

-- 
Billy Cravens
HR Web Development, Sabre
[EMAIL PROTECTED]



"C. Hatton Humphrey" wrote:
> 
> 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
> 
> -------------------------------------------------------------------------
> This email server is running an evaluation copy of the MailShield anti-
> spam software. Please contact your email administrator if you have any
> questions about this message. MailShield product info: www.mailshield.com
> 
> -----------------------------------------------
> To post, send email to [EMAIL PROTECTED]
> To subscribe / unsubscribe: http://www.dfwcfug.org


"C. Hatton Humphrey" wrote:
> 
> 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
> 
> -------------------------------------------------------------------------
> This email server is running an evaluation copy of the MailShield anti-
> spam software. Please contact your email administrator if you have any
> questions about this message. MailShield product info: www.mailshield.com
> 
> -----------------------------------------------
> To post, send email to [EMAIL PROTECTED]
> To subscribe / unsubscribe: http://www.dfwcfug.org

-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to