Title: Doesn&#039;t work
Last modified: September 2, 2016

---

# Doesn't work

 *  [Mindaugas52](https://wordpress.org/support/users/mindaugas52/)
 * (@mindaugas52)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/doesnt-work-607/)
 * or I’m retarded. Either way this plugin is too difficult.
 *     ```
       $zur_sesija = WP_Session::get_instance();
        	function qqwwee(){
       		global $zur_sesija;
       		if (is_page(294)){
       			$zur_sesija['errorai'] = 'qq';
   
       		}
       		return;
       	}
       echo $sesija['errorai'];
       ```
   
 * outputs:
    `Fatal error: Class 'WP_Session' not found`

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

 *  Plugin Author [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/doesnt-work-607/#post-7856353)
 * This is a support request, not a review. A 1-star review because you can’t figure
   things out is unprofessional.
 * If the class is not found, then I’d ask first where you’ve included the plugin
   and where this code is set up. You’ve likely activated the plugin and are adding
   this code _before_ active plugin classes are available.
 *  [Pierre](https://wordpress.org/support/users/ierpe/)
 * (@ierpe)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/doesnt-work-607/#post-7856378)
 * maybe this can help :
    [Storing Session Data in WordPress without $_SESSION](https://pippinsplugins.com/storing-session-data-in-wordpress-without-_session/)

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

The topic ‘Doesn't work’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-session-manager_272e38.svg)
 * [WP Session Manager](https://wordpress.org/plugins/wp-session-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-session-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-session-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-session-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-session-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-session-manager/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Pierre](https://wordpress.org/support/users/ierpe/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/doesnt-work-607/#post-7856378)