raxx_kit icon indicating copy to clipboard operation
raxx_kit copied to clipboard

Sessions should be stored in a cookie named for the application

Open CrowdHailer opened this issue 6 years ago • 0 comments

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.

CrowdHailer avatar Apr 17 '20 10:04 CrowdHailer