Click here to Skip to main content
15,887,444 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Error: The parameter 'addresses' cannot be an empty string. Pin
Member 876166728-Oct-15 12:15
Member 876166728-Oct-15 12:15 
Questionhow to create CSS file from code behind in ASP.NET Pin
Shivendramca1026-Oct-15 2:25
Shivendramca1026-Oct-15 2:25 
AnswerRe: how to create CSS file from code behind in ASP.NET Pin
Debojyoti Saha26-Oct-15 21:51
professionalDebojyoti Saha26-Oct-15 21:51 
QuestionAsp.net MVC Pin
PRAKAS PANDEY23-Oct-15 19:47
PRAKAS PANDEY23-Oct-15 19:47 
AnswerRe: Asp.net MVC Pin
Afzaal Ahmad Zeeshan23-Oct-15 21:13
professionalAfzaal Ahmad Zeeshan23-Oct-15 21:13 
AnswerRe: Asp.net MVC Pin
F-ES Sitecore23-Oct-15 23:53
professionalF-ES Sitecore23-Oct-15 23:53 
QuestionWriting an ASP.NET custom error page Pin
AnneThorne23-Oct-15 10:38
AnneThorne23-Oct-15 10:38 
AnswerRe: Writing an ASP.NET custom error page Pin
lokerjobindo23-Oct-15 15:00
lokerjobindo23-Oct-15 15:00 
Session timeout in ASP.NET?

Are you using Forms authentication?

Forms authentication uses it own value for timeout (30 min. by default). A forms authentication timeout will send the user to the login page with the session still active. This may look like the behavior your app gives when session times out making it easy to confuse one with the other.

XML
<system.web>
    <authentication mode="Forms">
          <forms timeout="50"/>
    </authentication>

    <sessionState timeout="60"  />
</system.web>



Setting the forms timeout to something less than the session timeout can give the user a window in which to log back in without losing any session data.

thanks
sign
Lowongan Kerja

modified 23-Oct-15 21:22pm.

GeneralRe: Writing an ASP.NET custom error page Pin
AnneThorne25-Oct-15 2:53
AnneThorne25-Oct-15 2:53 
AnswerRe: Writing an ASP.NET custom error page Pin
Daniel Miller23-Oct-15 15:40
professionalDaniel Miller23-Oct-15 15:40 
GeneralRe: Writing an ASP.NET custom error page Pin
AnneThorne25-Oct-15 2:53
AnneThorne25-Oct-15 2:53 
Questionissues related to asp.net application Pin
Member 1191972220-Oct-15 20:25
Member 1191972220-Oct-15 20:25 
AnswerRe: issues related to asp.net application Pin
Blikkies21-Oct-15 5:00
professionalBlikkies21-Oct-15 5:00 
Questionproblem with Ajaxcontroltoolkit Pin
RayD11120-Oct-15 4:18
RayD11120-Oct-15 4:18 
AnswerRe: problem with Ajaxcontroltoolkit Pin
Blikkies21-Oct-15 5:09
professionalBlikkies21-Oct-15 5:09 
AnswerRe: problem with Ajaxcontroltoolkit Pin
lokerjobindo23-Oct-15 15:41
lokerjobindo23-Oct-15 15:41 
QuestionView menu from Category and Supplier Pin
Hungtk19-Oct-15 23:29
Hungtk19-Oct-15 23:29 
AnswerRe: View menu from Category and Supplier Pin
mhemant21-Oct-15 0:28
mhemant21-Oct-15 0:28 
AnswerRe: View menu from Category and Supplier Pin
lokerjobindo23-Oct-15 15:14
lokerjobindo23-Oct-15 15:14 
QuestionVerify Live Email Address exists or not Pin
shaileshgurav19-Oct-15 1:38
shaileshgurav19-Oct-15 1:38 
AnswerRe: Verify Live Email Address exists or not Pin
Debojyoti Saha19-Oct-15 2:02
professionalDebojyoti Saha19-Oct-15 2:02 
QuestionRe: Verify Live Email Address exists or not Pin
Richard MacCutchan19-Oct-15 2:26
mveRichard MacCutchan19-Oct-15 2:26 
AnswerRe: Verify Live Email Address exists or not Pin
Richard Deeming19-Oct-15 6:52
mveRichard Deeming19-Oct-15 6:52 
GeneralRe: Verify Live Email Address exists or not Pin
Kornfeld Eliyahu Peter19-Oct-15 21:50
professionalKornfeld Eliyahu Peter19-Oct-15 21:50 
GeneralRe: Verify Live Email Address exists or not Pin
Richard Deeming20-Oct-15 2:26
mveRichard Deeming20-Oct-15 2: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.