Re: Re: [ACFUG Discuss] Client? Session?

2006-10-05 Thread Jeremy Allen
To discussion@acfug.org cc Subject Re: Re: [ACFUG Discuss] Client? Session?

Re: Re: Re: Re: [ACFUG Discuss] Client? Session?

2006-10-02 Thread Steven Ross
; > > > > Just as an aside - you can still store complex structures in client > > variables but you'll have to wddx them into a string and then store them > > into the client variable. Also, if you do this and you have your client > > variables stored in the database, you'll

Re: Re: Re: [ACFUG Discuss] Client? Session?

2006-10-02 Thread Teddy Payne
> > Allen> >> >> > -Original Message-> > From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]]On Behalf Of Jeremy Allen> > Sent: Saturday, September 30, 2006 12:30 AM> > To: discussion@acfug.org> > Subject: Re: Re: [ACFUG Discuss] Client? Session

Re: Re: Re: [ACFUG Discuss] Client? Session?

2006-10-02 Thread Steven Ross
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jeremy Allen > Sent: Saturday, September 30, 2006 12:30 AM > To: discussion@acfug.org > Subject: Re: Re: [ACFUG Discuss] Client? Session? > > Don't use the Client scope! There are only a few reasons to use C

Re: Re: [ACFUG Discuss] Client? Session?

2006-10-02 Thread Teddy Payne
y, why would you say "Don't use the Client scope!"?    Thanks,   Allen -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy AllenSent: Saturday, September 30, 2006 12:30 AMTo: discussion@acfug.orgSubject: Re: Re: [ACFUG Discuss] Cli

RE: Re: [ACFUG Discuss] Client? Session?

2006-10-02 Thread axunderwood
discussion@acfug.org cc Subject Re: Re: [ACFUG Discuss] Client? Session?

Re: Re: [ACFUG Discuss] Client? Session?

2006-09-29 Thread Jeremy Allen
[EMAIL PROTECTED]Sent: Wednesday, September 27, 2006 9:22 AMTo: discussion@acfug.orgSubject: Re: Re: [ACFUG Discuss] Client? Session?In general it seems to me that the rule is that once a user is on a server, they are on the same server.  Define complex data.  I potentially see struct

Re: Re: [ACFUG Discuss] Client? Session?

2006-09-27 Thread Gerrey . Mary-Catherine
Yep, just making sure your definition matched my definition.  :) mcg Teddy Payne <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 09/27/2006 09:47 AM Please respond to discussion@acfug.org To discussion@acfug.org cc Subject Re: Re: [ACFUG Discuss] Client? S

Re: Re: [ACFUG Discuss] Client? Session?

2006-09-27 Thread Teddy Payne
ts the equivalent of a session state server.    Allen -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]Sent: Wednesday, September 27, 2006 9:22 AMTo: discussion@acfug.orgSubject: Re: Re: [ACFUG Discuss] Client? Session?In g

Re: Re: [ACFUG Discuss] Client? Session?

2006-09-27 Thread Douglas Knudsen
e written.   mcg Steven Ross <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 09/26/2006 08:04 PM Please respond to discussion@acfug.org To discussion@acfug.org cc Subject Re: Re: [ACFUG Discuss] Client? Session? Yeah it depends on how you want your requests routed.

Re: Re: [ACFUG Discuss] Client? Session?

2006-09-27 Thread Teddy Payne
EMAIL PROTECTED] 09/26/2006 08:04 PM Please respond to discussion@acfug.org To discussion@acfug.org cc Subject Re: Re: [ACFUG Discuss] Client? Session? Yeah it depends on how you want your requests routed... it is my understanding that if you want the machines to round robin each

Re: RE: Re: [ACFUG Discuss] Client? Session?

2006-09-27 Thread Steven Ross
and I believe it supports the equivalent of a session state server. Allen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 9:22 AM To: discussion@acfug.org Subject: Re: Re: [ACFUG Discuss] Client? Session

Re: Re: Re: [ACFUG Discuss] Client? Session?

2006-09-27 Thread Steven Ross
ussion@acfug.org cc Subject Re: Re: [ACFUG Discuss] Client? Session? Yeah it depends on how you want your requests routed... it is my understanding that if you want the machines to round robin each request then you need to do client variables, if you don't care and you just want users t

RE: Re: [ACFUG Discuss] Client? Session?

2006-09-27 Thread axunderwood
t of a session state server.    Allen -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of [EMAIL PROTECTED]Sent: Wednesday, September 27, 2006 9:22 AMTo: discussion@acfug.orgSubject: Re: Re: [ACFUG Discuss] Client? Session?In general it seems to me t

Re: Re: [ACFUG Discuss] Client? Session?

2006-09-27 Thread Gerrey . Mary-Catherine
en.   mcg Steven Ross <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 09/26/2006 08:04 PM Please respond to discussion@acfug.org To discussion@acfug.org cc Subject Re: Re: [ACFUG Discuss] Client? Session? Yeah it depends on how you want your requests routed... it is

Re: Re: [ACFUG Discuss] Client? Session?

2006-09-26 Thread Steven Ross
Yeah it depends on how you want your requests routed... it is my understanding that if you want the machines to round robin each request then you need to do client variables, if you don't care and you just want users to stay on one server then you can use sessions. On 9/26/06, Teddy Payne <[EMAIL