Re: [ACFUG Discuss] cfcontent in IE7

2007-08-29 Thread Dean H. Saxe
Correct Charlie, but in this case it would be helpful to ensure you always get fresh content until everything starts working. You can alternatively use a MITM proxy like Paros to ensure all caching headers are ignored, thereby pulling fresh content all the time too. -dhs Dean H. Saxe,

[ACFUG Discuss] Session variables

2007-08-29 Thread Fennell, Mark P.
Greetings, Is is possible to use J2EE session variables in one CFApplication and standard session variables in another? I have a server that is running two cfapplications and one uses J2EE variables and seems to not work so well when J2EE Sess Vars is disabled in cf admin. The other applications

RE: [ACFUG Discuss] Session variables

2007-08-29 Thread Fennell, Mark P.
Yes, it is odd that the change would break something. I'm using lylaCaptcha and when I enable the J2ee session vars it stops generating the image. I'm going to dig through the cfc and see if it relies on something specifically anti-j2ee. But that doesn't make sesnse as it uses java to create the

Re: [ACFUG Discuss] Session variables

2007-08-29 Thread shawn gorrell
You can't have it both ways on the same server instance. For the one that breaks when you have it on, are you doing things with CFID/CFTOKEN? What is the symptom of the breakage? - Original Message From: Fennell, Mark P. [EMAIL PROTECTED] To: discussion@acfug.org Sent: Wednesday,

RE: [ACFUG Discuss] Session variables

2007-08-29 Thread Charlie Arehart
Just to clarify, this isn't something you can do at the application level in CF8. I was under the impression myself for a while that we could do pretty much everything at the app level now, but it's just mappings and custom tag paths. Perhaps in a later release. :-) So, no, the J2EE sessions

Re: [ACFUG Discuss] Session variables

2007-08-29 Thread shawn gorrell
I guess I don't know why anyone would use the old session variables anymore. I always use the J2EE session variables instead. Maybe someone can enlighten me to the any benefits or trade-offs of either choice. - Original Message From: Charlie Arehart [EMAIL PROTECTED] To:

Re: [ACFUG Discuss] Session variables

2007-08-29 Thread Dean H. Saxe
The J2EE session tokens have more entropy, which is always a good thing. I too see no reason to use the old ones. Dean H. Saxe, CISSP, CEH [EMAIL PROTECTED] Dissent is the purest form of patriotism. --Thomas Jefferson On Aug 29, 2007, at 12:55 PM, shawn gorrell wrote: I guess I don't

Re: [ACFUG Discuss] Session variables

2007-08-29 Thread shawn gorrell
So they just rot faster than the old ones;) - Original Message From: Dean H. Saxe [EMAIL PROTECTED] To: discussion@acfug.org Sent: Wednesday, August 29, 2007 1:12:28 PM Subject: Re: [ACFUG Discuss] Session variables The J2EE session tokens have more entropy, which is always a good

RE: [ACFUG Discuss] Session variables

2007-08-29 Thread axunderwood
There are SOME situations where they can be a problem..if you have a single sign on type of interface for several applications and users can open new browser windows and *expect* to be able to go directly to another one of their secured apps, the sessions won't exist in the new browser and may

RE: [ACFUG Discuss] cfcontent in IE7

2007-08-29 Thread Troy Jones
Thanks for that, it worked. Troy Jones Dynapp Support Team 678-528-2952 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe Sent: Tuesday, August 28, 2007 6:22 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] cfcontent in IE7 FWIW, you

RE: [ACFUG Discuss] cfcontent in IE7

2007-08-29 Thread Charlie Arehart
For the benefit of the viewing audience :-), can you clarify what it was that worked for you, Troy? It seems you're referring to Dean's last note, and that may be what you meant. I'm just curious (for instance, did simply browing the page in a new window not work for you)? /charlie