** Force table buffers to refresh Replace SessionId with SessionId
On a busy site (6 COM instances) I'm seeing a lot of "Record is in use by another user" errors in the error log and on screen. It's being hit by a call to 'IsValidSession'
There is some old code that may have set reprocess so I have bracketed that code to reset reprocess so I hope that resolves the issue.
Is there another way to force the refresh without locking the session record?
What should REPROCESS be set at to prevent contention?
Any other settings that might help?