Setting cookie to save username/password information
Hello,
I have created an Application in PhP/MySql. The Mysql database used by my application is hosted by my website provider. The problem is the website provider has set the Timeout of 1 minute for connection to database.So, if there is inactivity of more than 1 minute then user is logged out and he has to Login Again. To resolve this issue I want to store Username/Password as cookie in my browser, so that the user is not logged out again and again. I created by application using Dreamweaver CS4 and used its Login Server Behaviour to create my login page.I would really appreciate if someone can guide me about setting cookies in a dreamweaver created login page.
Thanks
