I need to use the Session_End event from the Global.asax to save a shopping cart so that the user can come back several days later and the shopping cart will still have the same settings. The only problem is that we are using SQL Server to maintain session state and I've read that Session_End isn't fired when using SQL Server.
Does anyone know of an alternative way to fire a Session End event in ASP .NET -- Adam "Do one thing, and do it well." -- The UNIX Philosophy
