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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:27:45+00:00 2026-05-23T12:27:45+00:00

So I have a development computer, and a production server. On the dev computer

  • 0

So I have a development computer, and a production server. On the dev computer everything works great. I copy the site to the production server and my session variables aren’t working.

I am using a simple login script and register the session username after the person logs in.

session_register("myusername");

I then put in a catch for testing purposes right below that.

if(isset($_SESSION['myusername'])) {
                echo "set";
            }
            else {
                echo "not set";
            }

On the dev computer it prints out set. On the production server it prints out not yet. The interesting part, is that the exact same code works on another part of the site perfectly fine.

I’m working on an inventory system, and am using the registered login name to generate a change log so that it’s possible to see who did what to a system.

Like I said, this same code works fine on another part of the system (the reason I’m not reusing it is because they are separate logins, though into the same AD database).

Is there something obvious I’m missing that would cause the same code to:

A. Works on one part of the site and not another.
B. Works on the test computer in both places, and works on the development site in the original login.

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-05-23T12:27:45+00:00Added an answer on May 23, 2026 at 12:27 pm

    DO NOT use session_register, as it has been deprecated.

    Try this:

    session_start();
    $_SESSION['myusername'] = 'something';
    
    if(isset($_SESSION['myusername'])) {
        echo "set";
    }
    else {
        echo "not set";
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have tested this on my development computer, but now I have uploaded everything
I have development server (from google appengine sdk), running on my Ubuntu computer. I
I have a development database on my computer and a production database on Heroku.
On my development computer I have MS SQL Server/Visual Studio 2005. My program can
I have a development computer and a testing (http://testing/) server set up on my
I have a development vm which is running sql server as well as some
I have somewhat interesting development situation. The client and deployment server are inside a
In my Java development I have had great benefit from the Jad/JadClipse decompiler. It
I am using a development, staging, production server environment with some other developers. Right
The situation is following. I have a local (development) PHP server (Win + IIS)

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.