Okay,

I'm starting session with 

session_name("PRATTCMS_ADMIN");
session_save_path($sess_path);
session_start();

This works on one server I have, compiled the almost exact same (except
without png and jpeg support for gd). They both use trans_sid. What's
going on here? In the session path, the session is being created, and
information is being put into it, but when you go to another page, or
another session_start(), it's like the cookie isn't being sent to the
browser. What's going on?

-Michael
-- 
Michael Smith
[EMAIL PROTECTED]

"The great thing about democracy is that it gives 
every voter a chance to do something stupid." 
     -Art Spander


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to