Why do you need to save the object at Session_End ? Why not simply
save it whenever it changes? Additionally, where and how are you
saving the information in the cart ?

On Jan 15, 11:16 pm, "Adam Schmitz" <[email protected]> wrote:
> 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

Reply via email to