Welcome Guest, Not a member yet? Register   Sign In
Session problem
#6

So, looking at the source code of Logger we see this:

PHP Code:
if (isset($_SESSION))
{
    
$replace['{session_vars}'] = '$_SESSION: ' print_r($_SESSIONtrue);



So my question to you is, what values are you putting into the session and what values where in it before? This might be important.
Reply


Messages In This Thread
Session problem - by luna80 - 08-19-2020, 04:54 AM
RE: Session problem - by luna80 - 08-19-2020, 11:38 PM
RE: Session problem - by InsiteFX - 08-20-2020, 03:30 AM
RE: Session problem - by luna80 - 08-23-2020, 09:49 PM
RE: Session problem - by InsiteFX - 08-24-2020, 03:42 AM
RE: Session problem - by Chroma - 08-27-2020, 04:35 AM
RE: Session problem - by luna80 - 08-27-2020, 07:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB