Re: Coldfusion Session is invalid null error in CFMX 6.1

2006-06-21 Thread James Holmes
Did you install the hofix that deals with this issue?

On 6/21/06, Andy Matthews [EMAIL PROTECTED] wrote:
 I am still getting this error on several client sites. In this case it's
 line 7, which corresponds to the application tag in App.cfm. I can usually
 fix the problem by renaming the CFApplication tag. Here's what that tag
 looks like:


-- 
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244376
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Coldfusion Session is invalid null error in CFMX 6.1

2006-06-21 Thread Andy Matthews
I wasn't aware there WAS a hotfix for this since I don't manage cfserver.

Do you have a link for this hotfix?

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 21, 2006 9:29 AM
To: CF-Talk
Subject: Re: Coldfusion Session is invalid null error in CFMX 6.1


Did you install the hofix that deals with this issue?

On 6/21/06, Andy Matthews [EMAIL PROTECTED] wrote:
 I am still getting this error on several client sites. In this case it's
 line 7, which corresponds to the application tag in App.cfm. I can usually
 fix the problem by renaming the CFApplication tag. Here's what that tag
 looks like:


--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244379
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Coldfusion Session is invalid null error in CFMX 6.1

2006-06-21 Thread James Holmes
Ah, a glimmer of hope:

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=b3c51ba1

While it says it's for null null errors, it relates to invalid
sessions where the cfid/cftoken are corrupt or missing, which is most
likely your problem. Good luck.

On 6/21/06, Andy Matthews [EMAIL PROTECTED] wrote:
 I wasn't aware there WAS a hotfix for this since I don't manage cfserver.

 Do you have a link for this hotfix?

-- 
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244381
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Coldfusion Session is invalid null error in CFMX 6.1

2006-06-21 Thread Andy Matthews
Wondermous! Thanks James. I'll send this over to our system guys.

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 21, 2006 9:52 AM
To: CF-Talk
Subject: Re: Coldfusion Session is invalid null error in CFMX 6.1


Ah, a glimmer of hope:

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=b3c51ba1

While it says it's for null null errors, it relates to invalid
sessions where the cfid/cftoken are corrupt or missing, which is most
likely your problem. Good luck.

On 6/21/06, Andy Matthews [EMAIL PROTECTED] wrote:
 I wasn't aware there WAS a hotfix for this since I don't manage cfserver.

 Do you have a link for this hotfix?

--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244385
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Coldfusion Session is invalid null error in CFMX 6.1

2006-06-21 Thread Andy Matthews
Looks like we already have that one installed.

:(

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 21, 2006 9:52 AM
To: CF-Talk
Subject: Re: Coldfusion Session is invalid null error in CFMX 6.1


Ah, a glimmer of hope:

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=b3c51ba1

While it says it's for null null errors, it relates to invalid
sessions where the cfid/cftoken are corrupt or missing, which is most
likely your problem. Good luck.

On 6/21/06, Andy Matthews [EMAIL PROTECTED] wrote:
 I wasn't aware there WAS a hotfix for this since I don't manage cfserver.

 Do you have a link for this hotfix?

--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244387
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Coldfusion Session is invalid null error in CFMX 6.1

2006-06-21 Thread Dave Carabetta
On 6/21/06, Andy Matthews [EMAIL PROTECTED] wrote:
 Looks like we already have that one installed.


I posted this same answer a couple of days ago...

You need to go into your web.xml file (found in the WEB-INF directory
root) and make sure that the session-timeout value set in there is
greater than the max time set in your CF Administrator. The value in
the web.xml file (it's found towards the very bottom of the file in a
session-config tree) is in minutes (with a default of 300, aka 5
hours). It looks like you have the value in your CF Administrator set
to 23 hours? If so, then make sure the value is 1381 (I add 1 minute
for good measure). Restart the instance and off you go...

Regards,
Dave.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244392
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Coldfusion Session is invalid null error in CFMX 6.1

2006-06-21 Thread Andy Matthews
Thanks Dave.

I'll check that out. A member of my local CFUG suggested much the same
thing.

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Dave Carabetta [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 21, 2006 10:11 AM
To: CF-Talk
Subject: Re: Coldfusion Session is invalid null error in CFMX 6.1


On 6/21/06, Andy Matthews [EMAIL PROTECTED] wrote:
 Looks like we already have that one installed.


I posted this same answer a couple of days ago...

You need to go into your web.xml file (found in the WEB-INF directory
root) and make sure that the session-timeout value set in there is
greater than the max time set in your CF Administrator. The value in
the web.xml file (it's found towards the very bottom of the file in a
session-config tree) is in minutes (with a default of 300, aka 5
hours). It looks like you have the value in your CF Administrator set
to 23 hours? If so, then make sure the value is 1381 (I add 1 minute
for good measure). Restart the instance and off you go...

Regards,
Dave.



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244418
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54