michaeloffner

Results 54 comments of michaeloffner

make sure this is backward compatible, existing archives containing Lucee bytecode most likely will no longer work with this change.

do we really need this 2 functions? i think `SessionCommit(immediately:true|false)` is all we need. Also this should be in against Lucee 7.1, not 7.0.

do not merge this unless you are certain this does not cause any version conflicts with any library also reference this libraries, including ALL extensions.

there is one big problem with this code and this is maybe the reason you see a performance increase, the original code uses a thread safe "ConcurrentHashMap", your code does...