Thanks a lot Dave for the detail explanation.

I have checked the META-INF/context.xml of my web application for cookies
and found that it does not have cookies attribute. 

<?xml version="1.0" encoding="UTF-8"?>
<Context path="/myWebApplication"/>

It means I have cookie enabled session.
http://jf.omnis.ch/log/archives/2004/12/disabling-session-cookie-in-tomcat.html

But still I am seeing ";jsessionid=XXX" in the url.

Please suggest me for any possibility for this.

Thanks & Regards

Sawan


newton.dave wrote:
> 
> --- Sawan <[EMAIL PROTECTED]> wrote:
>>> Don't type it in / paste it when you test on the
>>> other machine.
>> Can you please explain me in detail. That what is
>> "\", What I don't type in "\", etc.
> 
> ...
> 
> "\", which I assume is a misspelling of "/" (the
> character I used) is used to separate two words, in my
> case "in" and "paste".
> 
> I'll do my best to explain it in detail.
> 
> When you test on the other machine do not include the
> ";jsessionid=XXX" in the URL.
> 
> Note that the "XXX" in the previous sentence should
> not be taken literally; it is a placeholder for
> whatever the session id is.
> 
> jsessionid is used by the servlet container for
> servlet tracking; it's normally found under
> circumstances when you do not have cookies enabled or
> on the first request to the application when it (the
> application) still doesn't know if you have cookies
> enabled.
> 
> d.
> 
> 
> 
>      
> ____________________________________________________________________________________
> Shape Yahoo! in your own image.  Join our Network Research Panel today!  
> http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Handling-Session-Objects-tf4211020.html#a12047967
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to