HTTP Session Invalidation in Servlet/GlassFish
- by reza_rahman
HTTP session invalidation is something most of us take for granted and don't think much about. However for security and performance sensitive applications it is helpful to have at least a basic understanding of how it works in Servlets.
In a brief code centric blog post Servlet specification lead Shing Wai Chan introduces the APIs for session…