Jump to content

[SOLVED] $_SESSION variable inaccessbile


jjk2

Recommended Posts

very strange. the scripts were working without problem. i made no changes.

 

i have add.php, which writes to

 

session_start();
$_SESSION['vars'][] = $data

 

then i have view.php

session_start();

print_r($_SESSION['vars']);

 

view.php returns empty array().... but all this time, code was working perfectly, and view.php were outputting appropriate contents....

 

i dont understand what is going on....

Link to comment
Share on other sites

Did you try print_r($data) on the first page?

 

Did you do any changes to your browser, or to the .ini ?

 

i have not made any change to browser or ini. was there a major firefox update ? i have recently upgraded to php 5.2.8....but left php.ini unchanged...even then it was working fine. just today suddenly, it fails.

 

yes i have tried print_r($data) on first page....it works...

 

print_R($_SESSION['vars']) on first page, also works. so it is writing to the session varaible correctly.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.