RE: Session vars in a clustered environment

2000-05-17 Thread Michael Paulsmeyer
I have one question dealing with client variables. The text at the end was taken from CF Help. I have a few questions... 1. "If ID and token combinations already exist on each host in the cluster" How does each server know of the existence of other cfid/cftoken combinations on other servers?

RE: Cluster Environment

2000-05-17 Thread Michael Paulsmeyer
lto:[EMAIL PROTECTED]] Sent: Wednesday, May 17, 2000 10:12 AM To: [EMAIL PROTECTED] Cc: Michael Paulsmeyer Subject: RE: Cluster Environment Mike: Check out the documentation for the CAPPLICATION tag. Specifically the documentation for the SETDOMAINCOOKIES argume

RE: Can I put a wddx packet into a database and read it back out?

2000-05-17 Thread Michael Paulsmeyer
Here you go... In one template... !--- create and populate your array --- cfset myarray = arraynew() cfset myarry[1] = "something" !--- serialize array --- CFWDDX INPUT="#myarray#" OUTPUT="Client.MyWDDX" ACTION="CFML2WDDX" In the other template that you need to reference the array... !---

RE: Session vars in a clustered environment

2000-05-16 Thread Michael Paulsmeyer
One question Jay... Is there any way that two users can hit two different servers (in a clustered environment) and each server creates the same cfid/cftoken combination? Mike. -Original Message- From: Jay Sudowski - Handy Networks LLC [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 16,

RE: Session vars in a clustered environment

2000-05-16 Thread Michael Paulsmeyer
Paul, You can set up client management from the cfapplication tag and in the cf server administrator you can create a db to hold client vars. All servers in the cluster need to know about the DB. Create the WDDX packet as a client variable. Now when you need to save state, put the data into a

Cluster Environment

2000-05-15 Thread Michael Paulsmeyer
Hello All, My question is if two users hit a clustered site and both hit a different server, could those servers create the same cfid/cftoken combination? Asking this question because a client wants to move from session variables to client variables and I want to assure him that this situation

RE: CFERROR - MailTo

2000-05-12 Thread Michael Paulsmeyer
Thank you Philip! Cheers, Mike. -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Friday, May 12, 2000 3:44 AM To: [EMAIL PROTECTED] Subject: RE: CFERROR - MailTo For those of us who might not know how to create a self-submitting form using JS could you

RE: CFERROR - MailTo

2000-05-11 Thread Michael Paulsmeyer
Thanks Jerry, For those of us who might not know how to create a self-submitting form using JS could you point us in the right direction? Mike. -Original Message- From: Jerry William Richardson [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 11, 2000 12:09 PM To: [EMAIL PROTECTED]