i have created a basic php login script that connects to mssql and takes users to a specific path/url on my IIS5 box if the password and username match.
i now realized that once you get to the url you can easily bookmark it and avoid the login page alltogether. how would i restrict access to the folder without using NTFS and conflicting with the php login.
i would like any access to the folder/files to revert the user to the login page. do i use sessions?
any help would be great!
i now realized that once you get to the url you can easily bookmark it and avoid the login page alltogether. how would i restrict access to the folder without using NTFS and conflicting with the php login.
i would like any access to the folder/files to revert the user to the login page. do i use sessions?
any help would be great!