Click here to Skip to main content
15,867,756 members
Home / Discussions / C#
   

C#

 
GeneralRe: Web Service question (C#) Pin
leppie18-Sep-02 5:53
leppie18-Sep-02 5:53 
GeneralRe: Web Service question (C#) Pin
User 988518-Sep-02 6:39
User 988518-Sep-02 6:39 
GeneralRe: Web Service question (C#) Pin
leppie18-Sep-02 6:46
leppie18-Sep-02 6:46 
GeneralRe: Web Service question (C#) Pin
User 988518-Sep-02 6:54
User 988518-Sep-02 6:54 
GeneralRe: Web Service question (C#) Pin
leppie18-Sep-02 7:12
leppie18-Sep-02 7:12 
GeneralRe: Web Service question (C#) Pin
User 988518-Sep-02 6:56
User 988518-Sep-02 6:56 
GeneralRe: Web Service question (C#) Pin
leppie18-Sep-02 7:17
leppie18-Sep-02 7:17 
GeneralRe: Web Service question (C#) Pin
User 988518-Sep-02 7:39
User 988518-Sep-02 7:39 
When a web application becomes the client for a webservice, that has state, the web application should identify the session in every request to the web service. Normally, this does not happen because the Web application does not store cookies. But, the Web service proxy object inside the web application can store the cookie, if one is created by the user.

The web service by default does not manage states - because it is a performance overhead. So, we have to explicitly enable session support for each web method that needs it, so that the session is loaded for the particular web method call (an extra load which we ask the ASP.NET framework to do by the EnableSession=true directive).



modified 29-Aug-18 21:01pm.

GeneralRe: Web Service question (C#) Pin
User 988518-Sep-02 5:36
User 988518-Sep-02 5:36 
GeneralRe: Web Service question (C#) Pin
leppie18-Sep-02 6:29
leppie18-Sep-02 6:29 
GeneralRe: Web Service question (C#) Pin
Ray Cassick18-Sep-02 5:12
Ray Cassick18-Sep-02 5:12 
GeneralRe: Web Service question (C#) Pin
User 988518-Sep-02 5:27
User 988518-Sep-02 5:27 
QuestionIncrementing build numbers? Pin
Zinj18-Sep-02 4:29
sussZinj18-Sep-02 4:29 
AnswerRe: Incrementing build numbers? Pin
leppie18-Sep-02 5:09
leppie18-Sep-02 5:09 
GeneralDateTime.AddMinutes Pin
sharon18-Sep-02 2:11
sharon18-Sep-02 2:11 
GeneralRe: DateTime.AddMinutes Pin
Paul Riley18-Sep-02 2:15
Paul Riley18-Sep-02 2:15 
GeneralRe: DateTime.AddMinutes Pin
sharon18-Sep-02 2:17
sharon18-Sep-02 2:17 
GeneralActiveX and c# Pin
ORi x18-Sep-02 0:58
ORi x18-Sep-02 0:58 
GeneralRe: ActiveX and c# Pin
Stephane Rodriguez.18-Sep-02 2:21
Stephane Rodriguez.18-Sep-02 2:21 
GeneralRe: ActiveX and c# Pin
ORi x18-Sep-02 3:29
ORi x18-Sep-02 3:29 
GeneralRe: ActiveX and c# Pin
Stephane Rodriguez.18-Sep-02 4:03
Stephane Rodriguez.18-Sep-02 4:03 
GeneralBeep Pin
Mazdak18-Sep-02 0:02
Mazdak18-Sep-02 0:02 
GeneralRe: Beep Pin
Stephane Rodriguez.18-Sep-02 1:46
Stephane Rodriguez.18-Sep-02 1:46 
QuestionStatic Analysis tools? Pin
Martin D17-Sep-02 23:51
Martin D17-Sep-02 23:51 
AnswerRe: Static Analysis tools? Pin
Stephane Rodriguez.18-Sep-02 1:25
Stephane Rodriguez.18-Sep-02 1:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.