Home All Groups Group Topic Archive Search About

how to use logout button in asp



Author
24 Mar 2006 11:45 AM
Sivaswami Jeganathan
Hi I am having 3 asp (not ASP.NET ) page handling
sessions.
i have a button in the 2nd and 3rd page for
logout.
how to logout of the given page .

--
Sivaswami Jeganathan

Author
24 Mar 2006 12:08 PM
Bob Barrows [MVP]
Sivaswami Jeganathan wrote:
> Hi I am having 3 asp (not ASP.NET ) page handling
> sessions.
> i have a button in the 2nd and 3rd page for
> logout.
> how to logout of the given page .

Close the browser?

It's hard to answer your question without knowing what actions you intend to
perform as a result of "logging out". in the meantime, check out this
article:
http://www.aspfaq.com/show.asp?id=2491

This may also be useful:
http://www.aspfaq.com/show.asp?id=2265
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Author
24 Mar 2006 12:49 PM
Slim
try

Session.Abandon

Show quote
"Sivaswami Jeganathan" <j_sivasw***@hotmail.com> wrote in message
news:%23cdHBizTGHA.424@TK2MSFTNGP12.phx.gbl...
> Hi I am having 3 asp (not ASP.NET ) page handling sessions.
> i have a button in the 2nd and 3rd page for logout.
> how to logout of the given page .
>
> --
> Sivaswami Jeganathan
>

AddThis Social Bookmark Button