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

The Archive Base Latest Questions

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

Is it secure to use If ($_SESSION[‘authenticated’] == true) { /////Show secure page }

  • 0

Is it secure to use

If ($_SESSION['authenticated'] == true) {
    /////Show secure page
}

Can someone just go and change where the session variable is stored to make their $_SESSION[‘autheticated’] = to true?

Same thing with a user having $_SESSION[‘id’] = to their index id. How would I be able to make this securer?
Could someone just go and change the id value and impersonate another user?

Would the below method be the right way to make something securer?

$_SESSION['random_check'] = (random number) 

and also store this in a column in my database and each time I would

If ($_SESSION['authenticated'] == true &&  $_SESSION['random_check'] == random_number ) {
/////Then show secure page
}

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-24T07:40:34+00:00Added an answer on May 24, 2026 at 7:40 am

    I’m pretty sure Session in most hosting is just an interface to your filesystem, i.e. all Session data is stored in the server’s hard disk, if you look at phpinfo() output, you can have a look at where the actual path of Session data is.

    With that said, unless you chmod your session path to 777 and the attacker happens to know where you are hosting your app and has the login, then I don’t think it’s much of an issue.

    The bigger issue here is securing your cookie as it’s the piece of information that’s going back and forth through your server and client, which attackers can use to impersonate legit users.

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

Sidebar

Related Questions

How can I secure an webservice so my clients can use it on their
I use an <Authorize> attribute in ASP.NET MVC to secure a controller. My page
i have got a php login page which i make use of session .
Can someone please tell me how long my session will last from the data
How secure are php Sessions? I am planning to use the native PHP sessions
Is it enough to use secure coding practices such as the OWASP Top Ten?
quick question, is it secure to use the jQuery.post function in jQuery to pass
What protocol should I use to secure a webservice. I'm considering CHAP, but I
How secure is it to use self-signed certificates? As far as I understand it,
I would like to use java to get the source of a website (secure)

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.