DevLog #6: Session Management in Java: HttpSession vs. Cookies
In DevLog #5, we looked at client-side redirection using response.sendRedirect(). We discovered a major problem: since redirection triggers a brand-new HTTP request from the browser, the original requ
pujajorwar.hashnode.dev6 min read