session question set clear

2006-06-09 Thread Paul Ihrig
i am new to session application variables am just trying to figure out a way to make a pop-up only display once per session. and only if the last message entered in the db is set to active. any help would be awesome. just so i can understand this simple thing.. thanks! -paul ok i have an

RE: session question set clear

2006-06-09 Thread Ben Nadel
, NY 10001 212.691.1134 x 14 212.691.3477 fax www.nylontechnology.com Some people call me the space cowboy. Some people call me the gangster of love. -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED] Sent: Friday, June 09, 2006 4:31 PM To: CF-Talk Subject: session question set

RE: Session question

2005-03-11 Thread Martin Parry
PROTECTED] Sent: 11 March 2005 03:07 To: CF-Talk Subject: Re: Session question To your original question... every click resets the session timer. It only times out IF they have not commited an action (link, form post, etc.) after the timeout value. And you can use sessiontimeout=#createTimeSpan

RE: Session question

2005-03-11 Thread James Holmes
Thanks for posting the resolution. It's amazing how many people don't bother when they fix it themselves. -Original Message- From: Martin Parry [mailto:[EMAIL PROTECTED] Sent: Friday, 11 March 2005 5:28 To: CF-Talk Subject: RE: Session question I THINK I've got to the bottom

RE: Session question

2005-03-11 Thread Martin Parry
2005 09:51 To: CF-Talk Subject: RE: Session question Thanks for posting the resolution. It's amazing how many people don't bother when they fix it themselves. ~| Logware (www.logware.us): a new and convenient web-based time

RE: Session question

2005-03-11 Thread James Holmes
You can get a cream for that... -Original Message- From: Martin Parry [mailto:[EMAIL PROTECTED] Sent: Friday, 11 March 2005 5:56 To: CF-Talk Subject: RE: Session question I know - There's a few times I've (and I'm sure most everybody here) posted solutions/advice and get nothing

RE: Session question

2005-03-11 Thread Martin Parry
LOL Martin Parry Macromedia Certified Developer http://www.BeetrootStreet.co.uk -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: 11 March 2005 10:24 To: CF-Talk Subject: RE: Session question You can get a cream

Re: Session question

2005-03-10 Thread Jared Rypka-Hauer - CMG, LLC
Since I usually have the poor judgement to rely on the cfapplication tag for maintaining session state, I always get cftoken, cfid, and all that... big... clumsy number stuff... mixed up. I've never had a real issue with a site before, though. My issues with not maintaining sessions have been

Session question

2005-03-08 Thread Martin Parry
Can anyone clarify if when you set a session variable it automatically extends the user's session to whatever the session timeout is ?? I'm having terrible troubles with users having sessions cleared although I've implemented a hidden iFrame that navigates to a page to set session.currentTime

RE: Session question

2005-03-08 Thread Robertson-Ravo, Neil (RX)
- From: Martin Parry [mailto:[EMAIL PROTECTED] Sent: 08 March 2005 10:32 To: CF-Talk Subject: Session question Can anyone clarify if when you set a session variable it automatically extends the user's session to whatever the session timeout is ?? I'm having terrible troubles with users having

RE: Session question

2005-03-08 Thread Martin Parry
. Cheers Neil Martin Parry Macromedia Certified Developer http://www.BeetrootStreet.co.uk -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 08 March 2005 10:50 To: CF-Talk Subject: RE: Session question Not sure what you mean? A session is alive until

RE: Session question

2005-03-08 Thread Robertson-Ravo, Neil (RX)
Even on a single IP the users should still get a separate CFID/CFTOKEN so they should have individual session timeouts. -Original Message- From: Martin Parry [mailto:[EMAIL PROTECTED] Sent: 08 March 2005 10:48 To: CF-Talk Subject: RE: Session question Yeah, that's what I figured - I

Re: Session question

2005-03-08 Thread Jared Rypka-Hauer - CMG, LLC
http://www.BeetrootStreet.co.uk -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 08 March 2005 10:50 To: CF-Talk Subject: RE: Session question Not sure what you mean? A session is alive until such a point the set period of inactivity has been

RE: Session question

2005-03-08 Thread Martin Parry
Developer http://www.BeetrootStreet.co.uk -Original Message- From: Jared Rypka-Hauer - CMG, LLC [mailto:[EMAIL PROTECTED] Sent: 08 March 2005 13:11 To: CF-Talk Subject: Re: Session question Make sure you're either using setclientcookies=true or passing CFID/CFTOKEN in every single request

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

Elementary session question

2004-12-07 Thread Web Exp
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 that he

RE: Elementary session question

2004-12-07 Thread Figy, Kam
your session records cache and recreate the cookie. There might be better ways but that's my offhand take. Kam -Original Message- From: Web Exp [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 10:04 AM To: CF-Talk Subject: Elementary session question Hi. I am new to session

Re: Elementary session question

2004-12-07 Thread Web Exp
. There might be better ways but that's my offhand take. Kam -Original Message- From: Web Exp [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 10:04 AM To: CF-Talk Subject: Elementary session question Hi. I am new to session management in CF. My application inserts

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

CF Session Question

2003-11-20 Thread Jim McAtee
I've got a CF5 application, an ad server, which has two distinct components. One is a management interface and the other is the mechanism for serving and tracking ads and click throughs. In the management interface I wish to use CF sessions to track user logins. The ad serving mechanism is

Session question

2002-09-09 Thread Kris Pilles
Over the weekend I noticed a bug in my shopping carts session management. I don't know how to fix it... Basically if your within the realms of my cart and the user hits file new and opens a new window. We are currently not creating new sessions but the same session is carried over to the 2nd

RE: Session question

2002-09-09 Thread Phoeun Pha
: Monday, September 09, 2002 10:26 AM To: CF-Talk Subject: Session question Over the weekend I noticed a bug in my shopping carts session management. I don't know how to fix it... Basically if your within the realms of my cart and the user hits file new and opens a new window. We are currently

RE: Session question

2002-09-09 Thread Kris Pilles
Well. I don't really see the big deal but since im a morona and mentioned this issue to my boss now I have to fix it So, any help would be appreciated. Thanks Kris Pilles Kris Pilles Website Manager Western Suffolk BOCES 507 Deer Park Rd., Building C Phone: 631-549-4900 x 267 E-mail:

RE: Session question

2002-09-09 Thread Phoeun Pha
, September 09, 2002 10:44 AM To: CF-Talk Subject: RE: Session question Well. I don't really see the big deal but since im a morona and mentioned this issue to my boss now I have to fix it So, any help would be appreciated. Thanks Kris Pilles Kris Pilles Website Manager Western Suffolk BOCES 507

RE: Session question

2002-09-09 Thread Kris Pilles
AM To: CF-Talk Subject: RE: Session question ermm you don't can't fix it lol. It's kinda like saying, Boss, there's a bug in this array. Everytime I delete an element in the array, the array elements realign themselves! It's not a bug! There's nothing wrong with the session existing across

RE: Session question

2002-09-09 Thread Phoeun Pha
: Session question LOL... Well the problem it may cause is that a not so computer literate wants t sign up for a class opens 2 windows and gets confused and gives up on our site.. Lol that's a reach -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002

RE: Session question

2002-09-09 Thread Kris Pilles
the accounting system app in a modul I can avoid this Well I guesss your right... Thanks for talkjing som logic into me -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 12:08 PM To: CF-Talk Subject: RE: Session question Well, if this is any

RE: Session question

2002-09-09 Thread Phoeun Pha
! -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 11:13 AM To: CF-Talk Subject: RE: Session question Ok Heres a better example We are rebuilding our accounting system with CF/Oracle... Now if this same issue occurs and lets

Baffling Session Question

2002-06-27 Thread Mark Leder
I have a form page who's fields I put in a session scoped Structure and then pass to a summary page so the end user can review the just-entered data. On the form field page, I create the Structure with empty keys. Upon submit, the keys populate the structure and then are passed to the summary

Re: Baffling Session Question

2002-06-27 Thread ksuh
3:55 pm Subject: Baffling Session Question I have a form page who's fields I put in a session scoped Structure and then pass to a summary page so the end user can review the just- entereddata. On the form field page, I create the Structure with empty keys. Upon submit, the keys populate

RE: Baffling Session Question

2002-06-27 Thread Mark Leder
Great tips - thanks for helping me out. Thanks, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 6:31 PM To: CF-Talk Subject: Re: Baffling Session Question Wrap the value in quotes. INPUT type=text name=FullName size=20 value

RE: SESSION question

2002-04-27 Thread Dave Watts
I guess I'll have to pass the cfid and cftoken manually, I know it's a security hole, but there are companies out there that block cookies, unless there's another idea. Using URL variables for CFID and CFTOKEN isn't really any more of a security hole, all other things being equal, than

SESSION question

2002-04-26 Thread Mark Leder
Can Session variables sometimes be blocked or otherwise corrupted by passing through a corporate firewall? Here's a scenario: I have a login screen where session variables are created and then passed to a welcome screen. Depending on location of where a client computer is, the variables may or

RE: SESSION question

2002-04-26 Thread Dan G. Switzer, II
: Mark Leder [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 10:21 AM To: CF-Talk Subject: SESSION question Can Session variables sometimes be blocked or otherwise corrupted by passing through a corporate firewall? Here's a scenario: I have a login screen where session variables

RE: SESSION question

2002-04-26 Thread Mark Leder
:37 AM To: CF-Talk Subject: RE: SESSION question Mark, Are you sure they had cookies enabled? By default, sessions rely on a cookie that's written to the user's browser. If cookies are disabled, you'll have to manually send the cfid and cftoken variables to the URL. This will keep the sessions