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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T15:31:17+00:00 2026-06-02T15:31:17+00:00

So I create a session on one page and create a new variable called

  • 0

So I create a session on one page and create a new variable called uName and assign a value.
I go to another page and try to echo the value but I get an error:”Undefined variable _SESSION”

here is the code:

The page where I start the session and create the variable uName

<?php 
    session_start();
    $_SESSION['uName'] = "Mike";
?>

The page where I try to echo the variable’s value:

<?php echo "My Name is " . $_SESSION['uName'];?>

There is nothing else in my code except for a shell of a page just html, head, title, body and paragraph tags, all properly nested.

  • 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-02T15:31:20+00:00Added an answer on June 2, 2026 at 3:31 pm

    You need to call session_start() again at beginning of the new file, like so:

    <?php 
    session_start();
    
    echo "My Name is " . $_SESSION['uName'];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am firing an update query that works for one page, but not another.
Is it possible to create a variable that is global for each session in
I'm creating a form in one page, then in another page I'm trying to
I try to be as RESTful as possible in building applications but one thing
This table is used to store sessions (events): CREATE TABLE session ( id int(11)
I am creating a web app which uses jQuery to authenticate: $.ajax({ url: /session/create?format=json,
We are getting this error: System.ServiceModel.ServerTooBusyException: The request to create a reliable session has
I am trying to create a simple project with few stateless session beans.I have
Originally, I just want to verify that session_start locks on session. So, I create
I have the following code. <s:push value=#session['person']> <s:if test=%{admin=='y'}> <a class=add href=/projit1/project/addProject.jsp>Create a Project</a>

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.