Click here to Skip to main content
15,907,497 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm using MVC 2 to build a RESTful service to be consumed from multiple applications (android, php, java, ASP.net)-

I need the service to provide login mechanism (ex. Session) that can be used across platforms. Is there any guide on how to achieve this?

I tried using session on the service but it's value is always null, every time a request is made from another website.

Thanks
Posted
Updated 27-Dec-10 6:36am
v2

Hi

Here you will get the basic idea

Cross Domain/Platform Authentication and Data Transfer

Thanx
 
Share this answer
 
v2
Comments
RaisKazi 25-Oct-11 2:57am    
Please post your link as HyperLink, which may be more easy to access to others.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900