On 6/2/07, ibozo <[EMAIL PROTECTED]> wrote:
Thanks again..
Here is my first code that takes two varibles from client to log in, as
email adress and password. And puts the email adress into a session variable
as:
With reference to the code in the previous post, it could be made a
lot simpler an
Thanks again..
Here is my first code that takes two varibles from client to log in, as
email adress and password. And puts the email adress into a session variable
as:
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
import java.sql.*;
public class sorguservlet extends Htt
ibozo wrote:
Thank you for your help. I used the same codes as you told, however it
doesn't help me. Can there be a problem about Tomcat or with the "dopost"
and "doget" methods that I use. I took the session variables inside a
"dopost" program and I used those session variables in a "doget" prog
Thank you for your help. I used the same codes as you told, however it
doesn't help me. Can there be a problem about Tomcat or with the "dopost"
and "doget" methods that I use. I took the session variables inside a
"dopost" program and I used those session variables in a "doget" program.
Waiting f
On 6/1/07, ibozo <[EMAIL PROTECTED]> wrote:
Hello all,
I have created a file of servlet pages that publish those pages in Tomcat
6. I have a log in page, programmed by servlet and also another page that
activates the application acording to the given parameters by serching
webserver. I should