Click here to Skip to main content
15,903,203 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: keep the thread running even after the page is closed Pin
moon_stick6-Jan-09 5:58
moon_stick6-Jan-09 5:58 
GeneralRe: keep the thread running even after the page is closed Pin
TerRO_GirL6-Jan-09 6:19
TerRO_GirL6-Jan-09 6:19 
GeneralRe: keep the thread running even after the page is closed Pin
MarcelloTurnbull6-Jan-09 8:03
MarcelloTurnbull6-Jan-09 8:03 
GeneralRe: keep the thread running even after the page is closed Pin
TerRO_GirL6-Jan-09 8:06
TerRO_GirL6-Jan-09 8:06 
GeneralRe: keep the thread running even after the page is closed Pin
MarcelloTurnbull6-Jan-09 8:10
MarcelloTurnbull6-Jan-09 8:10 
GeneralRe: keep the thread running even after the page is closed Pin
TerRO_GirL6-Jan-09 9:18
TerRO_GirL6-Jan-09 9:18 
GeneralRe: keep the thread running even after the page is closed Pin
N a v a n e e t h6-Jan-09 15:11
N a v a n e e t h6-Jan-09 15:11 
QuestionSession Timeout problem Pin
nour1236-Jan-09 3:27
nour1236-Jan-09 3:27 
thanks alot Ahmad very much for your response,

I have a serious problem in my website (i need your help)...

I'm handling a login project, where let the user to login in pageA before entering pageB or pageC. When running at localhost, everything was fine.

Now the problem is when i put into the webserver. The session timeout within 30sec or less eventhough i had code :-

set Session(Login) = user in pageA

-
Session.Timeout = 60 (in pageB & pageC during pageload!)

If Session(Login) = Nothing Then

respone.redirect(PageA) Else ...............

Although I set the session timeout in web.config as well, it didn't work

in web.config:
I set the session state to be inProc (didn't work)
also i did:
<sessionState
mode="StateServer"
stateConnectionString="tcpip=65.182.97.156:42424"
cookieless="false"
timeout="20" />
and it didn't work...

Pls Help! many Thanks!

Nour Abdel-Salam...
A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

AnswerRe: repost Pin
Brij6-Jan-09 3:43
mentorBrij6-Jan-09 3:43 
GeneralRe: repost Pin
nour1236-Jan-09 3:47
nour1236-Jan-09 3:47 
GeneralRe: repost Pin
Not Active6-Jan-09 3:48
mentorNot Active6-Jan-09 3:48 
GeneralRe: repost Pin
nour1236-Jan-09 3:51
nour1236-Jan-09 3:51 
GeneralRUDE Pin
leckey6-Jan-09 9:38
leckey6-Jan-09 9:38 
AnswerRe: Session Timeout problem Pin
Vimalsoft(Pty) Ltd6-Jan-09 3:58
professionalVimalsoft(Pty) Ltd6-Jan-09 3:58 
AnswerRe: Session Timeout problem Pin
ToddHileHoffer6-Jan-09 4:01
ToddHileHoffer6-Jan-09 4:01 
QuestionASP.Net AdRotator Extra Space Pin
John Wooton6-Jan-09 2:55
John Wooton6-Jan-09 2:55 
QuestionHyperlink Properties Pin
omlac6-Jan-09 2:53
omlac6-Jan-09 2:53 
AnswerRe: Hyperlink Properties Pin
sarang_k6-Jan-09 3:02
sarang_k6-Jan-09 3:02 
GeneralRe: Hyperlink Properties Pin
omlac6-Jan-09 3:11
omlac6-Jan-09 3:11 
AnswerRe: Hyperlink Properties Pin
Guffa6-Jan-09 3:13
Guffa6-Jan-09 3:13 
GeneralRe: Hyperlink Properties Pin
omlac6-Jan-09 3:33
omlac6-Jan-09 3:33 
GeneralRe: Hyperlink Properties Pin
Guffa6-Jan-09 4:41
Guffa6-Jan-09 4:41 
GeneralRe: Hyperlink Properties Pin
omlac6-Jan-09 19:42
omlac6-Jan-09 19:42 
AnswerRe: Hyperlink Properties Pin
_AK_6-Jan-09 3:14
_AK_6-Jan-09 3:14 
GeneralRe: Hyperlink Properties Pin
omlac6-Jan-09 3:26
omlac6-Jan-09 3:26 

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.