sessions_controller.rb

Path: app/controllers/sessions_controller.rb
Last Update: Sun Jan 06 21:14:24 -0500 2008

A singular resource to manage the actual login and logout process. Basically a login is creating a session and logout is destroying a session.

Note that this session is different from the Rails session. This has to do with a login session and not session for storing temp data (although on logout it does clear the entire session, this behavior might change in the future)

[Validate]