*** pav5088_ has joined #idempiere | 00:01 | |
*** pav5088 has quit IRC | 00:04 | |
*** a42niem has quit IRC | 01:01 | |
*** pav5088_ has quit IRC | 06:24 | |
*** pav5088_ has joined #idempiere | 06:25 | |
*** nmicoud has joined #idempiere | 07:46 | |
*** KermitTheFragger has joined #idempiere | 07:55 | |
*** a42niem has joined #idempiere | 08:11 | |
*** norbertbede has joined #idempiere | 08:37 | |
norbertbede | hi | 10:29 |
---|---|---|
norbertbede | is it possible somehow denied login with same users account to the system twice ? | 10:30 |
norbertbede | or more then once | 10:30 |
*** norbertbede has quit IRC | 11:55 | |
*** norbertbede has joined #idempiere | 12:35 | |
*** norbertbede has quit IRC | 13:30 | |
*** CarlosRuiz has joined #idempiere | 13:36 | |
*** ChanServ sets mode: +o CarlosRuiz | 13:36 | |
*** norbertbede has joined #idempiere | 14:08 | |
*** nmicoud_ has joined #idempiere | 14:09 | |
*** nmicoud_ has quit IRC | 14:39 | |
norbertbede | hi idempierans | 14:58 |
norbertbede | is it possible somehow denied login with same users account to the system twice ? | 14:58 |
CarlosRuiz | Hi norbertbede | 15:51 |
CarlosRuiz | nmicoud published this one | 15:51 |
CarlosRuiz | http://wiki.idempiere.org/en/Plugin:_Limit_Concurrent_Sessions | 15:51 |
*** hieplq has joined #idempiere | 15:54 | |
norbertbede | Thanks CarlosRuiz, i know about that. however not tested yet, and dont know is it resolve this double login well | 15:56 |
norbertbede | hope nmicoud see this chat :) | 15:57 |
nmicoud | hi, the plugin just allow to limit number of concurrent sessions | 15:57 |
CarlosRuiz | ah, I see | 15:57 |
CarlosRuiz | not per user - per client | 15:57 |
nmicoud | for your purpose, try a check when user logs in | 15:57 |
nmicoud | SELECT 1 FROM AD_Session WHERE UserID = ??? AND IsProcessed = 'N' | 15:58 |
norbertbede | do you mean good idea to include to your plugin ? | 15:59 |
norbertbede | or simple create new | 15:59 |
CarlosRuiz | we tried that on some implementation | 15:59 |
norbertbede | or simple custom local | 15:59 |
nmicoud | a new one i guess | 15:59 |
CarlosRuiz | and then you must take care when somebody is locked - i.e. when the browser crash without closing the session | 15:59 |
nmicoud | custom local via a login event | 15:59 |
CarlosRuiz | or a power failure | 15:59 |
norbertbede | yes. this is very typical, dead sessions | 15:59 |
norbertbede | mainly after we running multiple servers | 16:00 |
norbertbede | however i remember a chat with CarlosRuiz | 16:00 |
norbertbede | explain on restart sessions are cleaned | 16:00 |
norbertbede | dont know how this behave when multiple servers are restarted same time or in chain | 16:00 |
norbertbede | believe restart delete only his server sessions | 16:01 |
norbertbede | dont touch others | 16:01 |
CarlosRuiz | yep | 16:01 |
norbertbede | sounds good | 16:03 |
norbertbede | thanks CarlosRuiz and nmicoud for hints, ideas | 16:05 |
Not-8b66 | [IDEMPIERE] d_ruiz updated IDEMPIERE-3004 Attachment set to "IDEMPIERE-3004.patch" | 16:12 |
Not-8b66 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3004 | 16:12 |
Not-8b66 | [IDEMPIERE] d_ruiz updated IDEMPIERE-3004 assignee set to "Diego Andres Ruiz Gomez" | 16:12 |
Not-8b66 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3004 | 16:12 |
Not-8b66 | [IDEMPIERE] d_ruiz updated IDEMPIERE-3004 | 16:13 |
Not-8b66 | [IDEMPIERE] [~carlosruiz_globalqss], attached you can find the first part of the patch that fix the problem with SeqNo in ViewComponent. SeqNo field existed there, but was never used | 16:13 |
Not-8b66 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3004 | 16:13 |
hieplq | @CarlosRuiz, about "browser crash without closing the session", "power failure" | 16:17 |
*** nmicoud has quit IRC | 16:17 | |
hieplq | we are always have a comet connect | 16:17 |
hieplq | can use it to detect browse crash? | 16:17 |
CarlosRuiz | I guess you can write a thread that keeps checking for disconnected sessions and update the AD_Session record, don't know how | 16:19 |
hieplq | for each desktop (a browse tab). idempiere keep a comet connection for implement server push. so if browse is cash, this connect is break. server know this even | 16:21 |
hieplq | can use it to invilidate session | 16:22 |
*** KermitTheFragger has quit IRC | 16:25 | |
Not-8b66 | [IDEMPIERE] d_ruiz updated IDEMPIERE-3004 Attachment set to "None" | 16:30 |
Not-8b66 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3004 | 16:31 |
Not-8b66 | [IDEMPIERE] d_ruiz updated IDEMPIERE-3004 Attachment set to "IDEMPIERE-3004.patch" | 16:31 |
Not-8b66 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3004 | 16:31 |
norbertbede | +1 vote hieplq | 16:35 |
*** norbertbede has quit IRC | 16:37 | |
*** hieplq has quit IRC | 17:31 | |
*** norbertbede has joined #idempiere | 17:42 | |
*** hieplq has joined #idempiere | 18:00 | |
*** CarlosRuiz has quit IRC | 18:09 | |
*** hieplq has quit IRC | 18:38 | |
*** norbertbede has quit IRC | 18:47 | |
*** a42niem has quit IRC | 22:32 | |
*** a42niem has joined #idempiere | 22:33 | |
*** a42niem has quit IRC | 22:37 | |
*** christian_ has joined #idempiere | 23:39 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!