Using the Remember Me Extension from Basic-Ultradev

Frequently on a site you will have fields for username, password, and a submit button. If you want the user to have an option to have his information remembered, you can implement a "Remember Me" checkbox on the page, and put some code on your page to implement cookies. The Basic-Ultradev extension "Remember Me" automates this process.

To apply the extension, you need to have the following on your page:

  • Textfield for username
  • Textfield for password (password type field)
  • Checkbox for Remember Me
  • Submit button
  • Form

The extension is located in the Server Behaviors > Basic-UltraDev menu. The interface looks like this:

Simply fill in the fields with the appropriate information and all server-side code will be written out.

The extension works in ASP VBScript and ASP JScript.

Tom Muck