[google-appengine] users.get_current_user() returning None for https requests

2010-07-13 Thread john
I have a handler with the secure: optional setting in my app.yaml file. When I make http requests to one of its url's, the data is retrieved and returned no problem. When I make an https to the same url, however, the handler's call to users.get_current_user() returns None, so that the request

Re: [google-appengine] users.get_current_user() returning None for https requests

2010-07-13 Thread Andi Albrecht
It's not clear from your message if you login again before accessing your https URLs or if you just change the protocol part of the URL from http to https (i.e. adding a s) or do you login again before hitting your URL using https? The cookie you'll receive for http isn't valid for your https