On 07/31/2014 03:31 AM, Stack Kororā wrote: > Greetings, > > I am running the community version of Gitlab on Scientific Linux 6.5 > using this RPM: > > gitlab-7.1.1_omnibus-1.el6.x86_64.rpm > > I am hoping to move to the Enterprise version soon, but I am dealing > with the security group making sure everything passes their standards. I > am pleased to say that so far most everything does pass (or was a simple > tweak for me to make it pass). > > In fact, the only kick-back I am not sure how to deal with is the > session timeout. > > Right now, if I log into our Gitlab instance there isn't anything that > auto-logs me out. I can shut down the web-broswer, I can reboot the > laptop, I can even do a complete shutdown of the laptop and take home on > the VPN, and still Gitlab auto-logs me back in. > > Unless I explicitly click the log-out -or- flush my browser history it > keeps my session for what seems to be an indefinate period of time. > > I have looked and I can't seem to find a solution. I thought about > digging around in the web-server settings, but I didn't want to have an > update (or reconfigure) break my fix. > > I figure there has to be an easy way of setting this in the Gitlab > config file and configuring how long the time out should be, but I am > turning up a blank in my searches. (it doesn't help that every term I > can think of to describe the problem is quite generic and vague) > > Can anyone help me out and suggest a solution? > Thanks! >
There is not such functionality implemented yet afaik. I don't know if this could be done in the cookie level, but after a bit search this could be also accomplished via devise's Timeoutable [0]. I would suggest opening a feature request at http://feedback.gitlab.com/ It seems like a cool feature to have. [0] http://rubydoc.info/github/plataformatec/devise/master/Devise/Models/Timeoutable -- GPG : 0xABF99BE5 Blog: http://axilleas.me -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/53D9D23A.8060905%40gmail.com. For more options, visit https://groups.google.com/d/optout.
