> I am having trouble with the following function working _with_
> sessions. If I turn off my session checking function it enables you to
> download the file flawlessly, if sessions are turned on then Internet
> Explorer displays an error:
Not sure what is going on, but try viewing the output of
> Do you have session db and your data db on the same db?
No, the sessions are php sessions with data stored in flat files.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list admini
Do you have session db and your data db on the same db?
If you do, most likely, transaction is started in session open
handler. You cannot nest transaction and lo_read/open etc fails.
If you have situation like this, create dedicated database for session
db.
Regards,
--
Yasuo Ohgaki
"Speedbo
3 matches
Mail list logo