Jump to content

xfrancis

New Members
  • Posts

    4
  • Joined

  • Last visited

xfrancis's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I've solved it this way, thanks requinix for the help!
  2. Hi! I think i've found the problem. In the conn.php i added Código PHP: echo session_save_path(); and when i loaded the page that is on the hosting it shows as save address of session variables C:\MAMP\bin\php\sessions\, or saying it on another way, on my hard drive. Maybe changing that address would solve the problem (i dont know how to do it).
  3. Hi requinix! I changed those variables on php.ini but it did not show anything new And about Apache, how do i do to restart it? Thanks.
  4. Hi everyone! I just completed a website on my local server (MAMP). The problem came when i uploaded to a external server, i dont know why but i cant pass SESSION variables from a page to another. I can make an echo "$_SESSION[user]"; in the same page in which i created the session but if i do it in another page it shows nothing. I have session_start() on the header so its in every page. Hope you can help me, thanks.
×
×
  • 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.