We need to share data between subdomains in web sites using different applications developed using ASP.Net and deployed on IIS. We have following ideas in mind :-
a. Sharing data using cookies : But this idea will allow only to share us simple strings and more over it will get failed if browser don't support cookies
b. Sharing data using session : But for that we will have to use out proc session handlining techniques
Can any one please let us know if there is some other good technique for this?
Thanks
Tarunjit Singh