Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020547Openbravo ERPA. Platformpublic2012-05-18 09:292022-02-01 08:09
alostale 
Triage Platform Base 
normalminoralways
acknowledgedopen 
5
 
 
Core
No
0020547: Closing browser keeps session alive
When browser is closed having an active session, this session is considered as active till 50 seconds later.

Current design is not aware of browser closing event, so each 50 seconds client sends a ping to server to confirm it is still alive.

This situation can lead to unreal concurrent users/named users limit errors.

For example:
-An instance with 1 concurrent user limitation
-Log in the instance
-Close the browser
-Immediately try to log in again: concurrent users are detected to be reached not allowing to log in again till 50 seconds later -> INCORRECT: as there is no actual open session it shouldn't raise this error
Somehow detect browser close as an event that makes the session inactive.
No tags attached.
Issue History
2012-05-18 09:29alostaleNew Issue
2012-05-18 09:29alostaleAssigned To => alostale
2012-05-18 09:29alostaleModules => Core
2012-09-24 12:50AugustoMauchNote Added: 0052331
2012-09-24 12:50AugustoMauchStatusnew => scheduled
2012-09-24 17:37AugustoMauchNote Added: 0052356
2012-09-24 17:38AugustoMauchNote Deleted: 0052356
2017-03-31 14:36alostaleStatusscheduled => acknowledged
2017-04-10 14:33alostaleAssigned Toalostale => platform
2022-02-01 08:09alostaleAssigned Toplatform => Triage Platform Base

Notes
(0052331)
AugustoMauch   
2012-09-24 12:50   
Effort: 5
Impact: low
Plan: mid