Hi,
I'm working on a password protected database system which will be only available from certified pc's.
I think I should use a cookie for this with a variable in it(I have no experience with cookies)?
- The cookie has to be set manually
- When the user login the first part of the perl script should read the cookie (match the variable) and redirect if not true or continue if true.
I have no idea how the cookie should look like and how I can read the cookie (match the variable) from the perl script.
Is there anybody who can help me with this?
Ron
I'm working on a password protected database system which will be only available from certified pc's.
I think I should use a cookie for this with a variable in it(I have no experience with cookies)?
- The cookie has to be set manually
- When the user login the first part of the perl script should read the cookie (match the variable) and redirect if not true or continue if true.
I have no idea how the cookie should look like and how I can read the cookie (match the variable) from the perl script.
Is there anybody who can help me with this?
Ron