What custom system are we talking about? Custom DB with data write and read with SQL for every request?
Are you by-passing CF Serialization/De-Serialization?

Matt.. mentioned something about using a local file system to do this.
Curious.. is this any effective than CF Client var?

Joe

  ----- Original Message -----
  From: Barney Boisvert
  To: CF-Talk
  Sent: Friday, October 03, 2003 4:43 PM
  Subject: RE: Session Variables Or Client Variables (Pros & Cons - Poll)

  I use a custom system, modelled on client variables.  Everything is stored
  in a DB, but serialization and deserialization is automatic (excepting CFCs,
  though that'll change).  The biggest advantage is simple clustering, becuase
  you needn't worry about session replication, and you can also access that
  database for non-client variable stuff.  THe data format is more flexible,
  so I can use application logic to control the tables as well as just the
  client mechanism.

  Works very well.
    -----Original Message-----
    From: Joe Eugene [mailto:[EMAIL PROTECTED]
    Sent: Friday, October 03, 2003 1:30 PM
    To: CF-Talk
    Subject: Session Variables Or Client Variables (Pros & Cons - Poll)

    Personally i am not a big fan of Client Variables due to DB
  Serialize/De-Serialize Overhead
    and not being able to store complex variables etc...

    Just Curious..

    What would be the CF Developer Consensus to using Client Variables Or
  using Session Variables?

    Thanks,
    Joe Eugene


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to