Hello All
I'm looking for a set of scripts that will allow for session authentication, without having to modify htaccess?
Initial thoughts were to use a perl script to authenticate against a file/database, generate a list of links that could only be translated by another perl script to generate the correct redirect string to the actual file(s), and passing uname/pwd as hidden encrypted strings(insecure), alternatively cookies(insecure)
Any ideas?
Paul
I'm looking for a set of scripts that will allow for session authentication, without having to modify htaccess?
Initial thoughts were to use a perl script to authenticate against a file/database, generate a list of links that could only be translated by another perl script to generate the correct redirect string to the actual file(s), and passing uname/pwd as hidden encrypted strings(insecure), alternatively cookies(insecure)
Any ideas?
Paul