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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Secure log in

  • 18-10-2009 5: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, Registered Users 2 Posts: 3,141 ✭✭✭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, Registered Users 2 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