session management help please

2004-01-13 Thread Seth Skager
I'm writing my first application. I will be useing a secure section on my site you need to login to. I can set up a logout linkto end a session. I can end a session if the user closes the browser. my question is, is there a way to kill or end the session if the user navigates outside of my domain?

RE: session management help please

2004-01-17 Thread NANCY SKAGER
As there is no responce to my original question, am i to determine that this either can not be done, or it is just that nobody on this list knows the answer? Rino >From: Seth Skager <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Sub

RE: session management help please

2004-01-17 Thread Jim Gurfein
> >Reply-To: [EMAIL PROTECTED] > >To: CF-Talk <[EMAIL PROTECTED]> > >Subject: session management help please > >Date: Tue, 13 Jan 2004 20:30:34 -0800 (PST) > > > >I'm writing my first application. I will be useing a > >secure section on my si

Re: session management help please

2004-01-17 Thread ColdFusion
t;[EMAIL PROTECTED]>   >Subject: session management help please   >Date: Tue, 13 Jan 2004 20:30:34 -0800 (PST)   >   >I'm writing my first application. I will be useing a   >secure section on my site you need to login to. I can   >set up a logout linkto end a session. I

Re: session management help please

2004-01-17 Thread Jochem van Dieten
NANCY SKAGER wrote: > As there is no responce to my original question, am i to determine that this > either can not be done, or it is just that nobody on this list knows the > answer? It can not be done reliably. It would require sending a message from the browser to the server the moment the

Re: session management help please

2004-01-17 Thread ColdFusion
:14 PM     Subject: RE: session management help please     As there is no responce to my original question, am i to determine that this     either can not be done, or it is just that nobody on this list knows the     answer?     Rino     >From: Seth Skager <[EMAIL PROTECTED]>    

Re: session management help please

2004-01-17 Thread NANCY SKAGER
D]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Re: session management help please >Date: Sat, 17 Jan 2004 13:35:19 -0500 > >If the user is using the same browser window, use the >OnUnload function of JS to check if the location i

Re: session management help please

2004-01-17 Thread Jochem van Dieten
ColdFusion wrote: > Nevermind answered too soon. If there was a way to determine > where the user was going, you could using the OnUnload event > however not sure you can determine that. Naturally I don't know about you, but the prefs.js configuration file of my Firebird profile has the followin

Re: session management help please

2004-01-17 Thread Jochem van Dieten
NANCY SKAGER wrote: > Thank you so much... I thought that this was going to be the only way to > pull this off. I guess at any rate I can add this to the macormedia wish > list for the next version of coldfusion. Macormedia really needs to add a > new and better tags for session management. IMH

Re: session management help please

2004-01-17 Thread Bob Haroche
I'm wondering why Nancy wants to end session variables in the way she describes. Perhaps there are other ways of achieving her goal. For example, perhaps a clunky one, she could set very short lived session variables and refresh them on each page request for another very short period of time. When

RE: session management help please

2004-01-17 Thread Mike Brunt
11:42 AM To: CF-Talk Subject: Re: session management help please NANCY SKAGER wrote: > Thank you so much... I thought that this was going to be the only way to > pull this off. I guess at any rate I can add this to the macormedia wish > list for the next version of coldfusion. Macormed

RE: session management help please

2004-01-17 Thread Dave Watts
> > I'm writing my first application. I will be useing a > > secure section on my site you need to login to. I can > > set up a logout linkto end a session. I can end a > > session if the user closes the browser. my question > > is, is there a way to kill or end the session if the > > user navigate

Re: session management help please

2004-01-17 Thread NANCY SKAGER
albe to end a session if a user surfs away form the site. Any thoughts on this? thanks; Rino >From: "Bob Haroche" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Re: session management help please >Date: Sat, 17 Jan 200

RE: session management help please

2004-01-18 Thread Peter Tilbrook
Thank you so much... I thought that this was going to be the only way to pull this off. I guess at any rate I can add this to the macormedia wish list for the next version of coldfusion. Macormedia really needs to add a new and better tags for session management. ROFLMAO... If I was a better pr

Re: session management help please

2004-01-18 Thread walker
the site. Any thoughts on >this? > >thanks; >Rino > > >From: "Bob Haroche" <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: CF-Talk <[EMAIL PROTECTED]> > >Subject: Re: session management help please > >Date: Sat, 17 Jan 2004 12:33

RE: session management help please

2004-01-18 Thread Dave Watts
> You can check the HTTP_REFERER to see if they came from your > domain or somewhere else > > So if they come in from anywhere outside of your domain, you > can make them log in. It's worth pointing out that as HTTP_REFERER is provided by the browser, it cannot be relied upon to be correct

RE: session management help please

2004-01-18 Thread Dave Watts
> the reason I would like to end sessions in thos way is the > fact that a certain page on the site will have a chatroom > on it. A user can spend a unknown amount of time there, then > either surf to other sections of the site, of surf somewhere > else. if the person does leave the site and th

RE: session management help please

2004-01-18 Thread NANCY SKAGER
ROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: session management help please >Date: Sun, 18 Jan 2004 20:46:04 -0500 > > > You can check the HTTP_REFERER to see if they came from your > > domain or somewhere else > > > > So if they come in from an

RE: session management help please

2004-01-18 Thread Dave Watts
> As an old time chatter myself, I know from experiance, that > when you log into a chatroom you can be there anywhere from > 5 minutes to a couple of hours. This is the only thing messing > with my session management. As I states earlier, I would like > to add a who's online link to this site.

RE: session management help please

2004-01-18 Thread NANCY SKAGER
lution all on my own, but it was presenting the question to those that would listen that helped Thanks; Rino >From: Dave Watts <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: session management help please >Date: Sun, 18 Ja

Re: session management help please

2004-01-19 Thread Jim McAtee
- Original Message - From: "NANCY SKAGER" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, January 18, 2004 8:15 PM Subject: RE: session management help please > Finally it comes to this > > As an old time chatter myself,

Re: session management help please

2004-01-19 Thread NANCY SKAGER
I see what you mean... Thanks for the insite Jim Thanks; Rino >From: "Jim McAtee" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Re: session management help please >Date: Mon, 19 Jan 2004 01:52:18 -0700 > >