Is sending a cookie with a sessionid in every HTTP response considered a bad practice?

My Django application sets a set-cookie: sessionid=xxxx; expires=Thu, 16-May-2019 18:54:59 (and some more, like max-age and path) on every response. The sessionid remains the same until the session ends. I can see the purpose of this: By s… Continue reading Is sending a cookie with a sessionid in every HTTP response considered a bad practice?

A computer on the public network I was using was penetrated at a codejam. Am I at risk?

I was at a code jam today for 12 hours. At the end of the day as I was leaving, one of the programmers claimed his computer was hit with a reverse shell attack. He was voicing this as I was finishing up and I stuck around t… Continue reading A computer on the public network I was using was penetrated at a codejam. Am I at risk?