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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:19:42+00:00 2026-05-30T16:19:42+00:00

I am trying to save a value (0 or 1) in a session in

  • 0

I am trying to save a value (0 or 1) in a session in PHP. I have my session_start() commands at the top but I cannot seem to get it working – it does return the saved number – it keeps returning 0 as in not saving the info – am I resetting something?

index.php

<?php

# session vars
session_start();
$session_id = session_id();

# set the session 
$sliderNumber=$_SESSION["CurrentSliderPosition"];

# check session
if($sliderNumber=="" || $sliderNumber=="0"){
    echo ' you are saved 0';
} else {
    echo ' saved your session is 1 - even though you have been on other pages';
}

<a href="make-session.php?slidePositionId=1">make 1 the session number</a><br />
<a href="make-session.php?slidePositionId=2">make 2 the session number</a><br />

?>

make-session.php

<?php
# get session number
$sliderNumber=$_REQUEST["slidePositionId"];

# session checker
if($sliderNumber=="0" || $sliderNumber==""){
    $_SESSION["CurrentSliderPosition"]=0;
} else {
    $_SESSION["CurrentSliderPosition"]=$sliderNumber;
}

 //echo $_SESSION["CurrentSliderPosition"];

 # redirect with our saved session
 header("Location: index.php");
?>
  • 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-30T16:19:44+00:00Added an answer on May 30, 2026 at 4:19 pm

    your make-session.php page doesn’t have a session_start();, and it should.

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

Sidebar

Related Questions

I have been trying to use/save the boolean value of a checkbox in other
I'm trying to save the value of each pixel in a gray scale image
Im trying to save a simple script in netbeans to htdocs, but i only
I'm trying to save some data into an array but unfortunately all the data
I have these form values I'm trying capture in a session: prop_zip prop_st address
For eg I have this code on the main page. <?php session_start(); $_SESSION['order']=array(); ?>
I have this fiddle: http://jsfiddle.net/y8Uju/5/ I am trying to save the numbers, because, when
I been trying to passing this value: // Content to submit to php Others
Trying to save the $_SESSION['uID'] within the session to use for functions like pulling
I'm trying to do this, but I get the error. a different object with

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.