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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:34:49+00:00 2026-06-14T09:34:49+00:00

I am using this code to output all the registered session variables – echo

  • 0

I am using this code to output all the registered session variables –

 echo "<pre>";
 print_r($_SESSION);
 echo "</pre>";
 exit();

This is what I get

Array
 (
[language] => english
[navigation] => navigationHistory Object
    (
        [path] => Array
            (
                [0] => Array
                    (
                        [get] => Array
                            (
                            )

                        [post] => Array
                            (
                            )

                    )

                [1] => Array
                    (

                        [get] => Array
                            (
                            )

                        [post] => Array
                            (

                                [cart_number] => XXXXXXXXXXXX
                                [x] => 62

                            )
                )


            )

        )
 )

I would like to update the cart_number variable in the Session Array from XXXXXXXX… to 555555. I tried

$_SESSION['navigation']->path[1]['post']['cart_number'] = 5555555

This works and all but the problem is, the cart_number variable is not always in the
[1] => Array. It can be in [2] or [3] or whatever.

So my question is, is there anyway I can may be search through the Session Array for that specific variable and update it with the right value? 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-06-14T09:34:50+00:00Added an answer on June 14, 2026 at 9:34 am

    you can set it this way..

    foreach($_SESSION['navigation']->path as $key=>$val){
       if(isset($val['post']['cart_number'])) {
          $_SESSION['navigation']->path[$key]['post']['cart_number'] = 5555555;
       }
    }
    

    This will overwrite all cart_numbers which are set up

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

Sidebar

Related Questions

I am using this code to output all the registered session variables - echo
I'm using this snippet of code to output a list of all the computers
Ok, here's what I'm trying to do... given this razor code @using(Html.WriteLater()) { output
I'm using following code but cannot return data from MySQL. This is the output:
`I have fetched all the pages of users using manage_page permission, using this code
I'm using this code to get an int value from 3 different servers: $js
I can get the current row using this code. The this is a link
I'm using this code: $permissions = array(canview, canpostthreads, canpostreplies, canpostpolls, all); foreach($permissions as $permission)
Using this code, i am able to send a notification to my own device.
Using this code to zip a folder and it works perfect on small files

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.