I am wondering how to kill a session.
<% Session.Abandon%>
But this didn't seem to work.
Basically, I'm trying to keep people from going back into
their shopping
cart.
However, if the session is killed and the person surfs back
to the product
page, would they be able to order in a new session?
<% Session.Content.RemoveAll()%> I tried putting this
in a page but I got an
error
---------------------
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method:
'Session.Content'
/0_killsession.asp, line 2
----------------------