>From a development point, I find db-based client vars infintely easier to
work with. Since all the vars are on a SQL server, I can query the server to
see the state of all variables at any point in an application's flow. If
you've got a 2nd development workstation at your desk, with some sort of SQL
query tool, or even a CF page to check status, you can spy out client
variables while an application is functioning; not just when it bombs out or
is CFABORTed.

Also, the occasionally irritating issue of unwanted persistance is cured for
good. Want to delete a client variable? Issue a DELETE statement, and you
know its gone.

Alan McCollough
Web Programmer
Allaire Certified ColdFusion Developer
Alaska Native Medical Center

> -----Original Message-----
> From: Ryan Wood [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, August 29, 2000 12:26 PM
> To:   '[EMAIL PROTECTED]'
> Subject:      Scope & Intranet Development
> 
> I am a CF intranet developer and very frequently use the session scope.
> Most
> of the state management is by a local employee ID. It appears that most
> people and examples on this list use the client scope rather than the
> session scope. Other than load balancing, is there an advantage to there
> any
> to the client scope over the session scope when not using CFID & tokens to
> track state/user management?
> 
> Are there any other intranet developers who are using fusebox for
> corporate
> reporting & applications? If so, please email off-list ([EMAIL PROTECTED]).
> I'd
> be very curious to hear about your implementations.
> 
> Ryan
> 
> __
> Ryan Wood
> Intranet Web Developer
> Corporate Systems-MIS
> Datastream Systems, Inc.
> 864.422.5260
> 800.955-6775 x5260
> --------------------------------------------------------------------------
> ----
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to