Change the length of the sunstone login session

How do I change the length of the login session for sunstone? I would like to increase the session length so I’m not interrupted with login prompts so frequently.

Hi jeff!
AFAIK that session time is fixed and can’t be set through Sunstone’s configuration file. Sunstone uses Sinatra so this stack overflow post may help. with the session expiration time.

Cheers!

Thanks for the tip. so I finally found where the session length was set after your tip. and it was pretty straight forward. I just created a pull request to a small change that exposes it to sunstone-server.conf. https://github.com/OpenNebula/one/pull/171