Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b cookie-httponly origin/cookie-httponly
Step 2. Merge the branch and push the changes to GitLab
git checkout master git merge --no-ff cookie-httponly git push origin master
Set the httponly flag on _remote_user cookie.
_remote_user
It's ok.