contrib/tnitter: fix logout on post
[nit.git] / contrib / tnitter / src / action.nit
index d930662..9eaae5b 100644 (file)
@@ -144,6 +144,7 @@ class Tnitter
                                # Redirect the user to avoid double posting
                                var response = new HttpResponse(303)
                                response.header["Location"] = request.uri
+                               response.session = session
                                return response
                        end
                end