|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
How can i save the session of a HTTP conexion
Posted by Marcial Atienzar on December 26, 2001 at 4:16 AM
Hi, I need to know who I can save the session of a HTTP connection with JAVA. I do a post to my web, with my user a pass and all go OK, but when with another URLConnection I go to the next page, this page doesn't know who i am. I'm using a servlet by server, not cookies. Thanks, Marcial
Replies:
|