Playing with db-based session handlers today against an ODBC database. 
Don't worry, it's not production, but it should work, and now it does... 
except that I had a hell of a time figuring out how to get all of the 
session data, when sessions get large, back from the db server.

I found the odbc.defaultlrl setting pretty quickly, but my first try was to 
set it to 0 - which, I assumed, would mean no limit (like mssql.textsize). 
However, it appears that the comment really does _mean_ "passthru" there.

So, is there any way to set it to a "no limit" value?

-chuck

--
Charles Hagenbuch, <[EMAIL PROTECTED]>
"After a few minutes the most aromatic and nice smelling Italian coffee 
 will come out of the exhaustpipe." - Our stove-top espresso pot

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to