Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Information about users connected ...
Hi Babynus,
- Is there a way to know which users are connected to the application?
- Is there a way to disconnect all connected users to perform a maintenance action?
cordially
Is there a way to know which users are connected to the application?
No, it is not an available functionality.
Is there a way to disconnect all connected users to perform a maintenance action?
Not through the application. What you can do is empty your PHP Session folder, so that users will be deconnected, but this will not forbit users to reconnect.
Hi Babynus,
I have several web applications that run on my web server, how do I do to identify the sessions "Project'orRIA" ?
Question : Don't you think that this is a useful function ?
1) Prohibit temporary connection to the application (for maintenance, update, backup, etc.)
2) Identify the persons connected
3) Disconnect all users by the administrator
Cordially
how do I do to identify the sessions "Project'orRIA"
There should be in the file something like :
>>> user|O:4:"User":24:{s:20:"_col_1_2_Description"
(bold parts will be found as is, others may be changed)
I just added an improvement on V2.2.0 so that you will always find :
>>> application|s:12:"PROJECTORRIA"
Don't you think that this is a useful function ?
1) Prohibit temporary connection to the application (for maintenance, update, backup, etc.)
2) Identify the persons connected
3) Disconnect all users by the administrator
Yes, it could be a usefull admin function. Request registered as Ticket #657
Thank you.
Hi ambroise1er,
I currently use "Administration - send internal alert to all users", and ask them for quit the system. It's a more friendly way. It works fine. This is only needed on updating new version of projectorria.
Klaus