Session cookies are only created if you access the session via the "session" method in Mojolicious::Controller. It's important that you've set your app secrets if you do use them.
On Tue, Jul 18, 2017 at 7:16 PM, Brandon Woodson <[email protected]> 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>. > > Running the app with Morbo works fine, in IIS everything works except > sessions. > > I thought Mojo auto created cookies to hold session data but I'm not > seeing anything being created either on Morbo (which is working) or IIS. > Maybe looking into session cookies would help this? > > -- > You received this message because you are subscribed to the Google Groups > "Mojolicious" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/mojolicious. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
