RE: Elementary session question

2004-12-08 Thread Figy, Kam
: Tuesday, December 07, 2004 11:35 AM To: CF-Talk Subject: Re: Elementary session question Kam: Are you suggesting that I should store my resultset in a structure called records? And then delete that structure if the cookie does not exist? Am i right? On Tue, 7 Dec 2004 11:51:54 -0700, Figy, Kam

RE: Elementary session question

2004-12-07 Thread Figy, Kam
CF session variables are based on a timeout and (as far as I know) cannot be made to expire when a browser is closed. An option might be to set a browser session cookie (the default behavior of cfcookie) which will expire when the browser closes, and check that - if it no longer exists then clear

Re: Elementary session question

2004-12-07 Thread Web Exp
Thanks Kam, But I need to identify the records entered for that session. So, what information (other than cfid and cftoken) would be unique to that browser session? On Tue, 7 Dec 2004 11:23:15 -0700, Figy, Kam [EMAIL PROTECTED] wrote: CF session variables are based on a timeout and (as far as I

RE: Elementary session question

2004-12-07 Thread Paul
://livedocs.macromedia.com/coldfusion/6/Developing_ColdFusion_MX_Applica tions_with_CFML/sharedVars5.htm -Original Message- From: Web Exp [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 11:39 AM To: CF-Talk Subject: Re: Elementary session question Thanks Kam, But I need

RE: Elementary session question

2004-12-07 Thread Figy, Kam
:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 10:39 AM To: CF-Talk Subject: Re: Elementary session question Thanks Kam, But I need to identify the records entered for that session. So, what information (other than cfid and cftoken) would be unique to that browser session? On Tue, 7 Dec 2004

RE: Elementary session question

2004-12-07 Thread Dave Watts
CF session variables are based on a timeout and (as far as I know) cannot be made to expire when a browser is closed. An option might be to set a browser session cookie (the default behavior of cfcookie) which will expire when the browser closes, and check that - if it no longer exists

RE: Elementary session question

2004-12-07 Thread Dave Watts
Hi. I am new to session management in CF. My application inserts certain records into the database. After inserting each record, the user gets to see all the records that he added in this particular session. If the user closes browser, and adds more records, he should not see the ones

Re: Elementary session question

2004-12-07 Thread Web Exp
, December 07, 2004 10:39 AM To: CF-Talk Subject: Re: Elementary session question Thanks Kam, But I need to identify the records entered for that session. So, what information (other than cfid and cftoken) would be unique to that browser session? On Tue, 7 Dec 2004 11:23:15 -0700, Figy, Kam