Re: Cookie and Browser

2009-09-03 Thread Scott Stroz

You cannot read a cookie set in FireFox with Internet Explorer and
vice versa.  Cookies are browser specific.

On Thu, Sep 3, 2009 at 9:07 AM, Don Ldo...@yahoo.com wrote:

 I'm wondering for coldfusion8 if a cf cookie set for IE7 would be available 
 for Firefox 3.5 or vice verse.  It appears cf cookie set is not browser 
 specific, however, when I extended a cf cookie for firefox 3.5, IE7 did not 
 recognize it.  Am I missing something here?

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325975
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Cookie and Browser

2009-09-03 Thread Don L

 You cannot read a cookie set in FireFox with Internet Explorer and
 vice versa.  Cookies are browser specific.
 
 On Thu, Sep 3, 2009 at 9:07 AM, Don Ldo...@yahoo.com wrote:
 
...
 

ok, thank you. 


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325986
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Cookie and Browser

2009-09-03 Thread Jenny Gavin-Wear

IE and Firefox use different directories to store cookies, so they can't see
each others.

-Original Message-
From: Don L [mailto:do...@yahoo.com]
Sent: 03 September 2009 14:07
To: cf-talk
Subject: Cookie and Browser



I'm wondering for coldfusion8 if a cf cookie set for IE7 would be available
for Firefox 3.5 or vice verse.  It appears cf cookie set is not browser
specific, however, when I extended a cf cookie for firefox 3.5, IE7 did not
recognize it.  Am I missing something here?



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325989
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Cookie and Browser

2009-09-03 Thread brad

Just to make your head spin-- there is one annoying little caveat to
this.  Cookies sent to a Flash request in IE will be sent by Flash in FF
because the Flash VM shares the same memory space for cookies between
browsers.  This doesn't bode very well if you need to have a Flash
object make a request to a page secured by a login using cookies for
authentication in any browser other than IE.

http://swfupload.org/forum/generaldiscussion/383

~Brad

 Original Message 
 Subject: Re: Cookie and Browser
 From: Don L do...@yahoo.com
 Date: Thu, September 03, 2009 8:56 am
 To: cf-talk cf-talk@houseoffusion.com
 
 
  You cannot read a cookie set in FireFox with Internet Explorer and
  vice versa. Cookies are browser specific.
  
  On Thu, Sep 3, 2009 at 9:07 AM, Don Ldo...@yahoo.com wrote:
  
 ...
  
 
 ok, thank you. 
 
 


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325993
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Cookie and Browser

2009-09-03 Thread Don L

Just to make your head spin-- there is one annoying little caveat to
this.  Cookies sent to a Flash request in IE will be sent by Flash in FF
because the Flash VM shares the same memory space for cookies between
browsers.  This doesn't bode very well if you need to have a Flash
object make a request to a page secured by a login using cookies for
authentication in any browser other than IE.

http://swfupload.org/forum/generaldiscussion/383

~Brad

Thank you for your input, Brad, 'fortunately' I'm not using Flash for 
login/security stuff... 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325994
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4