How do I pass a value throughout my project and use it anywhere in the program. .. The value is selected before the login page... I want to access it anytime and in any jsp or servelet in a project
Asked
Active
Viewed 55 times
0
-
Google for sessions – Sleiman Jneidi Jun 30 '18 at 22:06
1 Answers
0
You can use HttpSession to do the same.
Other than this you can initialize context parameters.
Follow this link for parameters approach.

Alien
- 15,141
- 6
- 37
- 57