Tag Archives: Model Info

secure login

I’m working on a website to get a cell store. We need to add some sort of secure employee login to ensure the stores may login and begin a attached article with employee only information that we will also often be creating for these individuals. Never did this particular before so I’m unclear how to take action. Can someone help me. I also simply lost my job so this is certainly something I have to help me find different person. Any advice could help!! Thank you! what technology do you think you’re using how " secure" does your login must be simple login steps: 1)username and pass entered for a form with PUBLISH as method 2)a username/password lookup from the database using the posted data 3)if the lookup succeeds place a value into session PHP:         session_start();         $_SESSION’empLoggedIn’=1;         4)on the secure page (example EmployeeInfo. php) the 1st statements would be PHP: sesion_start();                   if  ($_SESSION’empLoggedIn’! =1)                                        header(‘Location:   http: //www. search engine. … Continue reading

Posted in Web Design | Tagged , , , , , , , | Leave a comment