Top "Httpsession" questions

An Java interface used by the servlet container to create a session between an HTTP client and an HTTP server.

Spring 3 MVC accessing HttpRequest from controller

I would like to handle request and session attributes myself rather then leave it to spring @SessionAttributes, for login of …

spring-mvc httprequest httpsession request-mapping
How do you store Java objects in HttpSession?

So I am trying to get a servlet to add a Java object to the session of the user, when …

java jsp servlets httpsession
How to invalidate session in JSF 2.0?

What is the best possible way to invalidate session within a JSF 2.0 application? I know JSF itself does not handle …

session jsf-2 httpsession managed-bean session-scope
How do I get a list of all HttpSession objects in a web application?

Let's say I have a running Java-based web application with 0 or more valid HttpSession objects associated with it. I want …

java web-applications servlets httpsession
How can I manually load a Java session using a JSESSIONID?

I have a servlet which handles a multipart form post. The post is actually being made by a Flash file …

java session jakarta-ee servlets httpsession
Httpsession management in springMVC

I am new to spring MVC and started to make a sample application by doing what I learned. I am …

java session spring-mvc httpsession
How to check if a session is invalid

How to check if a session is invalid or not? There is no method in the API. Is it the …

java session httpsession
Generating a new ASP.NET session in the current HTTPContext

As a result of a penetration test against some of our products in the pipeline, what looked to be at …

asp.net session-state sessionid httpsession
How to store session in Spring MVC

What's the best way of storing session related data of a user (like, for example a log of recent actions …

java spring-mvc httpsession
Why isn't getSession() returning the same session in subsequent requests distanced in short time periods?

I am sending a $.getJSON (HTTP GET) request twice (with different data), one after another (lets say we have request1 …

java jquery spring http-get httpsession