The brief is to create webpages via an updater.  The user can select how
many pages they wish the site to have (1,2 or 3).  Then based on a
defulat template they can then upload different images, amend text,
change colours etc.  This will then create their very own webiste.  Has
anyone done anything similar for inspairation?

regards,
Nick

-----Original Message-----
From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]
Sent: 16 August 2001 11:06
To: CF-Talk
Subject: RE: Cookie Question


Fuon,

Never "rely" on using cookies. ColdFusion's built-in handling of
session/client variables negates the use of cookies for most situations.
You
need to setup your application to use either client or session variables
and
store them in, preferably, a datasource as opposed to the registry (the
default).

Unless you are using pirated software the manuals explain this.

To depend on storing variables in the "registry" is not a good idea -
especially in a clustered environment.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Fuon See Tu
Sent: Thursday, 16 August 2001 4:42 AM
To: CF-Talk
Subject: Cookie Question


Do I use javascript to manipulate cookies, or can coldfusion do all of
the
cookie handling and manipulation?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to