Jump to content

$_SESSION?


happyhippy

Recommended Posts

Did you call session_start on all the pages you are using session on before you set / retrieve a variable? Have you tried echoing out the variable to make sure it was populated correctly?

 

The question is vague with hardly any details. We need more information to help you.

Link to comment
https://forums.phpfreaks.com/topic/246632-_session/#findComment-1266487
Share on other sites

Yes I used session_start()  everything works with $_SESSION when I echo. the problem is I get blank screen when I try to pass the session in the load() or load_file(). I was thinking about breaking down the value in session then putting that value url string in a $variable then put that variable in load() but I do not know how to do that, how to break session down that way, perhaps someone here can direct me to the right information, I've looked everywhere on the net of how to do this.

 

Is there anyway I could possible print the session out in the .php file, Not on the website?

 

Thanks for responding, it's a tough question pretty advanced I know.

Link to comment
https://forums.phpfreaks.com/topic/246632-_session/#findComment-1266504
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.