if we know the any consultancies, it will place in company
work through consultancy(contract base). please help me I'm
2008 pass out java candidate...
Answer Posted / venkat
Hi friend ,
if u use getSession(true),first the container checks the
session is avilable or not.if it exists,it uses that session
and returns that session,otherwise it creates new session
but in case of getSession(false),if the session exists for
the user,it uses that session otherwise it returns null
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can you use javascript in servlets?
How can an existing session be invalidated?
What are the ways to handle multi-threading in servlets?
What is the servletconfig object?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Which event is fired at the time of setting, getting or removing attribute from application scope?
How do I know if java is running on linux?
how many jsp scripting elements are there and what are those?
How to read request headers from servlets?
What is the difference between context parameter and context attribute?
What does the term localization refer to?
What do you mean by servlet?
What is the difference between servlet and filter?
What is http servlet?
What is session tracking?