--- CDitty <[EMAIL PROTECTED]> wrote:
> Can database sessions and file system sessions co-exist on the same 
> server.

Sure, and it is trivial to do unless you are wanting to use the data from both
sessions with the same application, though that is still possible.

If you need to share data, you can just register your own session functions
using session_register() and share the data however you want. In fact, it would
be pretty easy to convert the sessions to use one way or the other in this
manner. You can read the session from both sources and store in whichever
source you are converting to.

Hope that helps.

Chris

=====
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/

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

Reply via email to