Yes,I think you are right.
Is there any api that can keep connecting,when I access several urls so
that the ip address will not change?

I find HttpURLConnection can keep connecting while access one url for
several times with different data to be post.But I can't change the
targeturl.When I want do that,I must have a new HttpURLConnection ,so
the
connecting will lose.

2012/4/16 Barry Hunter <barrybhun...@gmail.com>

> On Mon, Apr 16, 2012 at 12:45 AM, Brian Quinlan <bquin...@google.com>
> 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 google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to