RE: Client Vars again

2002-09-11 Thread Chris Norloff
'... - Thomas Paine, The American Crisis -Original Message- From: Chris Norloff [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 8:19 AM To: CF-Talk Subject: Re: Client Vars again To ensure our logged-out (or timed-out) user is completely removed from our application, we delete: 1

Re: Client Vars again

2002-09-09 Thread Chris Norloff
To ensure our logged-out (or timed-out) user is completely removed from our application, we delete: 1. the entire session structure, 2. all the client vars (one at a time), 3. set the cookies to delete, and 4. use non-persistent cookies anyway. I know that sounds redundant, but it's been

RE: Client Vars again

2002-09-09 Thread Bryan Love
] +---+ ...'If there must be trouble, let it be in my day, that my child may have peace'... - Thomas Paine, The American Crisis -Original Message- From: Chris Norloff [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 8:19 AM To: CF-Talk Subject: Re: Client Vars again To ensure our

Re: Client Vars again

2002-09-08 Thread Bud
On 9/8/02, Joe Bastian penned: Susan, Cflocation is a client side redirect .. in effect it changes the header info of the clients browser to the new url page.. so NO variables will be set by the caller. Any local/session/client/application variables, and queries, etc., will

RE: Client Vars again

2002-09-08 Thread Dave Watts
Cflocation is a client side redirect .. in effect it changes the header info of the clients browser to the new url page.. so NO variables will be set by the caller. Any local/session/client/application variables, and queries, etc., will work as normal on any code before the

RE: Client Vars again

2002-09-08 Thread Bud
On 9/8/02, Joe Bastian penned: Cflocation is a client side redirect .. in effect it changes the header info of the clients browser to the new url page.. so NO variables will be set by the caller. On 9/8/02, I penned: Any local/session/client/application variables, and

Re: Client Vars again

2002-09-08 Thread Joe Eugene
meta tags or Javascript as i mentioned before.. you dont have to deal with changing any code... Joe - Original Message - From: Bud [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, September 08, 2002 10:20 PM Subject: RE: Client Vars again On 9/8/02, Joe Bastian penned

Re: Client Vars again

2002-09-07 Thread Joe Bastian
PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, September 06, 2002 3:50 PM Subject: RE: Client Vars again Hi Susan, Can you give full details. Db, os, whats the applciation, intranet/extranet/web,cfserver details,cluster/singleserver? Have you tried session vars or homegrown client vars

Re: Client Vars again

2002-09-06 Thread todd
Hey, looks like you posted this to cf-talk... again... ! On Fri, 6 Sep 2002, Adrian Lynch wrote: I've posted this to CF-Talk, sorry for any who get both and don't like cross posts... Is there anyone out there that's built reliable login/logout functionality into their site? Something that

RE: Client Vars again

2002-09-06 Thread Susan Hamilton-Allen
Adrian: I posted to CF-Talk several times yesterday (with no useful results) with a similar problem regarding client vars. We are now re-engineering to write cookies instead. I had posted a notice from MM about cflocation addtoken=yes incrementing CFID. Look at your CFID table; we had new

RE: Client Vars again

2002-09-06 Thread Andre Turrettini
- From: Susan Hamilton-Allen [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 12:50 PM To: CF-Talk Subject: RE: Client Vars again Adrian: I posted to CF-Talk several times yesterday (with no useful results) with a similar problem regarding client vars. We are now re-engineering

RE: Client Vars again

2002-09-06 Thread Susan Hamilton-Allen
the variables in memory successfully. Susan Hamilton Allen Web Programmer Pfingsten Publishing, L.L.C. Seven Hills, OH 44131 -Original Message- From: Andre Turrettini [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 3:51 PM To: CF-Talk Subject: RE: Client Vars again Hi Susan

RE: Client Vars again

2002-09-06 Thread Bryan Love
- From: Susan Hamilton-Allen [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 12:50 PM To: CF-Talk Subject: RE: Client Vars again Adrian: I posted to CF-Talk several times yesterday (with no useful results) with a similar problem regarding client vars. We are now re-engineering

RE: Client Vars again

2002-09-06 Thread Susan Hamilton-Allen
]] Sent: Friday, September 06, 2002 4:18 PM To: CF-Talk Subject: RE: Client Vars again how did you confirm that the client vars are not being recorded in DB? +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database

RE: Client Vars again

2002-09-06 Thread Andre Turrettini
with that! DRE Ps. It's a stressfull thing so be thorough and clear minded! -Original Message- From: Susan Hamilton-Allen [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 2:13 PM To: CF-Talk Subject: RE: Client Vars again DB: SQL Server 2000; Client OS: win2k; intranet app; single

RE: Client Vars again

2002-09-06 Thread Bryan Love
: Friday, September 06, 2002 1:23 PM To: CF-Talk Subject: RE: Client Vars again Well, I opened the CFID and CFGLOBAL tables and the rows corresponding to the CFID/CFTOKEN in the dubugging results were not there. Susan Hamilton Allen Web Programmer Pfingsten Publishing, L.L.C. Seven Hills, OH 44131

RE: Client Vars again

2002-09-06 Thread Bryan Love
Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 1:39 PM To: CF-Talk Subject: RE: Client Vars again remember that the CFID can come from the following scopes: - session - cookie - client - url I don't know the order these are searched in when no scope

RE: Client Vars again

2002-09-06 Thread Susan Hamilton-Allen
. Seven Hills, OH 44131 -Original Message- From: Andre Turrettini [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 4:29 PM To: CF-Talk Subject: RE: Client Vars again Hmm. I'm assuming that when you say we ran the app on another pc in the office, you mean that you made requests

RE: Client Vars again

2002-09-06 Thread Bryan Love
'... - Thomas Paine, The American Crisis -Original Message- From: Susan Hamilton-Allen [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 2:02 PM To: CF-Talk Subject: RE: Client Vars again We are not talking cookies here. We were using client variables written to a database

RE: Client Vars again

2002-09-06 Thread Susan Hamilton-Allen
: 216.328.8926 fax: 216.328.9452 -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 4:55 PM To: CF-Talk Subject: RE: Client Vars again let me expand on that a little The ONLY way the server knows who you (the client) are is by you passing

RE: Client Vars again

2002-09-06 Thread Bryan Love
:12 PM To: CF-Talk Subject: RE: Client Vars again Thanks, but the problem was not with cookies. This is the MM posting I posted yesterday. As I said, we also changed addtoken to no and experienced other more puzzling problems. We are now using cookies, no problems. MM Forum posting: July 16

RE: Client Vars again

2002-09-06 Thread Bruce, Rodney S HQISEC/SIGNAL
VALUE=#session.cftoken# /CFLOCK This also has the benefit of closing a session when the browser closes. -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 2:19 PM To: CF-Talk Subject: RE: Client Vars again keep in mind that you probably were

RE: Client Vars again

2002-09-06 Thread Dave Watts
There is one other way of keeping the CFID and CFTOKEN without cookies and not having to pass with every url in you application.cfm file you can do: CFLOCK TIMEOUT=30 THROWONTIMEOUT=No TYPE=EXCLUSIVE SCOPE=SESSION CFCOOKIE NAME=CFID value=#session.cfid# CFCOOKIE

RE: Client Vars again

2002-09-06 Thread Susan Hamilton-Allen
[mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 5:19 PM To: CF-Talk Subject: RE: Client Vars again keep in mind that you probably were using cookies before, you just didn't know it. Unless you specify cfapplication... setClientCookies=no then cookies will be used. If you do specify

Re: RE: Client Vars again

2002-09-06 Thread ksuh
Hamilton-Allen [EMAIL PROTECTED] Date: Friday, September 6, 2002 3:53 pm Subject: RE: Client Vars again Yes, that is true. However, I am aware of the SetClientCookies option, and did have it set as no. We really didn't want to write anything to the client at all. Susan Hamilton Allen Web

RE: Client Vars again

2002-09-06 Thread Dave Watts
Yes, that is true. However, I am aware of the SetClientCookies option, and did have it set as no. We really didn't want to write anything to the client at all. If you want state management within your application, the browser has to identify itself to the server on every subsequent page

RE: Client Vars again

2002-09-06 Thread Matt Robertson
:19 PM To: CF-Talk Subject: RE: Client Vars again keep in mind that you probably were using cookies before, you just didn't know it. Unless you specify cfapplication... setClientCookies=no then cookies will be used. If you do specify ...cookies=no then you MUST pass CFID and CFTOKEN in the url