how to approach creating a login in codeigniter
Posted: Thu Sep 26, 2013 5:41 am
hi, iam currently creating a login page in codeigniter with bootstrap. my initial thinking on this is to just check if username and pass are in the db. if they are create a session and allow user view the next php page. when they logout just destroy the session and redirect them to the login page. ive seen the there are special libraries for authentication for codeigniter but tutorials on them dont seem very good and im not sure if i have time to look into them right now. any help or input and what approach to take wold be appreciated! cheers. 