so i uploaded my laravel to shared hosting, now i got a problem, whenever it loads a page, sometimes it loaded the old data even thou the database already updated.
@youglh I believe this just means this page isn't utilizing any cookies. That shouldn't mean that your session is dropped. If that was true you'd be logged out.
@youglh Why is this a measurable problem for your app? Is the fact that it isn't showing cookies used on that page actually breaking something? Also, yes, if the application isn't accessing cookies it should not be saying that it is. This is how this works. Look in your dev tools under application cookies. You'll see your cookies are still there. Notice at the top it says "cookies USED". Just because they are not being used doesn't mean they disappeared or are not there.