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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:14:42+00:00 2026-05-25T02:14:42+00:00

I read about many old questions about this argument, and I thought that the

  • 0

I read about many old questions about this argument, and I thought that the best practice is to set up a cookie with username,user_id and a random token.

Same cookie’s data is stored in DB at cookie creation, and when users have the cookie they are compared (cookie data, DB data).

Sincerely I can’t understand where is the security logic if this is the real best practice.

An attacker who steals the cookie has the same cookie than the original user 😐

Forgotten some step? 😛

  • 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-25T02:14:43+00:00Added an answer on May 25, 2026 at 2:14 am

    You should store the user_id and issue a random token in addition to the user’s password. Use the token in the cookie and change the token when the password changes. This way, if the user changes their password then the cookie will be invalidated.

    This is important if the cookie has been hijacked. It will be invalidated if the user detects the hijacking, and furthermore because the token is unrelated to the password the hijacker won’t be able to derive and then change the user’s account password and “own” the account (assuming you require the existing password before changing passwords, the hijacker doesn’t own the email account so they can’t use “Forgot my password” etc).

    Take care that the tokens aren’t easily guessable (i.e. they should consist of entirely random data, like from a CRNG).

    If you want to go one step further, you can encrypt the cookie before sending it and decrypt it upon receipt. And further to that, don’t assume that a hijacker doesn’t know the encryption key used, so validate the cookie’s contents upon decryption.

    But all that said, prefer to use a library’s persistent session management instead of rolling your own.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've read through many of the questions on SO about this, but many answers
I've read about many to many relationship in rails 3 and saw that HABTM
I read many posts about this problem like [this link][1] and one solution is
I already read many article about this issue in here, SO. I just want
I have read many questions about Android, J2ME and RecordStore , but I still
I have read many questions about the facebook login but until not I didnt
I have read many answers to questions about dynamically resizing NSWindows and nothing has
I've read many answers here about this topic, but everyone suggests the BCP ||
I have read about making an object explicitly garbage collected, that in many ways.
I know that this has been talked about many times here, and I have

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.