Re: Difference between org.apacha.catalina.Session and javax.servlet.http.HttpSession

2007-11-06 Thread Bill Barker
>"Bárbara Vieira" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >Hi there! > >This question is about Tomcat's Architecture and CoyoteConnectors. > > > >I would like to know the difference between >Session(org.apacha.catalina.Session) and >HttSession(javax.servlet.http.HttpSession)

Difference between org.apacha.catalina.Session and javax.servlet.http.HttpSession

2007-11-06 Thread Bárbara Vieira
Hi there! This question is about Tomcat’s Architecture and CoyoteConnectors. I would like to know the difference between Session(org.apacha.catalina.Session) and HttSession(javax.servlet.http.HttpSession) objects. In Request(org.apache.catalina.connector.Request) object I get HttpSession –