Re: help!

2014-09-19 Thread Shrileckha Chaithanya
I see the cookies that i set explicity set in the program. But I dont see the cookie I have set in the tomcat context file like this: On Fri, Sep 19, 2014 at 4:40 PM, Shrileckha Chaithanya < cshrilec...@gmail.com> wrote: > It worked but I am not able to get this cookie

Re: help!

2014-09-19 Thread Shrileckha Chaithanya
) { log.info("cookie name :"+cookie.getName()+"cookie.value() :"+cookie.getValue()); } } Pls let me know. Thanks, Shrielckha Chaithanya On Fri, Sep 19, 2014 at 11:37 AM, Shrileckha Chaithanya < cshrilec...@gmail.com> wrote: > thanks! it worked. > &

Re: help!

2014-09-19 Thread Shrileckha Chaithanya
thanks! it worked. On Thu, Sep 18, 2014 at 5:19 PM, Mark Eggers wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 9/18/2014 2:13 PM, Shrileckha Chaithanya wrote: > > Thx for responding. I did like look at this link. Can you provide > > with proper syntax t

Re: help!

2014-09-18 Thread Shrileckha Chaithanya
Thx for responding. I did like look at this link. Can you provide with proper syntax to rename the cookie name? Sent from my iPhone > On Sep 18, 2014, at 5:01 PM, Felix Schumacher > wrote: > > > >> On 18. September 2014 21:33:20 MESZ, Shrileckha Chaithanya >>

help!

2014-09-18 Thread Shrileckha Chaithanya
Hi Tomcat team, I need to rename the JESSIONID cookie name to MKTSESSIONID. I updated the catalina.bat file to use below. can you pls help? set JAVA_OPTS=%JAVA_OPTS% -Dorg.apache.catalina.JSESSIONID=MKT2SESSIONID Thanks, Shrileckha Chaithanya