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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T20:52:15+00:00 2026-06-05T20:52:15+00:00

I am storing random stuff in my CI session such as a userID for

  • 0

I am storing random stuff in my CI session such as a userID for example, and I have crawled up and down my code looking for the error, to then end up doing the sane thing and doing a var_dump / print_r on my session data.

So heres the thing. I do the print_r and i see the userID correctly in this case 21. But if I go one line directly below that print_r and do echo $this->session->userdata('userID'); my result is 2121 instead of 21, which is messing things all sorts of up for me, and I can’t find anything anywhere that mentions a similar problem so I am hoping someone here can set me straight.

edit to show “code”

print_r($this->session->userdata);
echo $this->session->userdata('userID');

which yields this result…

Array ( [userID] => 21 ) 21 

but if I do this..

//print_r($this->session->userdata);
echo $this->session->userdata('userID');

i get this as a result

2121 

hopefully this clears up the confusion some..

  • 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-05T20:52:17+00:00Added an answer on June 5, 2026 at 8:52 pm

    it seems like you’re outputting 21 someplace else
    which is why you get 2121 and Array ( [userID] => 21 ) 21
    do an exit();
    right after echo $this->session->userdata('userID');
    and you’ll see exactly what is stored there,
    also var_dump() is a good idea.

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

Sidebar

Related Questions

I have the following code: import string import random d =[random.choice(string.uppercase) for x in
I have the following class (I've trimmed irrelevant stuff): class Example { private: char*
I have to find SHA256 hashes of 2^25 random strings. And then look for
I have some random string, let's say : s = This string has some
I have to write a program to check if any random string is present
Let's say I have a function like: void myFunc(List<AClass> theList) { string[] stuff =
What I am trying to do is get the UserID to generate random values
I have a section of code like the following: ---- file.php ---- require_once(mylib.php); function($a,$b)
I have looked around the internet for 3 hours now looking for a solution
I thought i had this unicode thing down. Then i realize i wasnt saving/parsing

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.