close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Admin not logging out

Thread began 5/02/2010 8:04 pm by mora398588 | Last modified 5/12/2010 9:40 am by mora398588 | 1953 views | 5 replies

Eric Mittman

On the logout page is code to unset the session variables. If the session variables are no longer set then you should be logged out. In the default URSP files the admin login does not contain any cookie references, it just works with the posted values from the admin login page.

Once you go to the logout page you should be logged out. If you are still logged in after you go to this page there must be something setting the session variables again. Please post back with a current copy of your admin login page and the logout page you are working with.

A good way to see what is in the session when you are on the login page is to use a vardump like this to see all of the values:

php:
if(!session_id()) session_start()

print("<pre>");
var_dump($_SESSION);
print("</pre>");



You can put this in at the top of the page to see the values, this will let you know just what is in the session.

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