Re: inserting a new row at the top of CSV file

2012-07-10 Thread Akos Fortagh
thanks very much, it worked ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: Force logout a user

2012-07-10 Thread Uday Patel
Hi, I want to force logout a user if he logs in on another machine. I am using CF9 and session scope to track user user logins. what are the possible ways of achieving this. Thanks in advance Hi, Thank you folks for your responses and suggestions. I spend my weekend playing around

Re: Force logout a user

2012-07-10 Thread Cameron Childress
On Wed, Jul 11, 2012 at 5:40 AM, Uday Patel udayjpatel2...@gmail.comwrote: But what if user clears his cache in that case his browser will get new CFID/CFTOKEN from cf server. Clearing cache does not clear cookies, it only clears cache. However, if they do clear their cookies then their

RE: Force logout a user

2012-07-10 Thread Bill Franklin
Unless you are dealing only with machines on your LAN, I don't know of any reliable method to obtain the MAC of remote computers...also I believe there is an issue with MAC address re-use, so uniqueness isn't guaranteed. I doubt you'll find a solution that will work in 100% of the cases you

Re: Force logout a user

2012-07-10 Thread Byron Mann
Uday, Can you expand on the reason for the single machine requirement? Folks here may be able to provide an alternate direction or solution if we understand your reason for this restriction. Regards, Byron Mann Lead Engineer and Architect Hostmysite.com On Jul 6, 2012 10:41 AM, Uday Patel

Re: Close CFDocument window?

2012-07-10 Thread Byron Mann
You could try a small hidden iframe and have your form post to that. Byron Mann Lead Engineer and Architect Hostmysite.com On Jul 5, 2012 11:02 AM, Billy Cox bi...@oldworldspices.com wrote: Hello all, I have a form that submits to an action page containing a CFDocument tag in a new window.