Re: Google Analytics Cookies in GWT?

2011-05-17 Thread Raphael André Bauer
On Mon, May 16, 2011 at 4:07 PM, sandesh wrote: > Bumping it up.. ANY thoughts? Most likely you included analytics javascript in your host.html file. It's not something GWT generates or transmits... Best, Raphael > > > > On May 6, 3:43 pm, sandesh wrote: >> I am kind of a n00b here. I have

Re: Google Analytics Cookies in GWT?

2011-05-16 Thread sandesh
Bumping it up.. ANY thoughts? On May 6, 3:43 pm, sandesh wrote: > I am kind of a n00b here. I have developed a Basic GWT app, and when I > go over the cookies my application sets, I see __utma, __utmz etc. > These (If I am not wrong) are Google Analytics cookies. Why are they a > part of my app

Re: Google Analytics Cookies in GWT?

2011-05-09 Thread sandesh
Bumping this up :) On May 6, 3:43 pm, sandesh wrote: > I am kind of a n00b here. I have developed a Basic GWT app, and when I > go over the cookies my application sets, I see __utma, __utmz etc. > These (If I am not wrong) are Google Analytics cookies. Why are they a > part of my application? Do

Google Analytics Cookies in GWT?

2011-05-06 Thread sandesh
I am kind of a n00b here. I have developed a Basic GWT app, and when I go over the cookies my application sets, I see __utma, __utmz etc. These (If I am not wrong) are Google Analytics cookies. Why are they a part of my application? Do GWT application send info. to Google analytics by default? Note

Re: Cookies in gwt

2011-03-26 Thread khiem nguyen
i think the issue comes from the fact that i set cookies from different (gwt-)module, which leads to different paths. i'll check it out. thanx again On Sat, Mar 26, 2011 at 10:52 PM, Thomas Broyer wrote: > > > On Saturday, March 26, 2011 9:23:50 PM UTC+1, Jambi wrote: >> >> Hey Khiem, >> >> I th

Re: Cookies in gwt

2011-03-26 Thread Thomas Broyer
On Saturday, March 26, 2011 9:23:50 PM UTC+1, Jambi wrote: > > Hey Khiem, > > I think it´s not possible to have multiple Cookies with the same name. > Normally the new Cookie with the same name overrides the old one. Not if they have different paths, or different domains! See http://tools.ie

Re: Cookies in gwt

2011-03-26 Thread khiem nguyen
hi, as i have written, i checked with firebug & see request's cookie-header has 2 cookie with the same name. same from firebug-console: document.cookie in fact, i set it with expire-option, so for each "set" , there'll be different expire-date, could it be the reason ? thanx for the answer On Sa

Re: Cookies in gwt

2011-03-26 Thread Jambi
Hey Khiem, I think it´s not possible to have multiple Cookies with the same name. Normally the new Cookie with the same name overrides the old one. You should check this in Firefox. Just check the Cookies for your localhost (127.0.0.1) in the Firefox preferences. You should only see one Cookie wit

Cookies in gwt

2011-03-25 Thread khiem nguyen
hi, it's possible to have cookies with the same name (with the same gwt-app) so if i call: Cookies.setCookie("name", "value"), with firebug i can see there are many cookies with name="name" is sent. so it's not consitent if server needs only 1 correct info from cookie. i think about calling Cookie

Re: Session tracking and cookies in GWT

2011-01-24 Thread Charlie M
On Jan 24, 6:15 pm, Phaneendra Hegde wrote: > Hi, > I'm developing a web app which needs login/signup kind of typical web app > events. Since this is my first web app I don't have much knowledge about > Session management and Cookies creation/handling,especially in GWT > environment.Can any one he

Session tracking and cookies in GWT

2011-01-24 Thread Phaneendra Hegde
Hi, I'm developing a web app which needs login/signup kind of typical web app events. Since this is my first web app I don't have much knowledge about Session management and Cookies creation/handling,especially in GWT environment.Can any one help me regarding this please... Thank you -- You

Re: Setting Cookies in GWT

2009-01-06 Thread Max
Hi Venkat, On Jan 6, 7:34 am, Venkat wrote: > Hi All, > > I am very new to GWT? I would like to know how to set and retrive > cookies in GWT. you should really, really read the manuals, like here: http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/

Setting Cookies in GWT

2009-01-05 Thread Venkat
Hi All, I am very new to GWT? I would like to know how to set and retrive cookies in GWT. Thanks & Regards, Venkat --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post