Re: variables de session en jsp

"Daniel Portilla" <[email protected]>
Newsgroups gmane.comp.java.javaspain
Message-ID <[email protected]>
Hola Juan, desde la JSP puedes  hacerlo así:

<% sesion.setAttribute("nombre_variable", objeto)%>


Y para recuperar el valor

 <% sesion.getAttribute("nombre_variable")%>

Salu2
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.