Web Connection
Re: Using SQL for RequestLogs and maybe Sessions?
03/18/2010
10:08:51 AM
2W30LAWJZ Show this entire thread in new window
Gratar Image based on email address
From:
Brandon Harker
To:
Brett Baggott 
Attachments:
None
Any ideas?

The biggest benefit to moving your wwession table to SQL is so that SSL persistence doesn't matter. You can fail out a web server and the end user's experience is seamless. Another web server picks up their request and knows their authentication info.

I like having a single wwRequestLog on the SQL server because I can analyze slow request, traffic history, etc. easily.

(I run a web farm that serves 8 million+ pageviews a month.)