Thanks again Ray....yeah I should have mentioned...my session handling (seperate from this cookie issue) involves a client cookie holding a session ID (session_ID relates to a User_ID) and that cookie value can then be used to get user details (like name, user group, etc.).  So yes...I use a client var/database approach.....rock solid....never lost a session in 6 years ;-)

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

---------------------------------------------------------
Macromedia Associate Partner
www.macromedia.com
---------------------------------------------------------
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
  ----- Original Message -----
  From: Raymond Camden
  To: CF-Talk
  Sent: Tuesday, November 25, 2003 2:10 PM
  Subject: RE: SOLVED Re: WDDX, cookies, and Netscape

  If you can't use session vars, or client vars, consider using a database and
  simply get/set on each request. It isn't the best solution, but its
  workable. Use a cookie to just record the PK for the user, but be sure to
  not use sequential PKs.


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

Reply via email to