Does PHPLIB7.4.pre2 or later with <session4.inc> use the databases to store
things, or the local filesystem method that comes with PHP4.xx.xx ?
Does selecting which storage container, i.e. ct_sql.inc, affect where sessions
get stored in PHPLIB7.4.pre2 or later?
I have read:
<using php4 native session handlers>
http://www.php.net/manual/en/ref.session.php
<using php4 sessions with custome session handlers>
http://www.php.net/manual/en/function.session-set-save-handler.php
There are LOTS of quirks compared to PHPLIB sessions. I'd like to use PHPLIB's
datbase storage of sessions with the PHP4.xx.xx session system, and NOT put the
sessions in the file system, this is why I ask the questions above.
|