Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/03/2008, 16:37
aizerg
 
Fecha de Ingreso: febrero-2008
Mensajes: 6
Antigüedad: 16 años, 10 meses
Puntos: 0
Re: Como aplicar sesiones en JSp

tal vez con esto:
--------------------

HttpSession miSession = request.getSession(true);
miSession.setAttribute("usu","usuario");