Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 341079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T10:40:33+00:00 2026-05-12T10:40:33+00:00

Hey there, I am trying to get my signout button to work. This is

  • 0

Hey there, I am trying to get my signout button to work. This is what I have in my code:

<!-- Signed In -->
<?php if($_SESSION['*****']['AUTH']) { ?>




<div id="signOut">
    Sign Out
</div>
<div id="signIn">

    <form name="sendEmail" action="index.php" method="post">
        <input type="text" name="name" class="text"/> 
        <input type="submit" name="subSendEmail" value="Search" class="rounded {transparent} button" />
    </form>
</div>

do I need to make a form like the sign in? or what is the best way to do this and terminate the session through php and send user back to index?

thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T10:40:34+00:00Added an answer on May 12, 2026 at 10:40 am

    To log the user out, you need to remove the data from the session. Typically, there’s no problem in clearing out the session when you do this, since any data there is likely to be related to the logged-in session.

    You can clear the session data using session_destroy(). I’d suggest creating a simple logout.php script, similar to the following, which you can then link to:

    <?php
    session_destroy();
    header( 'Location: index.php' );
    

    This would redirect the user back to index.php, returning them to a “non logged-in” view.

    Alternatively, if you wanted to have the user submit a form to confirm the logout operation, you can simply post the form to the script above, and it would do the same thing:

    <form method="post" action="logout.php">
        <p>Are you sure you want to log out?</p>
        <p><input type="submit" value="Log Out" /></p>
    </form>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey brilliant minds out there, I'm trying to get this Python script that I
Hey guys and girls, i'm stumped. Trying to get array_search to work with this
Hey I have been trying to work on this for some time but I
hey there, i have a div that expands when the page is loaded, now
Hey there, i got this very annoying problem: I have a CheckBoxList getting items
Hey there! I'm doing this project and right now I'm trying to: create some
hey there, so, basically i'm trying to get my .chm file to open in
Hey, Im trying to get the signal pre_save to work on my model but
Hey! I am trying to get ant installed and actually already did following this
hey there, basically trying to get the [Field ID] saved into @fieldID so i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.