D
dave
Hello,
New to Java web apps and trying to understand how container based
authentication / authorization.
When a user is authenticated, how does the server/container determine
that the same user is returning on subsequent requests, since HTTP is
stateless? Is this information tied into the users session (i.e. saved
with JSESSIONID key in tomcat)
If it is tied into the session, then could someone intercept this
sessionid and impresonate a user by faking their own HTTP request with
the same session id?
New to Java web apps and trying to understand how container based
authentication / authorization.
When a user is authenticated, how does the server/container determine
that the same user is returning on subsequent requests, since HTTP is
stateless? Is this information tied into the users session (i.e. saved
with JSESSIONID key in tomcat)
If it is tied into the session, then could someone intercept this
sessionid and impresonate a user by faking their own HTTP request with
the same session id?