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
u are trying to access a value stored in the HttpSession in
>>> one Servlet inside another Servlet.
>>>
>>> This is very simple ...
>>>
>>> in the first Servlet , you are doing
>>>
>>> HttpSession session = request.getSession();
>>> session.setAttribute("MyAttribute"
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
gt;
> ---------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http
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
in another
servlet page. I tried to create a session variable and use it inside the
other web servlet. However I am unable to suceed... Can you help me as soon
as possible..
Best,
ilker
--
View this message in context:
http://www.nabble.com/Tomcat-session-varibale-tf3854667.html#a10921127
Sent