Hello !
I have a part of an intranet site I'm working on, in which I have variables that I have to access from many pages. For the moment,I pass these variables from page to page, but it's no good solution because there are many of them.
Is there a solution in JSP permitting to set variables and to access them from any page ?
Does the HttpSession helps for that ?
I can't find much information about it.
Thanks,
Gaelle.
I have a part of an intranet site I'm working on, in which I have variables that I have to access from many pages. For the moment,I pass these variables from page to page, but it's no good solution because there are many of them.
Is there a solution in JSP permitting to set variables and to access them from any page ?
Does the HttpSession helps for that ?
I can't find much information about it.
Thanks,
Gaelle.