Website Login Upgrade
Budget: $30 – $250 USD
Subscribers access pages on my site via the following process:
1/ They login via the login.asp script. This runs the processlogin.asp script which enters a session cookie into the members.mdb file. The session duration is set to 60 minutes.
2/ They try to access the event-profile.asp page (for example). This has the following line - <!--#include file="protect.asp"--> - in the code which checks the attached member.mdb file to see if the user has a valid session and that a valid subscription type.
All files cited above are available in the attachment.
Here is what I am looking for:
1/ I have had this process for many years. It may be efficient or there may be better methods available. Can you update this process as appropriate?
2/ The new pages on my site are now created using php code. Can you create a method to integrate the page protection into these php pages?
Thanks
1/ They login via the login.asp script. This runs the processlogin.asp script which enters a session cookie into the members.mdb file. The session duration is set to 60 minutes.
2/ They try to access the event-profile.asp page (for example). This has the following line - <!--#include file="protect.asp"--> - in the code which checks the attached member.mdb file to see if the user has a valid session and that a valid subscription type.
All files cited above are available in the attachment.
Here is what I am looking for:
1/ I have had this process for many years. It may be efficient or there may be better methods available. Can you update this process as appropriate?
2/ The new pages on my site are now created using php code. Can you create a method to integrate the page protection into these php pages?
Thanks