synchronize(session)

What is the purpose of using synchronize(sessio)? Do i need it for every jsp page that I run?Please advise.Thank you.
[138 byte] By [jbchurna] at [2007-10-2 8:24:20]
# 1
are you using EJB or normal JSP ?you have to place session start on every page which uses session, then yes.
MohamedMansoura at 2007-7-16 22:24:05 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I'm using JSP."Every page that uses session", do you mean for page that I got issue session.getAttribute("")? or do you mean when my page has usebean that is of "session" scope?Please advise.Thank you.
jbchurna at 2007-7-16 22:24:05 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...