RE: Persistent Session variables

2003-07-28 Thread Ian Skinner
- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 6:35 AM To: CF-Talk Subject: RE: Persistent Session variables awesome. :) > This works in CFMX > > Ade > -Original Message- > From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] > Sent:

RE: Persistent Session variables

2003-07-28 Thread S . Isaac Dealey
awesome. :) > This works in CFMX > > Ade > -Original Message- > From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] > Sent: 28 July 2003 14:05 > To: CF-Talk > Subject: RE: Persistent Session variables > Very possibly. I'm pretty sure it doesn&#

RE: Persistent Session variables

2003-07-28 Thread Adrian Lynch
This works in CFMX Ade -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: 28 July 2003 14:05 To: CF-Talk Subject: RE: Persistent Session variables Very possibly. I'm pretty sure it doesn't work with CF5. I hadn't heard anything about

RE: Persistent Session variables

2003-07-28 Thread S . Isaac Dealey
ly 2003 20:34 > To: CF-Talk > Subject: RE: Persistent Session variables > Great suggestion... The only thing I'd add is that you > might consider a user > defined function for setting client/session variables... > function setSession(varname,myvalue) { > session[varname] = myv

RE: Persistent Session variables

2003-07-28 Thread Adrian Lynch
Could the fact that CF(MX?) treats the CLIENT scope as a structure internally allow you to use CLIENT[varname] = myValue; ? Ade -Original Message- From: s. isaac dealey [mailto:[EMAIL PROTECTED] Sent: 25 July 2003 20:34 To: CF-Talk Subject: RE: Persistent Session variables Great

RE: Persistent Session variables

2003-07-25 Thread s. isaac dealey
shared server) The solution is relatively simple: I kept these 'persistent session variables' all together in a structure just to make working with them easier. Every time I needed to write (change) the variables I updated both a session variable AND a client variable. Every time I neede

Persistent Session variables

2003-07-25 Thread Peter Theobald
that happens too often on a shared server) The solution is relatively simple: I kept these 'persistent session variables' all together in a structure just to make working with them easier. Every time I needed to write (change) the variables I updated both a session variable AND a client