i'm not that familiar yet with fuel, but the memcache driver for the session class (fuel/core/classes/session/memcached.php) has some bugs, i think, like...
(1) on line 70-ish, it should be Memache() instead of Memcached()
(2) on line 75-ish, it should be addServer() instead of addServers()
(3) and it doesn't connect at all ?
yay! my bad! thanks for the clarification
unfortunately, i use windows, i'll just tweak it a bit to use memache instead. i can't find a windows port of the memcached extension
thanks WanWizard!