Web services - AuthenticationService IsLoggedIn
Hi.
I use WCF AuthenticationService for auth routines. Methods: ValidateUser,Login return true, so it seems that all work properly, but when I call IsLoggedIn() after consume Login() method, it returns false.
I wondering if theres a way to capture the session id or if the user is logged, but even with asp.net i cant get a true response IsLoggedIn function. I trying to do this with the iphone sdk/ objective-C.
any help?