Re: simple question...cfmodule

2012-07-25 Thread Russ Michaels
Eric , are you saying that the 4th attribute never gets sent regardless of what it is called, or is it only if it called clientID. ~| Order the Adobe Coldfusion Anthology now!

Re: logging in as user with admin account

2012-07-25 Thread Byron Mann
How about running the site under 2 domains or cnames, and doing the sudo log-in to the second. Www.sitea.com logs into www2.sitea.com Or Sita.com logs into siteb.com First example would require not using domain cookies in your application. Byron Mann Lead Engineer and Architect

Re: CF9 on Win2k8R2 64bit no more connectivity

2012-07-25 Thread Byron Mann
What version of windows? Standard, web, enterpsirse? Is this a hosted server? Dedicated, VM? Any issues with servers one the same switch? Is there an outbound firewall? If so, what brand /model? What type of internet connectivity? And yes, if you can post the netstat results that will help.

Re: logging in as user with admin account

2012-07-25 Thread Torrent Girl
you really need to store the admin session in different variables to avoid that problem. try using session.user and session.admin for example. Ah! I think this may work...will try it. Tanks ~| Order the Adobe Coldfusion

RE: CF9 on Win2k8R2 64bit no more connectivity

2012-07-25 Thread DeMarco, Alex
What version of windows? Standard Is this a hosted server? No in house server(s), dedicated Both of our web servers are behind a F5BigIP device and then behind a set of ASA 5540s What type of internet connectivity? Multiple T-1's No Cpu or mem spike when the issue is occurring. When the

Fwd: Tomorrow: Join 55 ColdFusion Users at Automating CFML App Build, Test, Deploy, with Joseph Lamoree

2012-07-25 Thread Brian Thornton
-- Forwarded message -- From: The Online ColdFusion Meetup i...@meetup.com Date: Wed, Jul 25, 2012 at 12:24 PM Subject: Tomorrow: Join 55 ColdFusion Users at Automating CFML App Build, Test, Deploy, with Joseph Lamoree To: vegasthorn...@gmail.com [image: Meetup]

Re: Tomorrow: Join 55 ColdFusion Users at Automating CFML App Build, Test, Deploy, with Joseph Lamoree

2012-07-25 Thread Mike Kear
Thank you, Brian. This meeting is of interest to me, but I don't know when it's on. I'm afraid in a world-wide forum, just saying '6pm' doesn't help. 6pm where? What time zone? And since I suspect it's 6pm in Georgia, that makes it 8am Thursday here in Sydney, I'll be in a meeting.

Re: Tomorrow: Join 55 ColdFusion Users at Automating CFML App Build, Test, Deploy, with Joseph Lamoree

2012-07-25 Thread Russ Michaels
all you need to do is click the link and it shows you. Our 6pm *(US ET)* talk on Thursday July 26 will be Automating CFML App Build, Test, Deploy, with Joseph Lamoree. On Wed, Jul 25, 2012 at 8:34 PM, Mike Kear afpwebwo...@gmail.com wrote: Thank you, Brian. This meeting is of interest to

Re: Tomorrow: Join 55 ColdFusion Users at Automating CFML App Build, Test, Deploy, with Joseph Lamoree

2012-07-25 Thread Matt Quackenbush
Not to mention the fact that the page linked to also includes a link to convert the date/time to your local date/time. On Wed, Jul 25, 2012 at 2:44 PM, Russ Michaels r...@michaels.me.uk wrote: all you need to do is click the link and it shows you. Our 6pm *(US ET)* talk on Thursday July 26

Re: Sessions failing due to multiple CFID / CFTOKEN cookies

2012-07-25 Thread Paul Alkema
We're encountering the following issue with some percentage of IE users (Definitely but not necessarily limited to IE8 8.0.7601.17514 windows 7). Basically their SESSION is failing the same way it might if they're cookies were disabled, however, we are able to set cookies manually

Re: CF9 on Win2k8R2 64bit no more connectivity

2012-07-25 Thread Byron Mann
A tracert to an external IP is going to tell you where things are stopping. 3000 connections doesn't really sound all that high. Even with ones lingering. But I would ask do you know what those 300 connections are? Any possibility the machine is compromised, and something like a bot is

RE: CF9 on Win2k8R2 64bit no more connectivity

2012-07-25 Thread DeMarco, Alex
I working to create a load test on the server to try and reproduce the issue. I have 6 of them all exhibit the same issue. I am pretty certain they are not compromised. I already had an established RDP connectoin when the issue was going on, but will test that if I can reproduce the issue.