cyrildewit / eloquent-viewable

Associate views with Eloquent models in Laravel
MIT License
829 stars 105 forks source link

User show the post twice #290

Closed ahmed-mohammed2 closed 1 year ago

ahmed-mohammed2 commented 1 year ago

when a user show the post twice its record the visitor with different CookieValue in testing server but in local its save visitorCookieKey

cyrildewit commented 1 year ago

Your testing server setup probably does not keep the session. That's why it cannot remember its previous session.

Doesn't sound like an issue in the package. If you think so, you could add a test that tests this scenario.