CrowdHailer / raxx_kit

Get started with Raxx + Elixir
http://crowdhailer.me/2018-05-01/building-a-distributed-chatroom-with-raxx-kit/
Apache License 2.0
122 stars 10 forks source link

Sessions should be stored in a cookie named for the application #106

Open CrowdHailer opened 4 years ago

CrowdHailer commented 4 years ago

https://github.com/CrowdHailer/raxx_kit/blob/master/priv/template/lib/app_name/www.ex.eex#L13

At the moment the session name is always "my_app_session" this can conflict if you have more than one local project.