| |
GeekInterview.com > Interview Questions > J2EE > JSP
| Print | |
Question: What is the difference between http session and application session?
|
| August 08, 2008 04:55:48 |
#7 |
| vinayroz |
J2EE Expert Member Since: August 2008 Total Comments: 3 |
RE: What is the difference between http session and application session? |
| There is nothing like application session. In simple words we can take it as how we manage session in our application, so that is by HttpSession interface or by Url rewriting, hidden fields and cookies. |
| |
Back To Question | |