dotnet / dotnet/systemweb-adapters
framework service under sub application httpcontext.session is not work
Open
needs author feedback
- Dominant language
- C#
- Stars
- 384
- Forks
- 76
- Avg merge
- 2h 24m
- Merged PRs (30d)
- 1
Description
We have various framework web from sub application in the same website. I just started trying to use adapter to migrate one application, but it couldn't get Session["key"] without any error message. Reference #175 , build the the same sub application name (virtual path) between Core Website and Framework Website, it still couldn't get Session["key"] anymore. But when I put the framework application to the root, it work fine.It Seems framework application must in the root website? or shouId I make other setting to get Sessions for sub application?
Contributor guide
Assessment
This issue has not been assessed yet.