I have 2 applications and I have hosted second one as a sub-application of first application. Both applications are using common application pool.Both are having their separate sessions.
URLs of applications looks like: 1. mysite.com 2. mysite.com/store
My requirement is, if session in one application is active then session in other application should remain active. Can you please tell me how to implement this.
Thanks in advance.