-----------------------------------------------------------
New Message on MumbaiUserGroup
-----------------------------------------------------------
From: iguddu777
Message 2 in Discussion
hi
I am giving you the code, to implement your requirement. Please follow as:
>From the onunload function <formname>.aspx file of body tag call
onunload="doUnload();" function.
In javascript you write the following function:
function doUnload()
{
if (window.event.clientX < 0 && window.event.clientY < 0)
{
document.Form1.target ="_self";
document.Form1.action ="<formname>.aspx?logout=1";
document.Form1.submit ();
}
}
And in the respective forms code file you access the logout querystring and
call your logout function.
Like this way you get, what you want.
Happy coding.
Regards
Rahul
From: [EMAIL PROTECTED]
To: [email protected]
Subject: Logout when browser x button is clicked
Date: Tue, 8 Jan 2008 06:58:44 -0800
<META content="Microsoft SafeHTML" name=Generator>
<STYLE>
ExternalClass EC_ThmFgColumnHeader, .ExternalClass EC_A.FrameLink,
ExternalClass EC_A.HeaderLink, .ExternalClass EC_A.FooterLink, ExternalClass
EC_A.LgtCmd, .ExternalClass EC_A.MSNLink
{color:#FFFFFF;}
ExternalClass EC_ThmFgTitleLightBk
{color:#FF6600;}
ExternalClass EC_ThmFgSmallLight
{color:#ff0000;}
ExternalClass EC_ThmFgNavLink, .ExternalClass EC_A.NavLink, ExternalClass
EC_A.ChildLink:hover
{color:#666699;}
ExternalClass EC_ThmFgInactiveText, .ExternalClass EC_A.SystemLink
{color:#666666;}
ExternalClass EC_ThmFgFrameTitle
{color:#FFFFCC;}
ExternalClass EC_ThmFgTitleDarkBk, .ExternalClass EC_A.NavLink:hover,
ExternalClass EC_A.TitleLink
{color:#CC6600;}
ExternalClass EC_ThmFgMiscText, .ExternalClass EC_A.Cat, .ExternalClass
EC_A.SubCat
{color:#336699;}
ExternalClass EC_ThmFgCommand, .ExternalClass EC_A.Command, ExternalClass
EC_A.LargeCommand, .ExternalClass EC_A.MsgLink
{color:#003366;}
ExternalClass EC_ThmFgHeader
{color:#333333;}
ExternalClass EC_ThmFgStandard, .ExternalClass EC_A.SystemLink:hover,
ExternalClass EC_A.SubLink, .ExternalClass EC_A.ChildLink, ExternalClass
EC_A.StdLink, .ExternalClass EC_SELECT.Standard
{color:#000000;}
ExternalClass EC_ThmFgDivider
{color:#CCCCCC;}
ExternalClass EC_ThmBgStandard
{background-color:#FFFFFF;}
ExternalClass EC_ThmBgUnknown1
{background-color:#FF6600;}
ExternalClass EC_ThmBgFraming
{background-color:#666699;}
ExternalClass EC_ThmBgUnknown2
{background-color:#666666;}
ExternalClass EC_ThmBgHighlightDark
{background-color:#FFFFCC;}
ExternalClass EC_ThmBgHighlightLight, .ExternalClass #EC_idToolbar,
ExternalClass #EC_tbContents
{background-color:#FFFFE8;}
ExternalClass EC_ThmBgTitleDarkBk
{background-color:#F1F1F1;}
ExternalClass EC_ThmBgAlternate
{background-color:#ECF1F6;}
ExternalClass EC_ThmBgUnknown3
{background-color:#CCCCFF;}
ExternalClass EC_ThmBgDivider
{background-color:#CCCCCC;}
ExternalClass EC_ThmBgHeader
{background-color:#9999CC;}
ExternalClass EC_ThmBgLinks
{background-color:#8696C9;}
ExternalClass EC_ThmBgSharkBar
{background-color:#8696C9;}
ExternalClass EC_ThmBgGlobalNick
{background-color:#9394A9;}
ExternalClass EC_calfgndcolor
{color:#E00505;}
ExternalClass EC_calbgndcolor
{color:#E00505;}
</STYLE>
New Message on MumbaiUserGroup
Logout when browser x button is clicked
Reply
Reply to Sender Recommend
Message 1 in Discussion
From: PKSPMR
Hi,
I am trying to implement Logout functionality for my asp.net 2.0 application.
What are the options for me..
Right now I am trying to do this way.
My master page has Logout button. when button is clicked, i am doing
this.
Session.Abandon()
HttpContext.Current.ResponseCache.SetCacheability(HttpCacheability.NoCache)
Response.Cache.SetAllowResponseInBrowserHistory(False)
Response.Redirect("Login.aspx")
We are using RSA Authentication. So, I am addressing that login page to
be redirected.
I want to implement same code when browser x button is closed. Is it
possible. If yes, how can I do that.
Further, how can I test whether session is abandoned or not.
Prefer these things happen on server side and not on client side.
I appreciate your response.
Thanks,
Katta
View other groups in this category.
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
Need help? If you've forgotten your password, please go to Passport Member
Services.
For other questions or feedback, go to our Contact Us page.
If you do not want to receive future e-mail from this MSN group, or if you
received this message by mistake, please click the "Remove" link below. On the
pre-addressed e-mail message that opens, simply click "Send". Your e-mail
address will be deleted from this group's mailing list.
Remove my e-mail address from MumbaiUserGroup.
It's about getting married. Click here! Try it!
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/mumbaiusergroup/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you
received this message by mistake, please click the "Remove" link below. On the
pre-addressed e-mail message that opens, simply click "Send". Your e-mail
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]