J. wrote:
> Thanks. I posted some of the relevant code here;
>
> http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=7&t=016798
>
> But I'm still baffled as to how to get access to a session in a servlet
> that was called by a jsp. Should servlets have access to sessions
> easily?
Just look at the servlet api that matches the specification in the deployment descriptor, which is a DTD or schema in
WEB-INF/web.xml.