Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    NoAgendas
    Guest

    Default session not working

    Two clients complained about php session problems yet not sure how to duplicate as I see php itself functioning fine:

    #1

    The first problem is PHP start_session is not setting the PHPSESSID and php url arguments are not set in the webserver processing the php pages.

    For example: somepage.php?x=1
    <?php echo $x; ?> <-- $x is not set.

    #2

    From 12-00 GMT data in session, through $ _SESSION [' a '] =123 have ceased to be transferred;

    When a user logs in, the site calls "session_start()" and subsequent pages call "!isset($PHPSESSID)". This worked this morning, now it does not work any longer.

    Seems to be a problem with PHPSESSID as two people complained about this

    examples

    http://domain.com/test.php?arg=1 should display "Test = 1" but displays "Test =" because $arg is not being set when the php is being processed.

    http://domain.org/template.php?page=announcements should display domain.org/announcements.php inside the header and footer of domain.org, but $page is not set so the template.php does not know which page to load into the template.

    I created a test php page with the following code :

    <HTML>
    <BODY>
    <?php echo "Test = " . $arg . "<BR>\n"; ?>
    </BODY>
    </HTML>

    domain.com/test.php?arg=1 produces:

    Test =

    I recompiled apache via whm with php 5.1.6. They say problem still persists.

    My /tmp is 2GB in size also

    Using centos 4.3 / cpanel release 10x

    I did not see any errors for the domain in apache nor the domain logs

  2. #2
    NoAgendas
    Guest

    Default

    Anyone know about this? Is this an actual server side issue? Fix would be what?

  3. #3
    Member
    Join Date
    Mar 2002
    Posts
    78

    Default

    hmm.. i'm also facing the same issue with php session on one server.

    Any idea guys?

Similar Threads & Tags
Similar threads

  1. FTP Session Not Working...
    By monsterpawn in forum New User Questions
    Replies: 2
    Last Post: 01-23-2010, 05:01 AM
  2. session.use_cookies
    By dflame in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 11-08-2007, 09:14 AM
  3. Session problems
    By Etheral in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 06-21-2004, 08:20 PM
  4. Session timeouts
    By kashif in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 06-11-2004, 02:41 AM
  5. session under php
    By Sopos in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 09-06-2003, 03:20 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube