Click here to Skip to main content
15,890,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralProblem with getting JumpyForums working (from articles in code project) Pin
Jacob Dixon1-Apr-08 16:09
Jacob Dixon1-Apr-08 16:09 
GeneralRe: Problem with getting JumpyForums working (from articles in code project) Pin
Jacob Dixon1-Apr-08 16:41
Jacob Dixon1-Apr-08 16:41 
GeneralRe: Problem with getting JumpyForums working (from articles in code project) Pin
N a v a n e e t h1-Apr-08 19:43
N a v a n e e t h1-Apr-08 19:43 
GeneralRe: Problem with getting JumpyForums working (from articles in code project) Pin
Jacob Dixon2-Apr-08 2:49
Jacob Dixon2-Apr-08 2:49 
GeneralRe: Problem with getting JumpyForums working (from articles in code project) Pin
Jacob Dixon2-Apr-08 2:57
Jacob Dixon2-Apr-08 2:57 
GeneralRe: Problem with getting JumpyForums working (from articles in code project) Pin
N a v a n e e t h2-Apr-08 4:23
N a v a n e e t h2-Apr-08 4:23 
GeneralProblem when try export part of web page into word docment application Pin
smr851-Apr-08 16:01
smr851-Apr-08 16:01 
GeneralSing out user on session end [modified] Pin
AlexeiXX31-Apr-08 13:23
AlexeiXX31-Apr-08 13:23 
Hi, thanks for looking

Id like to signout a user when session ends
I was thinking of handling session_end on global.asax (Im using InProc)
Sub Session_End(ByVal sender As Object, ByVal e As EventArgs)
    FormsAuthentication.SignOut()
End Sub

But it doesnt work
How could i accomplish this?


Im using sessions to store some info
Sessions info is loaded when users sign in
And dependnig on session info i load data from DB on some pages
This pages are only available to logged in users

While testing, my session is expiring and when i access the private pages, data is not being shown because session variables are nothing (session has expired), but im still logged in since im being able to see this pages

Is it very common that sessions info is lost before session times out? (I mean, in a normal situation) Not modifying web.config

Thanks in advance

Alexei Rodriguez

modified on Tuesday, April 1, 2008 7:57 PM

GeneralRe: Sing out user on session end Pin
Rocky#1-Apr-08 20:44
Rocky#1-Apr-08 20:44 
GeneralCustom Control problem in C# Pin
verlinden.nick@telenet.be1-Apr-08 9:55
verlinden.nick@telenet.be1-Apr-08 9:55 
GeneralRe: Custom Control problem in C# Pin
led mike1-Apr-08 10:00
led mike1-Apr-08 10:00 
GeneralRe: Custom Control problem in C# Pin
verlinden.nick@telenet.be1-Apr-08 10:09
verlinden.nick@telenet.be1-Apr-08 10:09 
GeneralRe: Custom Control problem in C# Pin
led mike1-Apr-08 10:53
led mike1-Apr-08 10:53 
GeneralNeed help with Datalist Edit Command Pin
AdamNThompson1-Apr-08 9:12
AdamNThompson1-Apr-08 9:12 
GeneralPerformance of ASP.NET application Pin
hashok1-Apr-08 8:08
hashok1-Apr-08 8:08 
GeneralRe: Performance of ASP.NET application Pin
led mike1-Apr-08 10:02
led mike1-Apr-08 10:02 
QuestionSome TextBox when run takes a yellow back color .. Why? Pin
kindman_nb1-Apr-08 7:37
kindman_nb1-Apr-08 7:37 
AnswerRe: Some TextBox when run takes a yellow back color .. Why? Pin
pmarfleet1-Apr-08 8:09
pmarfleet1-Apr-08 8:09 
GeneralRe: Some TextBox when run takes a yellow back color .. Why? Pin
kindman_nb1-Apr-08 19:40
kindman_nb1-Apr-08 19:40 
GeneralJava Script Prompt Pin
Abhijit Jana1-Apr-08 6:32
professionalAbhijit Jana1-Apr-08 6:32 
GeneralRe: Java Script Prompt Pin
pmarfleet1-Apr-08 8:17
pmarfleet1-Apr-08 8:17 
GeneralSync Outlook Calendar with Web Application Pin
guardianhm1-Apr-08 6:12
guardianhm1-Apr-08 6:12 
GeneralRe: Sync Outlook Calendar with Web Application Pin
Abhijit Jana1-Apr-08 6:27
professionalAbhijit Jana1-Apr-08 6:27 
GeneralRe: Sync Outlook Calendar with Web Application Pin
guardianhm1-Apr-08 22:05
guardianhm1-Apr-08 22:05 
GeneralProblem with hyperlink Pin
eyeseetee1-Apr-08 5:16
eyeseetee1-Apr-08 5:16 

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.