[eluser]WanWizard[/eluser]
And what else did you change? Because a different session library doesn't change the interaction with the browser, which is were your problem was.
@Inst,
Where did you get that wisdom? Native (= file based) sessions are only (significantly) faster if you take additional measures, like memcache or ram disks. Native sessions slow down quite rapidly once the number of session files start to grow. With the database you can have hunderds of thousands of session records, without noticable impact on performance.
Offcourse you need a decent platform, it's not going to work on a shared server for $5/month. But then again, you wouldn't want to run a high traffic website on such a platform.