Hello,

Can anybody explain to me why all the Session data is gone when you
enter Session_OnEnd. From what I can see the only data left is
SessionID. Is there anyway around that?

I was wanting to Update records based on data in the Session. From
what I can tell my only alternative is to create all records in the db
using the SessionID as the lookup code.

Anybody have any better idea's?

Thanks

David Logan

Re: Session Data in Session_OnEnd by Aaron

Aaron
Fri May 21 13:33:10 CDT 2004

You shouldn't be relying on session_onEnd to update data anyway...
http://www.aspfaq.com/2078

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/




"David Logan" <ibflyfishin@yahoo.com> wrote in message
news:d3af388a.0405211026.5ce9475f@posting.google.com...
> Hello,
>
> Can anybody explain to me why all the Session data is gone when you
> enter Session_OnEnd. From what I can see the only data left is
> SessionID. Is there anyway around that?
>
> I was wanting to Update records based on data in the Session. From
> what I can tell my only alternative is to create all records in the db
> using the SessionID as the lookup code.
>
> Anybody have any better idea's?
>
> Thanks
>
> David Logan