Re: Variable session is undefined in CFMX

2004-09-29 Thread Lawrence Ng
did you have a cfparam for the variable session... similar to a default value in your application.cfm? [EMAIL PROTECTED] 9/29/2004 8:00:39 AM Hello, I have CFMX 6.1 on one server and CF 5 on another. Both run the same CF program I created, however, on the one running CFMX I get a variable

Re: Variable session is undefined in CFMX

2004-09-29 Thread Damien McKenna
Check to see if sessions are enabled in your application.cfm file. -- *Damien McKenna* - Web Developer - [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 Nothing endures but change. - Heraclitus [Todays Threads] [This Message]

Re: Variable session is undefined in CFMX

2004-09-29 Thread Joe Rinehart
I had some problems like this where what the debug message really should have said is errormsg is not a key in structure sessionyou may want to make sure session.errorMsg is defined. -joe - Original Message - From: Robert Orlini [EMAIL PROTECTED] Date: Wed, 29 Sep 2004 11:00:39 -0400

RE: Variable session is undefined in CFMX

2004-09-29 Thread Robert Orlini
: Re: Variable session is undefined in CFMX Check to see if sessions are enabled in your application.cfm file. -- *Damien McKenna* - Web Developer - [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 Nothing endures but change. - Heraclitus