@startuml title User Logout actor User participant "Logout Controller" as Controller User -> Controller : Click logout button Controller -> Controller : Clear session data Controller -> User : Redirect to login page @enduml