Internal Version v7.5.7-fe57e65e
chore: refine shared code and fix too long sql (#1799) * fix(diagnosis): truncate sql text to avoid long sql text (#1785) * chore(session): refine share code (#1786) * fix(diagnosis): truncate sql text to avoid long sql text * feat(session): support custom expiration and no expiration * feat(session): add read-only for some features * fix(diagnosis): truncate long sql in frontend side to avoid page hang (#1788) * chore: format code