mix redbird.delete_all_sessions (redbird v0.7.1) View Source

Deletes all redbird sessions.

mix redbird.delete_all_sessions my_app

The first argument is the app specific key_namespace you set in your plug session config. If no argument is given, it will delete all redbird sessions.

Link to this section Summary

Link to this section Functions

Link to this function

delete_all_sessions(namespace)

View Source

Callback implementation for Mix.Task.run/1.