I am a newbie to rails and want to implement a secure admin login page to my site. In order to make it secure I want to make a cookie file and put in on the machine that an administrator will use, so that the app can check for the presence of that cookie and redirect to the admin page where he can enter the password and login.
Thanks
Vishal