> theory question. what is faster, client vars in a db, or secure cookies
> from a secure server?
>
> is it faster to read/write a local client cookie or handoff back and forth
> from the database server?
OK, faster for who?
If you read/write them to a database, then it's (slightly) faster for the
client
If you read/write them to a cookie, then it's (slightly) faster for the
server
Remember that for a database access, if you have a separate database server
(which I'd hope you have for a cluster), then the extra work is on the end
of the database server, also, you may have to wait for the data to be
updated - depending on the traffic you put to the database server (and how
your SQL is written, the hardware of the database server, etc. etc.) - I've
seen a delay on my database server of over 20 seconds when the traffic was
(extremely) high...
With a cookie, you know the data is ALWAYS going to be the very last one you
wrote - UNLESS they have disabled cookies, in which case you can't use the
cookie route at all...
Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133
"Websites for the real world"
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_community or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.