Announcement

Collapse
No announcement yet.

Reload (F5) results in logout

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

  • Reload (F5) results in logout

    Hi,

    i updated yesterday our OX 6 SE from 6.16 to 6.18, after some trouble with the new rewriting-rules in apache. I copied the settings from the installation manual and
    now everyting runs fine, exept the re-login after pressing F5 for reload the site.

    Is there any setting to check ?

    Btw. the OX-HTTP-GUI is hosted behind another apache server with "ProxyPass" to the OX6 Server

    Thx Stefan

  • #2
    Hi,

    we have improved session security with 6.18. This contains a new autologin handling. To make sessions persistent, enable autologin at sessiond.properties:
    Code:
    # Whether autologin is allowed or not
    com.openexchange.sessiond.autologin=true
    Session TTL and other configuration stuff is listed at this config file as well. This setting will also enable an other login dialog where the user can chose between different session settings.

    Greetings
    Last edited by Martin Heiland; 11-10-2010, 03:49 PM.

    Comment


    • #3
      That's it !

      Thank you !!!

      Comment


      • #4
        Hi, is there any way to not show the session settings dialog?

        I want to recreate the behavior of older OX6 where reloading the page autologins the user without asking.

        Thanks!

        Comment

        Working...
        X