Posted on: 2/27/2014 5:11:21 PM | Views : 595

hello,
I have a asp.net web application setup like so.  There is a database layer where all data interaction happens.  There is a wcf service that utilizes the data layer.  This is the only place that interaction with that data layer occurs.  Last, there is a web front end with a service reference to the wcf service.  
My issue is, if the users hits a service which takes a long period of time to run (anything longer than the standard minute dies) it seems that the front end catches this but never closes out the connection on the wcf side so we get rogue sessions sitting active within oracle thta never get closed out.  
has anyone run into this before and what have you done to make sure that any time a conneciton is made that it gets closed out?  
Thanks.

Go to the complete details ...