Access Pages and Security with MDW file

grone2001

New member
Local time
Today, 18:16
Joined
Mar 8, 2010
Messages
6
Hello everybody!

I have a website made with Access. This Access .mdb files and the related web pages are secured with an Access .mdw file. Therefore when a user loges in, he can put his own personal password.

Is there anyway to store the password in a session? I mean, each time the user goes from one page to the other he needs to re-type the username and password and this is really quite annoying.

I know there is something called ‘Persistent security Info’ or something like that, but this is storing the password in the html code of the website, which makes no sense whatsoever since it wont even asking you for a login when loading the page.

Do you guys know how to do this session password?

Thanks in advance for the help.

Best regards,

Marcel
 
That is a PHP requirement not Access. Try moving your query to the PHP section of the forum and you will get some responses. :)
 
thanks for that, I'll give it another go.
 

Users who are viewing this thread

Back
Top Bottom