If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
hi Martin
Im getting this error while already being logged in.
Is step1 necessary before starting OX server ?
or is this becoz of Idle state of OX-Gui (server) ..
i just posted possibilities why a session could expire. If you clear your cookies the session will expire because the session information is stored at the client. I think you've lost your session because you somehow hit a session expire limit or restarted the groupware.
ok.
i think that prb is solved but im getting new error while creating new users using Admin GUI
Error code: Error occured in: com.openexchange.admin.rmi.extensions.OXUserMailfi lterExtension! Errortext: com.openexchange.admin.rmi.exceptions.OXSieveHandl erException: The server doesn't support PLAIN authentication
i just posted possibilities why a session could expire. If you clear your cookies the session will expire because the session information is stored at the client. I think you've lost your session because you somehow hit a session expire limit or restarted the groupware.
we have about 10-20 persons simultaneous logged in. we happen to register a lot of people with a session timeout. even after removing cookies and so on. i'm not shure but is there some limitation in the sessionmechanism when all people come from the same ip (firewall)?
i tried to solve this by increasing some values, but i'm not shure, if this is correct or has the desired impact at all:
in /opt/open-xchange/etc/groupware/sessiond.properties:
com.openexchange.sessiond.sessionContainerTimeout: 4200000
com.openexchange.sessiond.numberOfSessionContainer s:20
com.openexchange.sessiond.maxSession:10000
com.openexchange.sessiond.sessionDefaultLifeTime:3 600000
Comment