diff --git a/lib/PostText.pm b/lib/PostText.pm index 5910662..feb8c64 100644 --- a/lib/PostText.pm +++ b/lib/PostText.pm @@ -138,6 +138,7 @@ sub startup($self) { # Shortcut to new session cookie/identity $r->get('/new', sub ($c) { $c->session(expires => 1); + $c->flash(info => 'Session has been reset; have a cookie. 🍪'); $c->redirect_to('threads_list'); })->name('new_session');