On Windows Server 2012 IIS 8 - After working out the web.config settings to get a ASP.Net 4.5 child web app to run within a parent ASP.Net 3.5 app, they now have the same session ID and get the cookies OK, yet the child's Session has no keys.
Seems Like the session is not shared between the two application pools.
Any ideas of how to work around this? BTW - rather difficult to modify the parent web app... So trying to only change the child app
To clarify - child web app - simply a sub folder within the parent web structure with:
- separate IIS Application set up with Application pool of .Net 4.5
- separate Web.config