close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

LogOut

Thread began 10/02/2009 1:13 pm by jshaullmii377475 | Last modified 10/02/2009 4:02 pm by Jason Byrnes | 1872 views | 2 replies |

jshaullmii377475

LogOut

I have installed security assist and getting things working. One Item that does not seem to work is the logout. I went through the wizard and after that added a link to my front page to login. then I wrapped that link with your show/hide server behavior.

<?php if(WA_Auth_RulePasses("Logged in to users")){ // Begin Show Region ?>
<p class="welcome">
<?php echo "|".$_SESSION['miiusername']."|";?> <a class="prepend-1" href="users_LogOut.php" title="Logout">Logout</a>
</p>
<?php } // End Show Region ?>



<?php if(!WA_Auth_RulePasses("Logged in to users")){ // Begin Show Region ?>
<p class="welcome">
<a href="users_LogIn.php" title="Login">Login</a> | <a href="users_Registration.php" title="Login">Register</a> | <a href="cart.php" title="Viewcart">View Cart</a>
</p>
<?php } // End Show Region ?>

When I go to the page it show the appropriate link to login. Then when I log out it does not log out.....

Am I missing something in the code of the logout page?

Thanks

Sign in to reply to this post

tom92909Beta Tester

Try adding this to the top of your logout page...


php:
<?php
session_start
();
session_destroy();
?>
Sign in to reply to this post

Jason ByrnesWebAssist

The log out page created by SecurityAssist uses the Clear Session Value server behavior from Cookies Toolkit. If Cookies toolkit is not installed when you run the SecurityAssist wizard, the log out page will not be created properly.


Once you have installed Cookies Toolkit, open the log out page. Go to the server behaviors panel and click the plus button. Select WA Cookies -> Clear Session value. Set it to Clear all and set the trigger to before page loads.

Sign in to reply to this post

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...