something like 
HttpSession session = request.getSession();
session.setAttribute("login",new jsptutorial.Login())

-----Original Message-----
From: Anibal Constante Brito [mailto:[EMAIL PROTECTED]]
Sent: 06 June 2002 09:51
To: Tomcat
Subject: about session


I have code in login.jsp.

<jsp:useBean id="login" scope="session" class="jsptutorial.Login" />

I thing that this object keep in memory to session remain(I have some doubt
in this things), but how can I in login.java put some object in the memory
for all session like above.

Best Regards.
Owen.

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
[EMAIL PROTECTED]

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
**********************************************************************

Reply via email to