Click here to Skip to main content
15,885,278 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: CREATE DATABASE permission error Pin
jkirkerx29-Nov-11 18:25
professionaljkirkerx29-Nov-11 18:25 
AnswerRe: CREATE DATABASE permission error Pin
AmitGajjar30-Nov-11 1:34
professionalAmitGajjar30-Nov-11 1:34 
QuestionWhat happens to abandoned or timed out sessions? Pin
Brady Kelly29-Nov-11 7:12
Brady Kelly29-Nov-11 7:12 
AnswerRe: What happens to abandoned or timed out sessions? Pin
David Mujica29-Nov-11 7:48
David Mujica29-Nov-11 7:48 
GeneralRe: What happens to abandoned or timed out sessions? Pin
Brady Kelly29-Nov-11 8:58
Brady Kelly29-Nov-11 8:58 
GeneralClarification Pin
David Mujica30-Nov-11 8:59
David Mujica30-Nov-11 8:59 
GeneralRe: Clarification Pin
Brady Kelly30-Nov-11 16:38
Brady Kelly30-Nov-11 16:38 
AnswerRe: What happens to abandoned or timed out sessions? Pin
jkirkerx29-Nov-11 18:32
professionaljkirkerx29-Nov-11 18:32 
I always had a problem with sessions timing out in 20 minutes, unless I change the value to like 2 days. I had to go into the IIS manager to change the value. I think it's part of the app pool.

Customers called and complained, they would get a phone call, and the session would timeout on them, and the program would forget who they are.

The number that the webserver assigns for sessions simply gets removed from the servers memory, and replaced with valid ones. There must be over a million session id sequences available.

You can link session proc to sql server in web.config, and the sql server will handle the sessions, freeing up memory from the web server.
QuestionRE: Visual Studio NOOB question - XML - Pin
B A L L S29-Nov-11 4:42
B A L L S29-Nov-11 4:42 
AnswerRe: RE: Visual Studio NOOB question - XML - Pin
Not Active29-Nov-11 5:07
mentorNot Active29-Nov-11 5:07 
GeneralRe: RE: Visual Studio NOOB question - XML - Pin
B A L L S29-Nov-11 5:47
B A L L S29-Nov-11 5:47 
GeneralRe: RE: Visual Studio NOOB question - XML - Pin
Not Active29-Nov-11 8:46
mentorNot Active29-Nov-11 8:46 
QuestionPlease suggest tools/ codes (Jquery Nested Expression Builder ) Pin
sysmatrix29-Nov-11 1:33
sysmatrix29-Nov-11 1:33 
AnswerRe: Please suggest tools/ codes (Jquery Nested Expression Builder ) Pin
jkirkerx29-Nov-11 18:37
professionaljkirkerx29-Nov-11 18:37 
QuestionPrimary key specific format. Pin
sk_ko28-Nov-11 16:16
sk_ko28-Nov-11 16:16 
AnswerRe: Primary key specific format. Pin
nilschaudhari28-Nov-11 21:48
nilschaudhari28-Nov-11 21:48 
GeneralRe: Primary key specific format. Pin
sk_ko29-Nov-11 14:10
sk_ko29-Nov-11 14:10 
AnswerRe: Primary key specific format. Pin
CDP180228-Nov-11 22:38
CDP180228-Nov-11 22:38 
AnswerRe: Primary key specific format. Pin
Paladin200029-Nov-11 6:36
Paladin200029-Nov-11 6:36 
GeneralRe: Primary key specific format. Pin
sk_ko29-Nov-11 13:46
sk_ko29-Nov-11 13:46 
AnswerRe: Primary key specific format. Pin
Andy_L_J29-Nov-11 18:46
Andy_L_J29-Nov-11 18:46 
QuestionAvoid Refer of page on Menu Item click. Pin
Member 322226428-Nov-11 2:23
Member 322226428-Nov-11 2:23 
AnswerRe: Avoid Refer of page on Menu Item click. Pin
Anuj Banka28-Nov-11 2:45
Anuj Banka28-Nov-11 2:45 
AnswerRe: Avoid Refer of page on Menu Item click. Pin
Not Active28-Nov-11 6:28
mentorNot Active28-Nov-11 6:28 
Questionasp.net keypress event Pin
berba28-Nov-11 1:11
berba28-Nov-11 1:11 

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.