Parameterize Cookie Name for Sessions
When working with CE and EE on localhost
, signing in to one, invalidates the other because they both overwrite the _gitlab_session
cookie.
It would be nice to keep your session for both. Making the cookie name configurable would allow making it unique to an instance and not overwrite each other.
Perhaps config/gitlab.yml
-> gitlab -> session -> cookie_name
See /config/initializers/session_store.rb