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

ASP.NET

 
GeneralRe: Firing an gridview event from a checkbox control inside a GridView Pin
pmarfleet31-Mar-08 10:04
pmarfleet31-Mar-08 10:04 
GeneralRe: Firing an gridview event from a checkbox control inside a GridView Pin
LancashireLad31-Mar-08 11:17
LancashireLad31-Mar-08 11:17 
GeneralRe: Firing an gridview event from a checkbox control inside a GridView Pin
postmaster@programmingknowledge.com31-Mar-08 18:21
postmaster@programmingknowledge.com31-Mar-08 18:21 
GeneralRe: Firing an gridview event from a checkbox control inside a GridView Pin
LancashireLad1-Apr-08 5:12
LancashireLad1-Apr-08 5:12 
QuestionAn event for leaving the page? Pin
Fernando A. Gomez F.31-Mar-08 7:57
Fernando A. Gomez F.31-Mar-08 7:57 
GeneralRe: An event for leaving the page? Pin
Jesse Squire31-Mar-08 8:04
Jesse Squire31-Mar-08 8:04 
GeneralRe: An event for leaving the page? Pin
Fernando A. Gomez F.31-Mar-08 8:10
Fernando A. Gomez F.31-Mar-08 8:10 
GeneralSession times out [modified] Pin
sagittarian31-Mar-08 7:45
sagittarian31-Mar-08 7:45 
This is what I have in web.config:
<sessionstate mode="InProc" cookieless="false" timeout="20" />
Also this is the piece of code in all my page_loads after the Login,
Dim emp as Employee = Session.Item("employee")
If emp is Nothing Then
Response.Redirect("Login.aspx")
End if

After like 20 seconds or so, no matter whatever page I am in, if I click a button or something to cause a Postback I am redirected to the Login page. Am I missing something here?

I am using VS 2005, IIS 6.0 (on a remote server)

1. I have checked the server, it shows time out of 20 mins
2. If I add a breakpoint at Session_End event in my Globals.asax its hit after 15-20 secs and Application_End event is hit immediately

Thanks for reading!
GeneralRe: Session times out Pin
sagittarian1-Apr-08 3:00
sagittarian1-Apr-08 3:00 
GeneralRe: Session times out Pin
Herman<T>.Instance1-Apr-08 4:56
Herman<T>.Instance1-Apr-08 4:56 
GeneralRe: Session times out Pin
sagittarian1-Apr-08 5:39
sagittarian1-Apr-08 5:39 
GeneralRe: Session times out Pin
sagittarian1-Apr-08 5:55
sagittarian1-Apr-08 5:55 
GeneralRe: Session times out Pin
Herman<T>.Instance1-Apr-08 22:45
Herman<T>.Instance1-Apr-08 22:45 
GeneralRe: Session times out Pin
sagittarian4-Apr-08 6:16
sagittarian4-Apr-08 6:16 
QuestionHOW TO FETCH DATA ASYCHRONOUSLY ASP.NET2.0 c# Pin
mohd imran abdul aziz31-Mar-08 5:09
mohd imran abdul aziz31-Mar-08 5:09 
AnswerRe: HOW TO FETCH DATA ASYCHRONOUSLY ASP.NET2.0 c# Pin
pmarfleet31-Mar-08 6:39
pmarfleet31-Mar-08 6:39 
AnswerRe: HOW TO FETCH DATA ASYCHRONOUSLY ASP.NET2.0 c# Pin
Jesse Squire31-Mar-08 6:42
Jesse Squire31-Mar-08 6:42 
AnswerRe: HOW TO FETCH DATA ASYCHRONOUSLY ASP.NET2.0 c# Pin
farazsk1131-Mar-08 7:42
farazsk1131-Mar-08 7:42 
GeneralPassing query strings between multiple ascx contols contained within Master page Pin
Suj_7831-Mar-08 5:00
Suj_7831-Mar-08 5:00 
GeneralRe: Passing query strings between multiple ascx contols contained within Master page Pin
Jesse Squire31-Mar-08 6:12
Jesse Squire31-Mar-08 6:12 
GeneralRe: Passing query strings between multiple ascx contols contained within Master page Pin
farazsk1131-Mar-08 7:24
farazsk1131-Mar-08 7:24 
QuestionHandling sessions Pin
rajitksingh31-Mar-08 4:52
rajitksingh31-Mar-08 4:52 
GeneralRe: Handling sessions Pin
led mike31-Mar-08 5:02
led mike31-Mar-08 5:02 
GeneralRe: Handling sessions Pin
rajitksingh31-Mar-08 9:26
rajitksingh31-Mar-08 9:26 
GeneralRe: Handling sessions Pin
led mike31-Mar-08 9:28
led mike31-Mar-08 9:28 

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.