badoo / codeisok

Git code browsing and code review tool
GNU General Public License v3.0
85 stars 16 forks source link

PHP session id should have a reasonable expiry date #99

Closed NikhilVerma closed 3 years ago

NikhilVerma commented 3 years ago

Right now PHPSESSID cookie is a Session cookie so if a user closes their browser and goes back to codeisok they get logged out. This is too strict for a tool like this, we should have a reasonable cookie expiry like 1 week.