Welcome Guest, Not a member yet? Register   Sign In
Session lost after refresh page!
#2

i don't think anybody can help with this since there is not enough information to go on.

Maybe you post your code your playing with in the controller , but as a starter ..in every controller
involved in a session , my approach is to put
session_start(); //at the start might not be the best approach but works for me




public function credentials()

{
session_start();
Reply


Messages In This Thread
Session lost after refresh page! - by macphisto - 06-30-2020, 04:02 AM
RE: Session lost after refresh page! - by captain-sensible - 07-01-2020, 08:48 AM
RE: Session lost after refresh page! - by Gary - 11-26-2020, 09:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB