Click here to Skip to main content
16,005,241 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How can I pass a asp.net text box value to an input text box name txtSearch2 Pin
Christian Graus17-Jun-09 13:30
protectorChristian Graus17-Jun-09 13:30 
GeneralRe: How can I pass a asp.net text box value to an input text box name txtSearch2 Pin
HistoricalSocietyMember18-Jun-09 4:56
HistoricalSocietyMember18-Jun-09 4:56 
QuestionHIde Image links from public Pin
Ricardo Luceac17-Jun-09 7:50
Ricardo Luceac17-Jun-09 7:50 
AnswerRe: HIde Image links from public Pin
Christian Graus17-Jun-09 11:05
protectorChristian Graus17-Jun-09 11:05 
QuestionSimple Sample Web Project Pin
Dave Clark QED17-Jun-09 6:38
Dave Clark QED17-Jun-09 6:38 
AnswerRe: Simple Sample Web Project Pin
led mike17-Jun-09 7:18
led mike17-Jun-09 7:18 
AnswerRe: Simple Sample Web Project Pin
Baran M17-Jun-09 7:27
Baran M17-Jun-09 7:27 
QuestionLogin timeout in webfarm Pin
Xmen Real 17-Jun-09 5:45
professional Xmen Real 17-Jun-09 5:45 
I want to set login timeout to 1 month and to do that somebody suggested me to write the following.

<authentication mode="Forms">
<forms timeout="43200">




And it was working as I wanted but when I uploaded my site to webserver, I just get logged out after 2 or 3 minutes idle. I asked 'em(web hosters) and they said you must use out of process session state. Okay then I added the following code in web.config

<sessionstate mode="StateServer"
="" stateconnectionstring="tcpip=127.0.0.1:42424" cookieless="false" timeout="20">

After that problem still persists...so my question is that why do login needs session ? why it does not set cookie at client side ?



TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKQUFK[M`UKs*$GwU#QDXBER@CBN%
R0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia>

-----------------------------------------------
128 bit encrypted signature, crack if you can

QuestionAfter publishing the site , the linkbuttons are not working. Pin
er.puneet17-Jun-09 3:18
er.puneet17-Jun-09 3:18 
AnswerThis is rude Pin
Manas Bhardwaj17-Jun-09 3:42
professionalManas Bhardwaj17-Jun-09 3:42 
GeneralRe: This is rude Pin
Abhijit Jana17-Jun-09 3:52
professionalAbhijit Jana17-Jun-09 3:52 
GeneralRe: This is rude Pin
er.puneet18-Jun-09 1:33
er.puneet18-Jun-09 1:33 
GeneralRe: This is rude Pin
er.puneet18-Jun-09 1:29
er.puneet18-Jun-09 1:29 
AnswerRe: After publishing the site , the linkbuttons are not working. Pin
Manas Bhardwaj17-Jun-09 3:45
professionalManas Bhardwaj17-Jun-09 3:45 
QuestionSplitting words Pin
shijivijayan17-Jun-09 2:10
shijivijayan17-Jun-09 2:10 
AnswerDon't repost Pin
Not Active17-Jun-09 2:17
mentorNot Active17-Jun-09 2:17 
AnswerRe: Splitting words Pin
SeMartens17-Jun-09 2:19
SeMartens17-Jun-09 2:19 
AnswerRe: Splitting words Pin
Baran M17-Jun-09 2:21
Baran M17-Jun-09 2:21 
AnswerRe: Splitting words Pin
Abhishek Sur17-Jun-09 2:33
professionalAbhishek Sur17-Jun-09 2:33 
AnswerRe: Splitting words Pin
Umar F Khawaja17-Jun-09 10:03
Umar F Khawaja17-Jun-09 10:03 
AnswerRe: Splitting words Pin
httplover18-Jun-09 5:08
httplover18-Jun-09 5:08 
QuestionHow i will split a line in .net Pin
shijivijayan17-Jun-09 1:51
shijivijayan17-Jun-09 1:51 
AnswerRe: How i will split a line in .net Pin
Not Active17-Jun-09 1:58
mentorNot Active17-Jun-09 1:58 
GeneralRe: How i will split a line in .net Pin
shijivijayan17-Jun-09 2:02
shijivijayan17-Jun-09 2:02 
GeneralRe: How i will split a line in .net Pin
Not Active17-Jun-09 2:19
mentorNot Active17-Jun-09 2:19 

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.