stable

Clone or download

Read-only

Store the user agent when opening a web session

This information will also us to compute some statistics for site administrators. For now, when you login into the instance the user agent will only saved into the DB but displayed nowhere (you can take a look at the DB to make sure it works as expected). Part of request #21338: Add statistics in the site administration about browser usages based on the active sessions Change-Id: I817546e82d9a29094dcdbadf87658bbc4eda5325

Modified Files

Name
M src/common/User/SessionManager.php +2 −1 Go to diff View file
M src/common/dao/SessionDao.class.php +5 −4 Go to diff View file
M src/db/mysql/database_structure.sql +1 −0 Go to diff View file
A src/db/mysql/updates/2021/202105071720_store_user_agent_session.php +49 −0 Go to diff View file