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 7908267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T11:51:53+00:00 2026-06-03T11:51:53+00:00

I currently have a login script that sets a cookie to expire after 8

  • 0

I currently have a login script that sets a cookie to expire after 8 hours. After the cookie has expired I want to redirect the user back to the login page? How would I achieve this?

  • 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-06-03T11:51:54+00:00Added an answer on June 3, 2026 at 11:51 am

    If the login is on a different page, you could put this at the very top (before any output to the client):

    if(!$_COOKIE['theNameOfTheCookie'])
        header('Location: loginPage.php');
    

    But you will want to add some extra logic here to check for cookie values or whatever depending on how valuable the data is on the site. In the above example, someone could fake the cookie extremely easily.

    or if you prefer sessions, just replace COOKIE with SESSION:

    if(!$_SESSION['theNameOfTheCookie'])
        header('Location: loginPage.php');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently building my own login script and have noticed that most append the
Basically, I currently have login/ in urls.py redirect to the django.contrib.auth.views.login and that seems
I currently have a website that allows my visitors to login via a simple
Currently, in my php script, after an user logged in, i stored session_login =
I have a login script and I log users that fail excessively. In my
Currently, in my settings module I have this: LOGIN_URL = '/login' If I ever
I have the following rule in my current .htaccess file to redirect /videos/login/ requests
I currently have a Gridview , And I want to use client-side validation to
What I am looking for currently is a simple, basic, login credentials sanitation script.
I currently have an iOS app that allows people to submit content to our

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.