• Welcome to Sitemap Generator Forum.
 

Need to initialise session on Zeus server

Started by dominic.onions, May 01, 2006, 05:00:13 AM

Previous topic - Next topic

dominic.onions

Hi,

I'm on a Zeus webserver which means I need to iniate sessions as follows:-

ini_set("session.save_handler", "files");
session_save_path ("path_to_temp_dir/");

With the code base64_encoded, I can't fix that myself. And I get the following error:-

Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp) in /clientdata/netregistry.net/www.netregistry.com.au/generator/index.php(2) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 43

Will I be able to get this script running?

Thanks

Dom

XML-Sitemaps Support

Hello Dom,

you can add this code to the end of config.inc.php file (it's not encoded).
Please note that this file will be overwritten when you save options at Configuration page, so you will have to re-enter this code again.