no, but ill try that.

+++++++ im trying now..... ++++++

not lookin good...its a shared server
environment, experthost.com. can they block
locking capabilities?

i havent used locks on session vars, havent
needed to, and having never formally learned
cf, not really 100% down with the thought
process behind locking session var setting...

any good books on that topic?

+++++++++++++++++++++++++++++++++

now back to the issue....its the setting
of the cookie var that is buggin....

now, the interesting part, is that this is
the setting of a cookie var called FinalRegisteredLive
which is already set, however now it needs
to be set with new data contained in it, am i
seeing that i have to make the value of it "(nothing)"
and then, reset it to a new value? or shouldnt
i be able to rewrite the value with the cfset?

tony


-----Original Message-----
From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 12:41 AM
To: CF-Talk
Subject: Re: WHYYYYY!!!!!!


Tried a session lock around your session vars?

> for the love of jehovah could
> someone please tell me why in the heck
> these two lines are making a page stall
> to the point of never coming back when loading?

> when i comment them, the page shows the rest
> of the page fine, however when not commented
> out, they make the page just sit in limbo?

> cf5 iis5 winxp

> form.email is defined, for sure.

> <cfcookie name="FinalRegisteredLive" value="#form.email#"
> expires="never">
> <cfset Session.Active="1">

> Heres more....if i have this code up....

>       <cfif isDefined("form.email")>

>               Its Defined.
>               <cfabort>

>               <cfcookie name="FinalRegisteredLive"
> value="#form.email#" expires="never">
>               <cfset Session.Active="1">

>       <cfelse>

>               Not defined.

>       </cfif>

> I get "Its Defined" on the page.

> ...tony

> tony weeg
> [EMAIL PROTECTED]
> www.revolutionwebdesign.com
> rEvOlUtIoN wEb DeSiGn
> 410.334.6331

> __________________________________________________________
> ____________
> 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


Isaac
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046


______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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

Reply via email to