Re: NSHTTPCookieStorage to implement "Sign Out" functionality

2009-12-04 Thread Jerry Krinock
On 2009 Dec 01, at 15:29, Jesse Grosjean wrote: > Does anyone know how to consistently implement "log out" functionality > in an app that interacts with a web service? Just send a HTTP GET request to https://www.google.com/accounts/Logout Works for me. I believe we're talking about th

NSHTTPCookieStorage to implement "Sign Out" functionality

2009-12-01 Thread Jesse Grosjean
My desktop app connects to a web application that's hosted on Google App engine. Once it authenticates it gets a cookie that it passes along for all future requests. That all works. But now I want to add "Sign out". That feature code looks like this: - (void)signOut { NSHTTPCookieStorage