Hi all,

How the scope of the 'session' bean is achieved ? Is it thru' the
httpSession?
if so can i use 'session' scope bean to track the user instead of
httpSession?

In  'session' scope bean , i will have user information and when i
logging
into the application the session bean will be created.In other pages i
will just
refer the bean using <jsp:usebean > tag if it goes to the "session bean
constructor"
means the user session is expired other wise will proceed the
navigation.

Will the above scenario is feasible?

thanks for your time ....

with regards,
              rathna.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to