This document summarizes a study that analyzed 125 Indonesian websites for vulnerability to session fixation attacks. The study found that 48% of websites were vulnerable, most due to reusing the same session IDs. The study provides recommendations for programmers to prevent session fixation, including regenerating session IDs and checking the HTTP referer header. It also recommends future research on predicting regenerated session IDs and designing efficient defenses against session fixation attacks.