| Author |
how to use logout button in asp
|
|
| Sivaswami Jeganathan 2006-03-25, 11:59 am |
| 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
| |
| Bob Barrows [MVP] 2006-03-25, 11:59 am |
| 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"
| |
|
| try
Session.Abandon
"Sivaswami Jeganathan" <j_sivaswami@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
>
|
|
|
|