Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multi-level navigation and easy menu definition
#11
In GSgallery I'm checking to see if the session has been started before I start the session. It would be great if plugin developers that are using the session, will do this as well with a simple

Code:
if (!isset($_SESSION))
{
    session_start();
}

This will ensure this warning notice is never thrown.
- Julian

My GetSimple Plugins: Simple Image Gallery | TweetMeme reTweet Button
Reply


Messages In This Thread
Multi-level navigation and easy menu definition - by juliancc - 2011-02-05, 04:11:46



Users browsing this thread: 1 Guest(s)