Jump to content

Really weird SESSION problem, please help!


chantown

Recommended Posts

My website is really weird:

I log in, and the username session holds.

 

But that's the only thing that holds. Other sessions gets erased! I try to set

 

//test.php

<?php

$_SESSION['test'] = "yessss";

print_r($_SESSION);

?>

 

When I go to test.php, I see my sessions for my username and my test. But when I go out of the "test.php", my username session holds but my "test" session doesn't hold anymore.

Does anyone know whats wrong?

 

Is there any way to "reset" the Sessions? (in php.ini, there's a thing called session handler = files or something?)

I'm really super confused.

 

I transferred all my files to another server, and all sessions work fine. They all hold. But for some reason this server I have keep erases the session after I leave the page.

 

Can someone help me please? Thanks!

Link to comment
https://forums.phpfreaks.com/topic/89167-really-weird-session-problem-please-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.