Quote:
Originally Posted by manuel.fho
my temporal solution:
Code:
$('#cb_cookieuser_navbar').hide().prop('checked', true);
All users login in with session forever.
|
I guess what's happening is that access through bridge.php is causing the exitsing session to be deleted, but if you have a cookie from checking that box, then it will log you back in. I don't know why the session would end though.