I'm starting my sessions like this:

ini_set('session.use_trans_sid','1');
session_start();

Works fine when cookies are on. Sessions are not being preserved when cookies are off. Is there something else I need to do?

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

Reply via email to