Jump to content

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

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.