close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Security Assist not showing pages

Thread began 3/24/2010 12:37 am by mike401680 | Last modified 4/15/2010 2:42 pm by mike401680 | 2694 views | 9 replies

Eric Mittman

When you are testing this are you entering a password or are you using the auto login portion? The standard login seems to be setup correctly to me, but the auto login authenticate user server behavior seems incorrect. It looks like you are referencing the username session variable and the posted password. You should instead reference $_COOKIE["AutoLoginUN"] for the username and $_COOKIE["AutoLoginPWD"] for the password.

Other than this I do not see a problem with the current setup. If you continue to have trouble with this please post back with a copy of your db. I do not need to have any records, the structure will do.

As for saving the search query this is done on the DataAssist created results page. On this page you will see a section of code like this:

php:
//save the query in a session variable

  if (1 == 1) {
    $_SESSION["WADbSearch1_1items_Results"]=$WADbSearch1->whereClause;
  }



You session variable name will differ from this example. You can just comment out the line within the if statement with two slashes like this:

php:
//save the query in a session variable

  if (1 == 1) {
    //$_SESSION["WADbSearch1_1items_Results"]=$WADbSearch1->whereClause;
  }



This will make it so the results are not held in a session variable.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...