As a first test project, I'm writing a little Rails app that simply
lets one browse the directory structure on the server. (Obviously,
this isn't intended for public deployment ). One thing that needs
to be stored in a session is the currently browsed directory. What's
the best way to store such simple data? (I sorta think a database
table is overkill
)
Thanks, Ken