Click here to Skip to main content
15,905,867 members

Comments by MikeRox89 (Top 12 by date)

MikeRox89 3-Sep-14 15:11pm View    
A query. I went through the source link but could not understand the meaning of the line
"you should do name = "" instead, to erase the nameless value."

Shall the line be like this?

document.cookie = "=;expires=Thu, 01 Jan 1970 00:00:00 GMT";
MikeRox89 3-Sep-14 14:00pm View    
Yes.. The code is developed in asp.net using .net framework 4.0. I tried to use a javascript function but was confused since the cookie name is dynamic.

Could I possibly delete the cookies on the Tab close(x) button.
MikeRox89 3-Sep-14 13:13pm View    
Yes, when I close the tab and not the whole browser, the fedauth cookie is not removed.

I am looking for any possible way to solve this. I have tried to change the web.config file 'cookiehandler' but that did not work.

MikeRox89 5-Jul-14 8:47am View    
Thanks for the information. I was hoping there was a way I could do it.

Can you please tell me if there is a way I can change the hostname from 'localhost' to my custom page name.
MikeRox89 21-Feb-14 7:14am View    
This is the error that is getting displayed:
A process serving application pool terminated unexpectedly. The process id was '2748'. The process exit code was '0xc00000fd'



I have uninstalled and then reinstalled OracleClient11.2.0.3 and then the application started working. I am not sure what the error was due to. Can you please share if you have any idea regarding this.