onRequestStart onRequest variable assignments

2014-12-29 Thread Don

This application I inherited, certain variables are not persisting their values 
between onRequestStart and onRequest.

I've been writing to a log file to document the changes. Seems to be happening 
just after onRequestStart ends and onRequest begins. Values are being reset. So 
the variables themselves still exist, just their value is being altered and I 
cannot see where it is happening.

am I missing something obvious?



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359891
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: onRequestStart onRequest variable assignments

2014-12-29 Thread David Phelan

Don,

You state that certain variables are being reset so then I assume that others 
are maintaining their values?  Is there any difference in scope between those 
that are maintaining their values and those that are not?  Is there a 
conditional redirect happening in OnRequestStart?

Dave

-Original Message-
From: Don [mailto:danfar...@hotmail.com] 
Sent: Monday, December 29, 2014 2:19 PM
To: cf-talk
Subject: onRequestStart  onRequest variable assignments


This application I inherited, certain variables are not persisting their values 
between onRequestStart and onRequest.

I've been writing to a log file to document the changes. Seems to be happening 
just after onRequestStart ends and onRequest begins. Values are being reset. So 
the variables themselves still exist, just their value is being altered and I 
cannot see where it is happening.

am I missing something obvious?





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359892
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm