Title: Cookie Problems
Last modified: December 22, 2018

---

# Cookie Problems

 *  Resolved [pxmedia](https://wordpress.org/support/users/pxmedia/)
 * (@pxmedia)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/cookie-problems-2/)
 * I had your plugin running perfectly on my DEV site and as I was migrating it 
   you guy put out an update or two. When my site resolved, while checking it at
   GT Matrix, I see this score: F, For not being Cookie-free anymore.
 * plugins/site-reviews/plugin/Modules/Session.php:
    const SESSION_COOKIE = ‘_glsr_session’;
 * What happened in the last two updates? Can this be fixed?
 * I have the plugin deactivated so please ask if you want it on.
 * Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcookie-problems-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/cookie-problems-2/#post-11019790)
 * Hi [@pxmedia](https://wordpress.org/support/users/pxmedia/)
 * Site Reviews does not use cookies, however, it does use [PHP Sessions](https://www.sitepoint.com/php-sessions/)
   and has since [version 1](https://github.com/geminilabs/site-reviews-v2/blob/master/plugin/Session.php).
 * You can verify this by using a browser extension (such as [https://chrome.google.com/webstore/detail/editthiscookie/fngmhnnpilhplaeedifhccceomclgfbg](https://chrome.google.com/webstore/detail/editthiscookie/fngmhnnpilhplaeedifhccceomclgfbg)
   in Chrome) to view the cookies that are used on your webpage.
 * Please see: [https://www.thoughtco.com/the-difference-between-cookies-and-sessions-2693956](https://www.thoughtco.com/the-difference-between-cookies-and-sessions-2693956)
 * > A session is server-side information intended to exist only throughout the 
   > visitor’s interaction with the website. **Only a unique identifier is stored
   > on the client side.** This token is passed to the web server when the visitor’s
   > browser requests your HTTP address. That token matches your website with the
   > visitor’s information while the user is at your site. When the user closes 
   > the website, the session ends, and your website loses access to the information.
 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/cookie-problems-2/#post-11020254)
 * On a completely separate note, I can see that you are using: `[site_reviews count
   =100]` on your site. I suggest instead that you make use of the pagination option
   like this:
 * `[site_reviews count=20 pagination=ajax]`
 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/cookie-problems-2/#post-11045058)
 * [@pxmedia](https://wordpress.org/support/users/pxmedia/)
 * I have not had a reply for over a week so will mark this as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Cookie Problems’ is closed to new replies.

 * ![](https://ps.w.org/site-reviews/assets/icon-256x256.gif?rev=3307009)
 * [Site Reviews](https://wordpress.org/plugins/site-reviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/site-reviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/site-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/site-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/site-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/site-reviews/reviews/)

## Tags

 * [cookie-free](https://wordpress.org/support/topic-tag/cookie-free/)

 * 3 replies
 * 2 participants
 * Last reply from: [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/cookie-problems-2/#post-11045058)
 * Status: resolved