I want to store the session in a Microsoft SQL Server 2005 database instead of the web server.
How do I do this?
The website will be hosted on a webfarm. I also want ensure that if a web server goes down, the user can immediately start using another web server, using the same session info.
I am using PHPrunner 5.1 (2503)
Regards
Gordon