OK - what are you using ASP, .net ?
Session.abandon is pretty simple, it kills all session stuff
(like
variables)
<% Session.Abandon %>
On a page would literally terminate the session
Starting a session is automatic, no action neccesary ?
Gerry
http://www.Mixit.TV
"Lee" <lee_nospam_@artjunky.com> wrote in message
news:eojhgm$l6g$1@forums.macromedia.com...
> I've heard of using
>
> Session.Abandon
>
> Where would this go and how does it work?