Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Secure log in

Options
  • 18-10-2009 6:35pm
    #1
    Closed Accounts Posts: 3


    I would be very grateful if someone would tell me or point me in the right direction of setting up a secure log in for my web site

    Thanks in advance
    :)


Comments

  • Registered Users Posts: 3,140 ✭✭✭ocallagh


    There are numerous methods for doing this.

    What type of server is it? Linux/Windows? Do you use PHP/Java/.NET?

    What level of security do you require?


  • Registered Users Posts: 2,800 ✭✭✭voxpop


    The simplest thing is to use check username/passwords against a database and then use a session to track the logged in users.

    You check the session on each page/request and if it doesnt exist , redirect to login page


Advertisement