hi,
If you want to use same sessionbean in several jsp pages, get the handle for the homeobject associated with the ejb by calling getHandle() on home. Since handle is a serializable object you can place in session object. In jsp get the handle from the session object and type cast it into corresponding classtype and call getEJBObject() on the handle. You will get the reference of the same stateful session object reference.