Re: CORS support for the sync gateway

2015-02-11 Thread Jens Alfke
> On Feb 11, 2015, at 12:38 PM, Seung Chan Lim wrote: > > Am I correct in saying that I can simply put the following to my config.json > for sync gateway 1.0.0 and it will support CORS? > No. CORS isn’t implemented yet; see issue #115 . A

CORS support for the sync gateway

2015-02-11 Thread Seung Chan Lim
Am I correct in saying that I can simply put the following to my config.json for sync gateway 1.0.0 and it will support CORS? ,"CORS": { "Origin": ["*"] ,"Headers": ["DNT","X-Mx-ReqToken","Keep-Alive","User-Agent", "X-Requested-W\ ith","If-Modified-Since","Cache-Control","Content-T

Re: logging out / switching users with the .NET client

2015-02-11 Thread Jon Lipsky
Hi Brett, I've had a multi-user app in production since October with the .net client. Here's the process I go through when a user logs out: 1) Stop all live queries. 2) Stop the pusher. 3) Stop the puller. 4) Delete the database. It's been working just fine for me. Jon... On Tuesday, Februar