Lucee 5.1 Session scope

Do the REST services have a [slightly] different session scope?
Within the context of a .cfm, my app is missing all session.*variables *that
are created/set within Lucee’s REST, but include those set within
Application.cfc.

Hi Travis, the built in REST framework is not usable in my opinion. There
are a number of areas that it does not follow the cfml Application.cfc
framework. It would not surprise me if session variables are impacted also.
If you are trying to combine a regular application and REST into one
application context, I’d recommend using the Taffy Framework
http://taffy.io/ or Framework One https://github.com/framework-one/fw1On Thursday, December 22, 2016 at 2:58:10 PM UTC-5, Travis Peters wrote:

Do the REST services have a [slightly] different session scope?
Within the context of a .cfm, my app is missing all session.*variables *that
are created/set within Lucee’s REST, but include those set within
Application.cfc.