[cfaussie] Sessions problem with IE8

2010-10-24 Thread KNOTT, Brian
Guys, Got a session issue with IE 8 but only when its inside a frame set. The customer wants to put the site in a vanity URL. Its just a frame at 100% from there site. With IE8 it does not seem to retain session variables from page to page. I can set some session variables

Re: [cfaussie] Sessions problem with IE8

2010-10-24 Thread Kym Kovan
Hi Brian, you wrote: Guys, Got a session issue with IE 8 but only when its inside a frame set. The customer wants to put the site in a vanity URL. Its just a frame at 100% from there site. With IE8 it does not seem to retain session variables from page to page. I can set some session variables

[cfaussie] Weird CFML syntax error.

2010-10-24 Thread Gavin Beau Baumanis
Hi Everyone, I was recently in an area of our application that is seldom used and I got an error about misformed CFML. I think it was something like a missing the closing cfif tag - anyway... Here is the patch that corrected it - but my question is why? Index:

Re: [cfaussie] Weird CFML syntax error.

2010-10-24 Thread Phil Haeusler
Hi Gavin It looks like you had a mismatched comment there. You started with a CF comment !--- but tried closing it with a HTML comment -- - that's not going to work. The fix to make it --- would have fixed the invalid cfml syntax. Phil On 25/10/10 11:50 AM, Gavin Beau Baumanis wrote: Hi

Re: [cfaussie] Weird CFML syntax error.

2010-10-24 Thread Gavin Beau Baumanis
Thanks Steve and Phil, I am an idiot For some reason I thought it was the other way around! Must be time for some coffee! I also worked why the revert did not re-throw the error too - I had not sent the change to the staging server must be one of those days!!! Thanks for the replies...

[cfaussie] [ANN-SYD] Tonight: Flash Builder for Force.com

2010-10-24 Thread Chris Velevitch
Tonght night, Monday 25th October, 6pm for 6:30 start Meet at 6pm for 6:30 start. Clayton Brown of Salesforce.com will present from a developer perspective on Flash Builder for Force.com and the Salesforce ecosystem. Adobe Flash Builder for Force.com is a new development tool for building

[cfaussie] Adobe MAX 2011

2010-10-24 Thread Chris Velevitch
Whilst Adobe MAX 2010 starts in Los Angeles tomorrow, an event of this size requires a fair bit of pre-planning. The planning for Adobe MAX 2011 as already started. The dates and location for Adobe MAX 2011 is Los Angeles, October 1-5. Now is the time to start planning your trip to Los Angeles

RE: [cfaussie] Sessions problem with IE8

2010-10-24 Thread KNOTT, Brian
I done up some dummy pages. If you go to http://www.jbk.com.au/test.html it will open a frameset, showing you a dump of the session variables and the CFID and CFTOKEN. This is page http://www.fx4you.info/australia/test/page1.cfm . Page 1 CFID-1098982 CFTOKEN-48951408 If you click on the

RE: [cfaussie] Sessions problem with IE8

2010-10-24 Thread KNOTT, Brian
Forgot to add. The frames work in Firefox. The session variables work in IE 8 if you go directly to the site (http://www.fx4you.info/australia/test/page1.cfm ) I think it has something to do with the frame set being form another URL. If I create a frameset on the same server

RE: [cfaussie] Sessions problem with IE8

2010-10-24 Thread Steve Onnis
That is classed as cross domain cookies thus your session does not get retained because the browser does not accept the cookies from the frameset domain -Original Message- From: KNOTT, Brian [mailto:brian.kn...@suncorp.com.au] Sent: Monday, 25 October 2010 12:32 PM To:

Re: [cfaussie] Sessions problem with IE8

2010-10-24 Thread MrBuzzy
While this is not exactly related to your problem, there's a pretty good write up on sessions here; http://www.bennadel.com/blog/1536-ColdFusion-Session-Management-And-Asynchronous-Page-Requests.htm And some of the comments are helpful too. Sent from my iPhone On 25/10/2010, at 12:32 PM,

RE: [cfaussie] Sessions problem with IE8

2010-10-24 Thread KNOTT, Brian
Is there a way around this? Brian Knott Ph: 07 313 52618 | Ext: 52618 | Mob: 0404 319078 From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Steve Onnis Sent: Monday, 25 October 2010 11:48 AM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Sessions problem with

Re: [cfaussie] Sessions problem with IE8

2010-10-24 Thread Kym Kovan
On 25/10/2010 14:07, KNOTT, Brian wrote: Is there a way around this? There must be as it doesn't happen on the clubsonline sites. I will check with their developers and see what they did. -- Yours, Kym Kovan mbcomms.net.au -- You received this message because you are subscribed to the

RE: [cfaussie] Sessions problem with IE8

2010-10-24 Thread KNOTT, Brian
That would be great. Thanks Kym Brian Knott Ph: 07 313 52618 | Ext: 52618 | Mob: 0404 319078 -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Kym Kovan Sent: Monday, 25 October 2010 2:30 PM To: cfaussie@googlegroups.com Subject: Re:

RE: [cfaussie] Sessions problem with IE8

2010-10-24 Thread Steve Onnis
I notice they have their frameset outside of the head tag. Does that make a different? -Original Message- From: KNOTT, Brian [mailto:brian.kn...@suncorp.com.au] Sent: Monday, 25 October 2010 3:41 PM To: 'cfaussie@googlegroups.com' Subject: RE: [cfaussie] Sessions problem with IE8 That

RE: [cfaussie] Sessions problem with IE8

2010-10-24 Thread Steve Onnis
Also where have you got the cookies for the session being stored? Client? database? -Original Message- From: KNOTT, Brian [mailto:brian.kn...@suncorp.com.au] Sent: Monday, 25 October 2010 3:41 PM To: 'cfaussie@googlegroups.com' Subject: RE: [cfaussie] Sessions problem with IE8 That