Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

youglh's avatar

Session suddenly gone if i click href

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.

here is the video

https://www.youtube.com/watch?v=xLHH_bf5oh0

0 likes
5 replies
fylzero's avatar

@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.

24 likes
fylzero's avatar

@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.

24 likes

Please or to participate in this conversation.