Hi all,
I have 2 servlets:
one servlet sets an attribute like so:
req.setAttribute("Password", password);
Another servlet gets this attribute from the first servlet when it has been c...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20131324.html
Zones:
Java,
ServletsDate Answered: 06/07/2001 Rating: 9.2 Views: 0
Hello,
I have some question about sessions. How can I track session events when different servlets are fired off? How can I set a sessionid attribute and refer to it when they move to other page...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20242028.html
Zones:
JavaDate Answered: 12/03/2001 Rating: 7.4 Views: 0
I am having a problem getting a Vector from a session.
What I'm trying to do is this:
Convert many objects as type Student to strings with toString()
Add each Student string to the vec...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20433229.html
Zones:
JavaDate Answered: 12/23/2002 Rating: 4.0 Views: 0
Hello,
When we say :
List list = (List) session.getAttribute("list");
we get a reference to the list object in the session .. is that right ??
If its correct then after the...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21579901.html
Zones:
JavaDate Answered: 10/09/2005 Rating: 5.0 Views: 0
I create a javamail in the servet and inside that I also create HttpSession. But the problem I got is when I get the attributes in jsp page from the session is null. It supposely get the email add...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JavaMail/Q_24645515.html
Zones:
JavaMailDate Answered: 08/11/2009 Rating: 9.2 Views: 0
How much initial memory a session varible occupies.i.e;When we create a session as follows ....
HttpSession session=response.getSession(true);
....without any data in the session how much mem...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10427037.html
Zones:
JavaDate Answered: 06/12/2000 Rating: 8.2 Views: 0
Hi,
When a web application needs to track users over several pages, it can do this using the Java Servlet APIs HttpSession class. Would it be faster to have servlets look up user information in...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11477339.html
Zones:
Java,
ServletsDate Answered: 02/04/2002 Rating: 7.2 Views: 0
I am trying to run a bea example,
The first page in the application is application.jsp, this page sets several attributes to the session:
<jsp:directive.page import="workflow.example.*"/>
<jsp...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20226742.html
How to i get my HttpSession in Tomcat 3.3 as when i use tomcat 2.1 last time.
This code HttpSession sess = req.getSession(false);
will return a session..but now it will return null.
is there any...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_20259338.htm...
Hi all!
I have tried to retrieve session object (set in another servlet) in a servlet inside doPost method. But all I get is null, so I ask is it normal behavior or an error? The code is simple:...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20611114.html
Zones:
JavaDate Answered: 05/09/2003 Rating: 8.4 Views: 0