Click here to Skip to main content
16,016,750 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I am working on a silverlight application built in asp.net . I want to migrate this silvelight application to html 5 mvc 3 , but I do not want to migrate it completly as of now. I want to migrate in parts, so I replaced the web asp .net ajax project with new mvc 3 html5 project. so the new development now will be done in this mvc 3 html 5. the problem I am facing over here is of handling the session . In the silverlight I have used Webservices to maintain session . I just want to share this session this mvc 3 application. Please help me in this.

Thanks in advance.

Thanks,
Posted

1 solution

Why not continue working with a service oriented architecture approach?

If you can maintain the correct state in your web service, add the web service as a reference to the website I appreciate it may be cyclic but in this instance that shouldn't cause you a problem.
 
Share this answer
 
Comments
Nutan R 15-Jun-12 1:47am    
I have already added its reference but am not able to get its value there in the solution, it resulted in some errors. Could you please provide me with a demo solution so that I can successfully get session values.
Stephen Hewison 15-Jun-12 2:07am    
What error?

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