authentication - accessing a child website from parent website -


i have requirement below. have parent website has own login implementation .i have link child website on page.the child website can accessed form parent site.if user accesses child url directly should page not found page. both parent , child sites can send-receive data between them.the child website can accessed multiple parent site. can please let me know how can achieve session functionality in above scenario. how can use web services in above scenario? parameters need consider managing communication between these site.

please let me know if need provide more information


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -