No announcements
Found 1958730 threads
-
2 Votes
Sharring ASP.NET Session State With WCF Session
Hi J0.J0, Because ASP.NET application is one WCF client application here, you can use custom message header to pass some data to some or maybe all our ...Answered | 6 Replies | 5547 Views | Created by J0.J0 - Tuesday, October 20, 2009 6:33 AM | Last reply by Riquel_Dong - Friday, October 23, 2009 5:19 AM -
1 Votes
Session pass thru from ASP.NET to WCF Service
I wrote a blog post explaining how session works in ...Answered | 2 Replies | 3495 Views | Created by Matt Crudington - Tuesday, January 20, 2009 7:58 AM | Last reply by Richard Blewett - Tuesday, January 20, 2009 9:10 AM -
0 Votes
Login based multiple session value maintain in service side in silverlight 4
Hi, Wcf Sessions are different from Http sessions.Answered | 3 Replies | 1975 Views | Created by Yathish 3dcad - Wednesday, October 10, 2012 11:09 AM | Last reply by Haixia_Xie - Friday, October 12, 2012 10:35 AM -
0 Votes
WCF Singleton with Session Id
you can use singleton with session: http://msdn.microsoft.com/en-us/magazine/cc163590.aspx#S6 if you authenticate users you can also use the ...Answered | 1 Replies | 3972 Views | Created by zapacila89 - Thursday, December 9, 2010 11:53 PM | Last reply by Yaron Naveh - Friday, December 10, 2010 12:24 AM -
0 Votes
Sharing the aspnet session with WCF service
Hi Chigurala, As for the ASP.NET web application, Silverlight hosting page and WCF service, are they within the same web application?Answered | 3 Replies | 4757 Views | Created by Chigurala - Thursday, August 13, 2009 5:13 PM | Last reply by Steven Cheng - MSFT - Monday, August 17, 2009 10:18 AM -
0 Votes
Problem with WebSerivce - Maintain HTTP session
I created a web service in .NET to keep the cookies, with this command: System.Net.CookieContainer cookies = new ...Answered | 2 Replies | 4604 Views | Created by Gabriel Araujo de Almeida - Friday, May 18, 2012 11:38 AM | Last reply by Gabriel Araujo de Almeida - Wednesday, May 23, 2012 4:19 PM -
1 Votes
azure wcf sessions
Azure DOES support "sessions" in WCF.Answered | 5 Replies | 7920 Views | Created by AMR2001 - Monday, June 6, 2011 9:26 PM | Last reply by AMR2001 - Friday, October 28, 2011 9:01 PM -
0 Votes
Passing Session ID as a parameter to WCF service to maintain session state.
Hi, If you want to use asp.net session from wcf and sharing the same ASP.NET Session State on the server side, you can following steps: ...Answered | 1 Replies | 4725 Views | Created by rsegecin - Wednesday, December 26, 2012 7:41 PM | Last reply by Haixia_Xie - Thursday, December 27, 2012 8:57 AM -
0 Votes
What is the best way to maintain state in a WCF REST web service?
They concern WCF in general, and in particular SOAP, and maintaining state.Answered | 1 Replies | 3657 Views | Created by Paul Winnerson - Wednesday, November 2, 2011 10:54 AM | Last reply by William Klein - Wednesday, November 2, 2011 3:04 PM -
0 Votes
Passing Session ID as a parameter to WCF service to maintain session state.
User840877147 posted http://blogs.msdn.com/b/wenlong/archive/2010/02/21/using-asp-net-sessions-from-wcf.aspxUnanswered | 1 Replies | 53 Views | Created by Anonymous - Monday, December 24, 2012 6:46 PM | Last reply by Anonymous - Sunday, January 27, 2013 4:47 AM -
0 Votes
WCF Web Service Session Isolation
Hi, I have created a WCF Web Service and in it I placed a logging class so that I can keep track of my application's behavior.Answered | 6 Replies | 3530 Views | Created by Komyg - Friday, August 6, 2010 8:16 PM | Last reply by compositedevtec - Saturday, August 7, 2010 10:08 AM -
0 Votes
How to serialize an array for passing as parameter in session?
Finally i use Session["myObj"] = myObjArray; myObjType[] a = (myObjType[])Session["myObj"] HelloAnswered | 4 Replies | 3863 Views | Created by 沈世鈞 - Friday, June 3, 2011 10:00 AM | Last reply by 沈世鈞 - Thursday, June 9, 2011 1:58 AM -
0 Votes
Consume WCF session enabled service through php.
Have look at this " Sessions and Streaming When you have a large amount of data to transfer, the ...Answered | 2 Replies | 8540 Views | Created by VineetCSharp - Wednesday, June 1, 2011 3:05 PM | Last reply by Tanvir Huda - Friday, June 3, 2011 12:41 AM -
0 Votes
WCF Session in asp.net
http://forums.asp.net/28.aspx/1?Answered | 1 Replies | 1225 Views | Created by srimaniarjunan - Thursday, December 10, 2015 8:01 AM | Last reply by Dave Patrick - Thursday, December 10, 2015 1:43 PM -
0 Votes
Problem in retrieving session state
General ASP.NET » State Management located here: http://forums.asp.net/22.aspx.Answered | 1 Replies | 10116 Views | Created by v2bys - Friday, August 8, 2008 8:00 AM | Last reply by Shrikant Maske - Wednesday, November 5, 2008 10:37 AM -
0 Votes
Using ASP.net session with WCF
Please take a look at the following documentation and let us know if you have further ...Answered | 1 Replies | 2682 Views | Created by samirkopal - Thursday, April 5, 2012 6:42 PM | Last reply by Michael Green - Thursday, April 5, 2012 8:04 PM -
0 Votes
WCF Session Management
If the session ends and a message is sent over the same session-based channel an exception is thrown.Answered | 4 Replies | 3726 Views | Created by Droisys - Friday, December 16, 2011 11:47 AM | Last reply by Droisys - Tuesday, December 20, 2011 7:21 AM -
0 Votes
Using Session as Parameter in rdlc
see http://dotnetknowledgebox.blogspot.ae/2012/01/passing-parameters-to-rdlc.html Please Mark This As Answer if it solved your issue ...Answered | 1 Replies | 1037 Views | Created by Noor Kakar - Tuesday, January 5, 2016 12:37 PM | Last reply by Visakh16 - Tuesday, January 5, 2016 1:21 PM -
1 Votes
Several services with one session
I want to implement following behavior: autorization service manages sessions(create, close, etc) and biz objects services will use these ...Answered | 7 Replies | 3834 Views | Created by Andrew Rygin - Thursday, December 25, 2008 5:15 PM | Last reply by Damir Dobric - Tuesday, December 30, 2008 11:52 PM -
1 Votes
Passing session variable in HttpWebRequest object
peterposnag I encounter the same httpwebrequest with session maintain issue as your post.Answered | 9 Replies | 31114 Views | Created by peterposnag - Tuesday, October 11, 2011 1:18 PM | Last reply by Rodrigo Vassoleri - Tuesday, October 16, 2012 1:28 AM - Items 1 to 20 of 1958730 Next ›
No announcements