Jump to content

<?php if($_SESSION['logged_in']):?>


sepoto

Recommended Posts

I am getting a "Undefined index" error for this line: <?php if($_SESSION['logged_in']):?>. I was hoping to get some feedback. Has it been deprecated? If so what can I do with this? I have an entire website that relies on these lines using this system variable.Thank you

Link to comment
Share on other sites

Did you execute session_start before you wrote/read the data?
I'm going to have to check out the existing code and see what exactly is happening with the things you have replied with. It could be a long process. I'm trying to unravel some existing code from another developer.
Link to comment
Share on other sites

Archived

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

×
×
  • Create New...