Skip to main content
Participant
June 18, 2010
Question

Server Behavior - Remeber Me

  • June 18, 2010
  • 2 replies
  • 548 views

Is this possible to impliment this,like using cookies to allow the user to stay logged on either forever or for a couple of weeks?

Im using PHP on the server and dreamweaver cs5.

Oli

This topic has been closed for replies.

2 replies

June 22, 2010

Olirav22 wrote:

using cookies...

I believe you answered your own question.

Olirav22Author
Participant
June 23, 2010

And how would I use cookies, never used them before.

Sorry probably stupid question

Oli

June 23, 2010

Use cookies by setting the form values into a cookie if the remember me checkbox is checked upon form submission. On your form page create a conditional region to check if a cookie is set. If the cookie isset then place the values of the cookie into the form fields else display a blank form.

Googling concepts that are difficult to understand will provide more in-depth explaination.

Olirav22Author
Participant
June 22, 2010

Is there anyone on these forums who can help?