Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
GeneralRe: When to read data tables? Pin
joost.versteegen10-Apr-14 1:40
joost.versteegen10-Apr-14 1:40 
QuestionRe: When to read data tables? Pin
Eddy Vluggen10-Apr-14 2:59
professionalEddy Vluggen10-Apr-14 2:59 
AnswerRe: When to read data tables? Pin
joost.versteegen10-Apr-14 3:35
joost.versteegen10-Apr-14 3:35 
SuggestionRe: When to read data tables? Pin
Eddy Vluggen10-Apr-14 6:41
professionalEddy Vluggen10-Apr-14 6:41 
GeneralRe: When to read data tables? Pin
joost.versteegen10-Apr-14 7:57
joost.versteegen10-Apr-14 7:57 
QuestionLooking for a new file editor Pin
MacRaider49-Apr-14 4:11
MacRaider49-Apr-14 4:11 
AnswerRe: Looking for a new file editor Pin
GuyThiebaut9-Apr-14 4:57
professionalGuyThiebaut9-Apr-14 4:57 
GeneralRe: Looking for a new file editor Pin
MacRaider49-Apr-14 5:13
MacRaider49-Apr-14 5:13 
AnswerRe: Looking for a new file editor Pin
Pete O'Hanlon9-Apr-14 5:19
mvePete O'Hanlon9-Apr-14 5:19 
GeneralRe: Looking for a new file editor Pin
MacRaider49-Apr-14 6:17
MacRaider49-Apr-14 6:17 
AnswerRe: Looking for a new file editor Pin
Ron Nicholson9-Apr-14 6:39
professionalRon Nicholson9-Apr-14 6:39 
AnswerRe: Looking for a new file editor Pin
BillWoodruff9-Apr-14 14:47
professionalBillWoodruff9-Apr-14 14:47 
Questionserial port of Huawei modem Pin
ASalamBarket8-Apr-14 23:28
ASalamBarket8-Apr-14 23:28 
AnswerRe: serial port of Huawei modem Pin
Dave Kreskowiak9-Apr-14 2:32
mveDave Kreskowiak9-Apr-14 2:32 
NewsMessage Closed Pin
8-Apr-14 22:06
cpquest8-Apr-14 22:06 
GeneralMessage Removed Pin
8-Apr-14 23:09
mveRichard MacCutchan8-Apr-14 23:09 
QuestionSet or get the background color NavBar Control of DevExpress ? Pin
Member 24584678-Apr-14 19:53
Member 24584678-Apr-14 19:53 
AnswerRe: Set or get the background color NavBar Control of DevExpress ? Pin
BillWoodruff9-Apr-14 0:10
professionalBillWoodruff9-Apr-14 0:10 
QuestionError webBrowser c# Pin
william ormundo8-Apr-14 4:42
william ormundo8-Apr-14 4:42 
AnswerRe: Error webBrowser c# Pin
Dave Kreskowiak8-Apr-14 4:47
mveDave Kreskowiak8-Apr-14 4:47 
GeneralRe: Error webBrowser c# Pin
william ormundo8-Apr-14 4:57
william ormundo8-Apr-14 4:57 
GeneralRe: Error webBrowser c# Pin
Dave Kreskowiak8-Apr-14 5:08
mveDave Kreskowiak8-Apr-14 5:08 
GeneralRe: Error webBrowser c# Pin
william ormundo8-Apr-14 5:23
william ormundo8-Apr-14 5:23 
GeneralRe: Error webBrowser c# Pin
william ormundo8-Apr-14 5:49
william ormundo8-Apr-14 5:49 
QuestionIssue with Session Management Pin
Member 107334468-Apr-14 3:21
Member 107334468-Apr-14 3:21 
Hi,

VB
I’ve one issue which is causing a problem at production. I’ve web service written in ASP.net and issue is related to the session management. When there are 2 or more session running simultaneously then application is not able to detect the subsequent requests from respective sessions and responding the data of one session to the other session’s request. This is happening randomly so there is no certain way to produce it. The way I have done the session coding is to create session when user login’s and store its respective data in session so that when that data is required it should respond it quickly and not fetching data from backend at that time. I cannot afford to avoid the session and send new request to back end all the time. Most of our applications are working on same architecture. When login function is called then first I empty the session variable and then after successful authentication I create new session and stores the data in it.

Please let me know, how I can resolve this issue. Any help is greatly appreciated.


Thanks,
Ruchika

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.