Re: [ACFUG Discuss] Cookies/Sessions when opening a new window in tabbed browsers

2008-07-03 Thread Steven Ross
What you are asking to do really isn't possible because of the stateless nature of http because you can't tell where the user is coming from. If they are authenticated then the application / web server has no idea what client (browser window) they are coming from and will let them perform any task

Re: [ACFUG Discuss] Cookies/Sessions when opening a new window in tabbed browsers

2008-07-03 Thread Dean H. Saxe
Actually, that has nothing to do with it Steve, the issue is not one of state at all. The problem is one of process isolation assuming we're referring to session cookies which are only retained in memory. IE supports a different process per browser window, Firefox does not. For cookies

RE: [ACFUG Discuss] Cookies/Sessions when opening a new window in tabbed browsers

2008-07-03 Thread axunderwood
: [ACFUG Discuss] Cookies/Sessions when opening a new window in tabbed browsers What you are asking to do really isn't possible because of the stateless nature of http because you can't tell where the user is coming from. If they are authenticated then the application / web server has no idea what

Re: [ACFUG Discuss] Cookies/Sessions when opening a new window in tabbed browsers

2008-07-03 Thread Dean H. Saxe
things that you had not thought about before...but in theory, it's possible. Allen From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross Sent: Thursday, July 03, 2008 12:33 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Cookies/Sessions when opening a new

RE: [ACFUG Discuss] Cookies/Sessions when opening a new window in tabbed browsers

2008-07-03 Thread axunderwood
I'll take your word for it... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe Sent: Thursday, July 03, 2008 12:50 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Cookies/Sessions when opening a new window in tabbed browsers Allen

Re: [ACFUG Discuss] Cookies/Sessions when opening a new window in tabbed browsers

2008-07-03 Thread Cameron Childress
On Thu, Jul 3, 2008 at 12:11 PM, Bruce Hodgdon [EMAIL PROTECTED] wrote: Is there any way to force a new session, if a user opens a new tab then goes to the same app that is in the first window? Short answer - no. I have found that sometimes users will open a new tab and go to the same

RE: [ACFUG Discuss] Cookies...

2008-03-17 Thread Brooks . Wilson
· 1000 Peachtree Street, N.E. · Atlanta Georgia 30309-4470 404.498.8178 · fax 404.498.8239 · [EMAIL PROTECTED] Charlie Arehart [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 03/16/2008 02:07 PM Please respond to discussion@acfug.org To discussion@acfug.org cc Subject RE: [ACFUG Discuss

RE: [ACFUG Discuss] Cookies...

2008-03-17 Thread Charlie Arehart
/charlie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of McTure, Greg Sent: Sunday, March 16, 2008 6:45 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] Cookies... Thanks for the link. Very informative and it has some quite useful tools and utilities listed

RE: [ACFUG Discuss] Cookies...

2008-03-17 Thread Charlie Arehart
header if you followed the CFCOOKIE with a CFLOCATION, but that was fixed as of CF 6.) /charlie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, March 17, 2008 7:12 AM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] Cookies... Charlie

RE: [ACFUG Discuss] Cookies...

2008-03-16 Thread Charlie Arehart
Brooks, can you be more explicit about what you mean when you say that the cookie is set to expire when the session closes? Do you mean you're experiencing that the CF session is expiring when the browser closes, and you don't want that? If you have Use J2EE Sessions checked in the CF admin (from

RE: [ACFUG Discuss] Cookies...

2008-03-16 Thread McTure, Greg
? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Arehart Sent: Sunday, March 16, 2008 2:02 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] Cookies... Brooks, can you be more explicit about what you mean when you say that the cookie is set to expire when

Re: [ACFUG Discuss] Cookies...

2008-03-14 Thread Dean H. Saxe
Set the expires header to some date way in the future. If this is for your session cookies I'd be very careful... -dhs Dean H. Saxe, CISSP, CEH [EMAIL PROTECTED] Dissent is the purest form of patriotism. --Thomas Jefferson On Mar 14, 2008, at 2:51 PM, [EMAIL PROTECTED] wrote: