On Tue, 18 Jul 2017, Brandon Woodson wrote: > So to further help anyone interested in helping me solve this problem. I > put together a small Mojo::Lite app to help me troubleshoot. You can check > it out on Github <https://github.com/BWoodson/MojoSession>.
You'll need to also provide information about the IIS configuration. My guess is that browsers are not returning the cookies to the application (when the application is behind IIS) because of mismatched hostnames or cookie path. Standard browser development tools should show you any cookies being set or returned in requests.
