Session expired message in the UI

Symptom

You see a message in the controller UI that your login session has expired.

Cause

It has been longer than the defined Keystone session timeout since you logged in so your session has expired. The default Keystone login session timeout is 1 hour.

Action

Reload the page and log in again.

If you want to increase the Keystone session timeout value, do the following:

  1. Log on to the controller as sudo user.

  2. Open the /etc/keystone/keystone.conf file for editing.

  3. Locate the line: #expiration=3600.

  4. Modify that line by removing the comment (hash tag) and change the value to something larger.

  5. Save the file and exit the editor.

  6. Restart the Keystone server using this command:

    service keystone restart

  7. Logout from the UI and log back in and the session timeout is increased to the new value.