Hey,
I have a problem with using WCF.
I have a connection with the server and I can login as a user. When the login methode is successfull I fill a currentUser with the logged in user.
When I try to access the wcf service again the currentUser is null. I think that's because the client makes a new session.
I have searched the internet to some solutions, but can't find a working cookie example or something that could help me forward.