This might be a stupid question, but someone please answer this question for me.
when a bean's scope is declared as session, the container creates a single bean instance per HTTP session.
What happens if the application doesn't open sessions at all? In this case a new bean is created for every HTTP request?
Thanks,
Harish


Reply With Quote
