Title: Cannot send session cache limiter
Last modified: August 20, 2016

---

# Cannot send session cache limiter

 *  Resolved [msdavinci](https://wordpress.org/support/users/msdavinci/)
 * (@msdavinci)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/cannot-send-session-cache-limiter-1/)
 * What does this mean? Form works okay, but I don’t want this message on the screen.
 * [function.session-start]: Cannot send session cache limiter – headers already
   sent (output started at /home/pbbetrai/public_html/boat/wp-content/themes/sunspot/
   home.php:10) in /home/pbbetrai/public_html/boat/wp-content/plugins/user-submitted-
   posts/views/submission-form-classic.php on line 5
 * [http://wordpress.org/extend/plugins/user-submitted-posts/](http://wordpress.org/extend/plugins/user-submitted-posts/)

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

 *  Plugin Author [Jeff Starr](https://wordpress.org/support/users/specialk/)
 * (@specialk)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/cannot-send-session-cache-limiter-1/#post-3198606)
 * In the file, “/views/submission-form-classic.php” find the following lines:
 *     ```
       session_start();
       $title      = $_SESSION['title'];
       $content    = $_SESSION['content'];
       $authorName = $_SESSION['authorName'];
       $authorUrl  = $_SESSION['authorUrl'];
       $tags       = $_SESSION['tags'];
       $captcha    = $_SESSION['captcha'];
       $category   = $_SESSION['category'];
       ```
   
 * And either remove them or comment them out. That will prevent the Warning, but
   will also prevent the form from “remembering” field values that were input by
   the user. I plan on removing these lines in the next update.
 *  Thread Starter [msdavinci](https://wordpress.org/support/users/msdavinci/)
 * (@msdavinci)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/cannot-send-session-cache-limiter-1/#post-3198622)
 * Thanks, Jeff.

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

The topic ‘Cannot send session cache limiter’ is closed to new replies.

 * ![](https://ps.w.org/user-submitted-posts/assets/icon-256x256.png?rev=2567685)
 * [User Submitted Posts – Enable Users to Submit Posts from the Front End](https://wordpress.org/plugins/user-submitted-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-submitted-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-submitted-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/user-submitted-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-submitted-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-submitted-posts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [msdavinci](https://wordpress.org/support/users/msdavinci/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/cannot-send-session-cache-limiter-1/#post-3198622)
 * Status: resolved