search : mike begin

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

2608166 CF-4173695 Language Mike Begin Decision operator inconsistency Problem Description: Certain values yield inconsistent results when compared using EQ/NEQ/GT/LT operators. Steps to Reproduce: writedump('1,2' eq '1,2,16') writedump('1,2' lt '1,2,16') writedump('1,2' gt '1,2,16') writedump
2928006 CF-4198405 Web Socket Mike Begin Missing session scope after WSPublish Problem Description: Invoking WSPublish causes the session scope to become inaccessible/undefined within any CFC methods that are called during the duration of the request (only CFC methods which run AFTER the call