Ray
Tue Dec 14 08:11:27 CST 2004
Did you read the the second half of my post?
Ray at work
"Al" <jodizco@msn.com> wrote in message
news:%23QL6eNW4EHA.1300@TK2MSFTNGP14.phx.gbl...
> I this Session.abandon. already but still don't work
> if I press the BACK botton it display the record.
> and it only get destroyed when user close the Browser.
>
> Thanks Again
>
> "Evertjan." <exjxw.hannivoort@interxnl.net> wrote in message
> news:Xns95BED0F4E2667eejj99@194.109.133.29...
> > Al wrote on 13 dec 2004 in microsoft.public.inetserver.asp.general:
> >> Is possible to terminate all session variable created
> >> without closing the browser
> >
> > Removing all session variables can be done by
> >
> > Session.Contents.RemoveAll()
> >
> > or more drastically by
> >
> > Session.abandon.
> >
> >> I do not want users to click on BACK button on browser or paste the
> >> url link in the
http:// and shows the record displayed after logout.
> >> This works fine if users close the Browser.
> >
> > Session variables live on the server only and have nothing to do with
your
> > clientside problem.
> >
> > --
> > Evertjan.
> > The Netherlands.
> > (Please change the x'es to dots in my emailaddress)
>
>