In HFSJ purpose of having getSeesion(false) is given as <b>"You might have a scenario in which a
servlet wants to use only a previously created session.It might not make sense for the checkout servlet,for example,to start a new session."</b> I was confused here because ,getSession() already takes care of creating new session only if it doesn't exist.!!! We don't have to check for it by using getSessin(false) method.
I didn't read filters yet.May be I will understan then??!!.
I posted this question in other
thread where ranchers have answered.But I didn't explain well there.
Here is that thread if you want to have lok at it. Thanks
Veena