Dear ranchers,
From Head First
Servlet and
JSP i know that a JSP will be translated to be a Servlet by the container.
And I tried the example :
I refreshed the page, the count got increased. This is normal.
But when I open a new window and open the jsp page, the count continued, while i expect it reset to zero.
And the most confusing part for me, the count still continued even i close the page.
Would someone explain to me about case above?