|
Hello
Kim:
Yes
you can. When you instantiate/create your bean for the first time, specify the
scope to be "session" like this.
<jsp:useBean id="<Name>" scope="session" class="<Full Class
Name>" />
And
then use this same syntax in your other apps.
Syed
|
Title: RE: session object in jsp
- Re: session bean across webapps??? BrettHaas
- Syed Rehman
