Re: Tomcat session varibale

2007-06-02 Thread Rashmi Rubdi
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

Re: Tomcat session varibale

2007-06-02 Thread ibozo
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

Re: Tomcat session varibale

2007-06-02 Thread Pid
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

Re: Tomcat session varibale

2007-06-02 Thread ibozo
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

Re: Tomcat session varibale

2007-06-01 Thread Rashmi Rubdi
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