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

  • Home
  • SEARCH
  • 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 a simple application where I am trying to save a value into
I am trying to save spinner selected value, but i am getting like below
I am trying to save data to a database on a button push, but
I'm trying to save a PDF file to SQL Server and I already have
I have these form values I'm trying capture in a session: prop_zip prop_st address
hello i'm trying to save the values of a SimpleXMLElement to a $_SESSION but
I have this fiddle: http://jsfiddle.net/y8Uju/5/ I am trying to save the numbers, because, when
I'm trying to save new value for an existing core data object: [object setValue:Value
I been trying to passing this value: // Content to submit to php Others
I'm trying to save an NSArray as a value in an NSMutableDictionary. When 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.