Info
- 3 posts
- 1 voice
- Started 4 years ago by fabianzaf
- Latest reply from fabianzaf
- This topic is not resolved
Session header problem
-
- Posted 4 years ago #
When including wp-config.php in my config.php with this code:
<?php require_once('/home/path/public_html/wp-blog-header.php'); ?>I get this error
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /public_html/wp-blog-header.php:29) in
Everything works its just this message showing up. I read in one plugin support page when I was searching through google that I have to edit the session code to say :
@session_start();
Although.. i'm not quite sure where..
-
- Posted 4 years ago #
I fixed this problem :D
the topic_views plugin was also sending out a session and did not have the @ symbol in place.
All is fixed ^^
-
- Posted 4 years ago #
Having duplicate sessions is actually stupid.. since I only need one. Deleted the session from the plugin.
-
You must log in to post.