Announcement

Collapse
No announcement yet.

session time-out

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • session time-out

    hi
    after some time, OX produces msg, "your session has been expired"
    is this an error or how to overcome this ??

  • #2
    Originally posted by mayank View Post
    hi
    after some time, OX produces msg, "your session has been expired"
    is this an error or how to overcome this ??
    1) Not clearing cookies while being logged in
    2) Not restarting OX server while being logged in
    3) Not hitting the apache session timeout

    Comment


    • #3
      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) ..

      Originally posted by Martin Braun View Post
      1) Not clearing cookies while being logged in
      2) Not restarting OX server while being logged in
      3) Not hitting the apache session timeout

      Comment


      • #4
        Hi,

        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.

        Comment


        • #5
          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

          Originally posted by Martin Braun View Post
          Hi,

          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.

          Comment


          • #6
            also a lot of timouts of users

            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

            thank you for any help.

            Comment

            Working...
            X