CFMAIL and SMTP on IIS4.0 (NT4.0)

2001-08-14 Thread David Berger
settings for performance with Cold Fusion.) 3) It doesn't appear that Cold Fusion attempts to resend failed emails. Does anybody know of an easy way to handle this? (I'm considering writing a Visual Basic application to resend bad emails) Any information you can provide would be grea

SSL key size (Encryption strength)

2001-07-06 Thread David Berger
Has anybody written or know of a way to determine the client browser's SSL encryption strength (40-bit, 128-bit, etc). (Other than using a product like BrowserHawk)? Thanks in advance, David Berger ~~ Structure your ColdFusion code with Fu

'unknown exception condition' Causing CRASH

2001-03-14 Thread David Berger
e to reboot the server to get the service to start back up)? Thanks, David Berger ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@ho

End session on browser close

2001-02-22 Thread David Berger
How can you kill the session when the browser is closed, or the user leaves your site? (In ASP, the session ends when you close the browser) I've looked at the Allaire developers exchange and a number of people had the same question, but nobody had responded with an answer. Thanks, David J. B

Re: Two functions with a single onClick?

2001-02-22 Thread David Berger
Or you could call function2() from function1() >From: zac <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Re: Two functions with a single onClick? >Date: Wed, 21 Feb 2001 21:17:13 -0800 > > > Can more than one javascript function be performed with a

CF - OnSessionEnd

2000-07-24 Thread David Berger
Is there a way (like with ASP) to run a script, function call, etc. when the session times-out? Thanks, David Berger Cynergy Consulting Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

Re: organizing search results for multiple collection searches

2000-05-23 Thread David Berger
The way I've done it is to show a graphic next to the link which defines which collection it is from but first you need to define your custom1 or custom2 during the cfindex process. Example... ...(show percentage, image, summary) ...(show percentage, image, summary) (

RE: Session vars in a clustered environment

2000-05-17 Thread David Berger
If you are using Session Variables in a clustered environment, you must enable session aware load-balancing. (forces the client not to be switched between machines in the cluster, so the other machine(s) don't need to know cfid/cftoken.) >From: "Michael Paulsmeyer" <[EMAIL PROTECTED]> >Reply-

Re: SQL Max record ID ?

2000-05-12 Thread David Berger
SELECT max(FIELD_NAME) AS maxid FROM TABLE_NAME ...run this query immediately after you insert your record... Then use the resulting data - #query_name.maxid# in your next query... Should probably use cftransaction around the first two queries. Hope this helps, David J. Berger Web Developer

Re: Variable creation - correction

2000-05-12 Thread David Berger
THIS WILL WORK #evaluate(formField)# other >From: "David Berger" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Variable creation >Date: Fri, 12 May 2000 0

Re: Variable creation

2000-05-12 Thread David Berger
This should work... #evaluate(formField)# >From: "Frederic COLLIN" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Variable creation >Date: Fri, 12 May 2000 15:29:06 +0200 > >Hi, > >I'd like to evaluate in a CFLOOP 3 fields nam

Re: Session variable problem -- High level question!

2000-05-11 Thread David Berger
oblem. If anybody has any incite into why this fixed the problem, I would really appreciate. ---Just can't accept that it was "black magic". David J. Berger Web Developer - Consultant Cornell Techinical Services Thanks again! >From: "David Berger" <[EMAIL PROTECTED]&

Session variable problem

2000-05-11 Thread David Berger
OK, I'm running CF4.5, on WinNT4.0, IIS4.0... We are using session management on a particular application. There are 5 developers working/helping on this project. Everything has been working fine for the past 4+ weeks, until today. Whomever logs in first, between me and one other specific d

Re: Now what?

2000-05-09 Thread David Berger
You have to include the within each if condition. >From: "Chris Hayes" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Now what? >Date: Tue, 9 May 2000 17:10:13 +0100 > >I have a conditional form post: > > > > > > >. >. > > >But ColdFusion gives a J

Re: Checked? Checked="yes"?

2000-05-09 Thread David Berger
>From: "[ a l l e n g ]" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Checked? Checked="yes"? >Date: Tue, 9 May 2000 10:58:22 -0500 > >Which is the proper form for this form input? > >? > >? > >TIA > >-Allen > >---

Re: CFML be gone!

2000-05-09 Thread David Berger
You can right your own custom form validation with javascript. Nothing good comes easy! Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

HTTPRequest - Log File "Access Denied" - SSL

2000-03-31 Thread David Berger
I'm having difficultings getting the scheduled tasks to work now that we've gone to SSL (Windows 2000, ColdFusion4.5.1 rc 1). The error log only writes "access denied". I'm on the correct port (443) and have tried various user names and passwords. We are also using Certificate Server, and I