On Apr 22, 2014, at 5:04 PM, Brian Hardy <[email protected]> wrote:
> 22:59:52.475176 HTTP: #368: POST /bsg_sync/_persona > 22:59:52.656405 Persona: Logged in "[email protected]"! > 22:59:55.761679 HTTP: #369: POST /bsg_sync/_revs_diff > 22:59:56.069154 HTTP: #370: POST /bsg_sync/_bulk_docs The requests sent after the login don't include a session cookie, so they're treated as being from the guest user. You can tell because the "HTTP:" log lines don't end with "(as [email protected])". This seems like a problem on the client side where the cookie returned from the login isn't being sent back in subsequent requests. Is the client Android? IIRC there were some bugs in that area. Traun would know for sure. --Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/F6F4D801-4957-451C-813F-D91B53DE0AD6%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
