Hello Folks, i think lot of users have faced this aspect in their developing.
I'm using a WCF REST Service and I need to handle the login and authentication process; using ASP.NET Form authentication was pretty easy being there are underlying integrated modules do the work behind the scenes using authentication cookie.
Moving towards this technology and using HttpUtils2, i'm trying to image how i might recognize logged user having on the other side a WCF REST Service. I suppose i have to use cookie as expected to make the job but i would to know if you could suggest me - using the above-mentioned technology - to make the process smoother and easy. It should be appreciated a little of code how to handle auth cookie and authentication process (and how to handle the model "slide expiration" about logged session as ASP.NET do) using httputils2 framework and WCF REST Service.
Thank you in advance!
I'm using a WCF REST Service and I need to handle the login and authentication process; using ASP.NET Form authentication was pretty easy being there are underlying integrated modules do the work behind the scenes using authentication cookie.
Moving towards this technology and using HttpUtils2, i'm trying to image how i might recognize logged user having on the other side a WCF REST Service. I suppose i have to use cookie as expected to make the job but i would to know if you could suggest me - using the above-mentioned technology - to make the process smoother and easy. It should be appreciated a little of code how to handle auth cookie and authentication process (and how to handle the model "slide expiration" about logged session as ASP.NET do) using httputils2 framework and WCF REST Service.
Thank you in advance!