On Mon, Apr 16, 2012 at 12:45 AM, Brian Quinlan <[email protected]> wrote: > Hi,
> No, using a fixed IP for urlfetch is not supported. But I'm not sure > why a changing IP address would cause problems with cookies. I doubt its the cookie as such. It will be the remote site, rather foolhardily tying "session" to the clients IP. If they see the client IP change, they invalidate the session. I guess trying to protect against session fixation - but its a bad way to do it, because lots of clients change IP address. Who remembers AOL proxing all users? I've faced this problem before, it took lots of badgering the webmaster to 'fix' their website. (Pretty much off-topic, but Google translate has this issue :) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
