Ask a Question related to ASP.NET General, Design and Development.
-
Mohammad A. Samara #1
Delete the cookie?
Hello everyone,
Does anyone know how to get rid of the cookies when the internet explorer
window is closed after we use Forms authentication mode in the web.config
file?
I use <authentication mode="Forms"> in my application, everytime a user logs
in the application he still can log back in without authentication because
of the generated cookies stored in the temp folder.
Thanks.
----------------------------------------------------------------------------
------
International Computer Systems (London) Ltd. The Courtyard, 14a Sydenham
Road, Croydon, Surrey, CR0 2EE, United Kingdom [url]www.icslondon.com[/url] Telephone:
+44 (0) 208 681 5421, Facsimile: +44 (0) 208 688 1673 This email and any
files transmitted with it are confidential and intended solely for the use
of the individual or entity to whom they are addressed. This communication
may contain information which may be privileged. If you are not the intended
recipient or the person responsible for delivering the email to the intended
recipient, you are advised that you have received this email in error and
that any use, dissemination, forwarding, printing or copying of this email
is strictly prohibited.
Mohammad A. Samara Guest
-
Delete Cookie Control?
What kind of JavaScript is needed to delete all of the cookies for the current web site, and can that be registered in an ASP.NET page as a button?... -
Delete cookie when exit page
Hi! When a user enter my page, a cookie is created. When the user leaves the page (closeing the page), the cookie needs to be deleted. How... -
Cookies set one time, I delete cookie, cookie is never set again!
I am having this problem: My PHP script will set a cookie, it's there in my /Cookies folder. I delete the cookie (I have to for testing purposes,... -
#25136 [NEW]: THIS IS NOT A BUG (I think) just cookie issue, it doesnt delete!
From: pmpp at sapo dot pt Operating system: Windows Xp PHP version: 4.3.2 PHP Bug Type: Unknown/Other Function Bug... -
How to delete a cookie?
I need the statement for deleting a permanent cookie that I created earlier... The .NET documentation refers to the .discard property, but the... -
Harley #2
Re: Delete the cookie?
call FormsAuthentication.SignOut in an event handler for page unload. that
will expire the cookie when you close the browser without logging out.
"Mohammad A. Samara" <admin@icslondon.com> wrote in message
news:%232HvHxtXDHA.2592@TK2MSFTNGP09.phx.gbl...logs> Hello everyone,
>
> Does anyone know how to get rid of the cookies when the internet explorer
> window is closed after we use Forms authentication mode in the web.config
> file?
>
> I use <authentication mode="Forms"> in my application, everytime a user--> in the application he still can log back in without authentication because
> of the generated cookies stored in the temp folder.
>
> Thanks.
>
>
> --------------------------------------------------------------------------Telephone:> ------
> International Computer Systems (London) Ltd. The Courtyard, 14a Sydenham
> Road, Croydon, Surrey, CR0 2EE, United Kingdom [url]www.icslondon.com[/url]intended> +44 (0) 208 681 5421, Facsimile: +44 (0) 208 688 1673 This email and any
> files transmitted with it are confidential and intended solely for the use
> of the individual or entity to whom they are addressed. This communication
> may contain information which may be privileged. If you are not theintended> recipient or the person responsible for delivering the email to the> recipient, you are advised that you have received this email in error and
> that any use, dissemination, forwarding, printing or copying of this email
> is strictly prohibited.
>
>
Harley Guest
-
MS News \(MS ILM\) #3
Re: Delete the cookie?
Don't persist the cookie.
"Harley" <harleyobrien%40hotmail.com> wrote in message
news:OroDqAuXDHA.2484@TK2MSFTNGP09.phx.gbl...explorer> call FormsAuthentication.SignOut in an event handler for page unload. that
> will expire the cookie when you close the browser without logging out.
>
> "Mohammad A. Samara" <admin@icslondon.com> wrote in message
> news:%232HvHxtXDHA.2592@TK2MSFTNGP09.phx.gbl...> > Hello everyone,
> >
> > Does anyone know how to get rid of the cookies when the internetweb.config> > window is closed after we use Forms authentication mode in thebecause> logs> > file?
> >
> > I use <authentication mode="Forms"> in my application, everytime a user> > in the application he still can log back in without authenticationuse>> > of the generated cookies stored in the temp folder.
> >
> > Thanks.
> >
> >
> --------------------------------------------------------------------------
> --> Telephone:> > ------
> > International Computer Systems (London) Ltd. The Courtyard, 14a Sydenham
> > Road, Croydon, Surrey, CR0 2EE, United Kingdom [url]www.icslondon.com[/url]> > +44 (0) 208 681 5421, Facsimile: +44 (0) 208 688 1673 This email and any
> > files transmitted with it are confidential and intended solely for thecommunication> > of the individual or entity to whom they are addressed. Thisand> intended> > may contain information which may be privileged. If you are not the> intended> > recipient or the person responsible for delivering the email to the> > recipient, you are advised that you have received this email in error> > that any use, dissemination, forwarding, printing or copying of this>> > is strictly prohibited.
> >
> >
>
MS News \(MS ILM\) Guest



Reply With Quote

