From: Mike Stephens Date: 2009-05-01T23:19:59+09:00 Subject: Re: Create a log-in & log-out page Presumably this is connected with access control, so you'll need to design a database to hold account details. Then you need to decide how you are going to pass state information between successive pages. You may use a cookie or transport some session id in your HTML. You really need to do the 'register-user' use-case before you move onto this one. -- Posted via http://www.ruby-forum.com/.