Greg's Blog

helping me remember what I figure out

Clearing Ruby/rails Sessions

| Comments

Using ruby 1.2.6 and rails 2.x, if sessions are stored in the database and you want to clear/reload session objects, open up a terminal window, navigate to your rails application folder and simply type: [code]rake db:sessions:clear[/code]