Page 1 of 1

If the system account does not exit correctly

PostPosted:Wed May 07, 2008 12:38 am
by fengboallan
Hello
if the system account doesnot exit correctly, what should I do to logout the system account?

does openkm has this tool?

thank you

Bo

Re:If the system account does not exit correctly

PostPosted:Wed May 07, 2008 3:22 pm
by jllort
You could try this url:

http://localhost:8080/OpenKM/repository_users.jsp ( you must be system to access it )

Passed 30 minutes sessions losts and could return to log in.

Re:If the system account does not exit correctly

PostPosted:Wed May 07, 2008 6:57 pm
by fengboallan
Hello jllort,
do you mean I have to wait 30 minutes to re-login?

Except re-starting this system, can i have other choice to login as system account?

thank you

Bo

Re:If the system account does not exit correctly

PostPosted:Thu May 08, 2008 6:30 am
by jllort
There\'s no other option actually.

Have you tried the uri http://localhost:8080/OpenKM/repository_users.jsp ? on community version this might runs.

About this isssue. OpenKM only enables one user session active for security purposes, really it\'s something like a jboss session, but because UI is ajax and user can be so much time with opened browser without doing any action ... there\'s some system to mantaining this connection keep alive, for this reason when you close browser, your session continues hanging during 30 minutes, because we made some extra control from jboss sessions.

system menu options are to prevent when - normal users - not exits openkm and hangs sessions. There\'s no way to prevent system user bad uses ( I don\'t know if you understand me )

The other option you\'re suggesting, restarting jboss, obviously on a production environment is not desireable.