id summary reporter owner description type status priority milestone component version resolution keywords cc 794 Long query may cause session to timeout Nicklas Nordborg Nicklas Nordborg "If a client application executes a query that takes a long time (longer than the cache.timeout setting in base.config), the session may timeout and the user is logged out. This will most likely result in a PermissionDeniedException when the result of the query is put together. We need a way to mark a session as 'executing query' that will stop it from being timed out. One problem is that a single session may be used by multiple threads, so a simple flag is not enough. Maybe each query can be associated with a timer that ""pings"" the session at regular intervals. " defect closed major BASE 2.4.4 core fixed