According to the Adobe ColdFusion documentation, they are the same.
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Expressions_8.html
After looking at the openbd source code, remoteuser and auth_user are mapped to the same key, so it returns the same value.
Looking at the source code for railo, I donβt quite understand what is happening, but it seems to be a remote_user setting, and I'm not sure if auth_user is installed anywhere.
If you are developing an application compatible with coldfusion, railo, and openbd, it is safer to use remote_user. Maybe someone can comment, because I do not quite understand the code without wasting time on in-depth research.
source share