You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want that my session will stay even if the browser is close so I tried this code:
ini_set('session.cookie_lifetime', 1300000);
$session = new Zebra_Session($pdo, 'sessionSecCode', '', true, false, 1000);
however the moment I closed the browser.. i lost my session. is there a way for me to keep my session even if i close the browser?
The text was updated successfully, but these errors were encountered:
Hi,
I want that my session will stay even if the browser is close so I tried this code:
ini_set('session.cookie_lifetime', 1300000);
$session = new Zebra_Session($pdo, 'sessionSecCode', '', true, false, 1000);
however the moment I closed the browser.. i lost my session. is there a way for me to keep my session even if i close the browser?
The text was updated successfully, but these errors were encountered: