Click here to Skip to main content
15,897,704 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: TableInsideTableRow Pin
Sujit Mandal11-Oct-09 23:19
Sujit Mandal11-Oct-09 23:19 
GeneralRe: TableInsideTableRow Pin
Yonathan111112-Oct-09 1:28
professionalYonathan111112-Oct-09 1:28 
QuestionImplementing logout functionality for web application Pin
Vishnu Nath7-Oct-09 19:49
Vishnu Nath7-Oct-09 19:49 
AnswerRe: Implementing logout functionality for web application Pin
janani137-Oct-09 20:00
janani137-Oct-09 20:00 
GeneralRe: Implementing logout functionality for web application Pin
Vishnu Nath7-Oct-09 20:28
Vishnu Nath7-Oct-09 20:28 
GeneralRe: Implementing logout functionality for web application Pin
Christian Graus7-Oct-09 20:32
protectorChristian Graus7-Oct-09 20:32 
GeneralRe: Implementing logout functionality for web application Pin
janani137-Oct-09 20:43
janani137-Oct-09 20:43 
GeneralRe: Implementing logout functionality for web application Pin
Abhijit Jana7-Oct-09 20:59
professionalAbhijit Jana7-Oct-09 20:59 
Vishnu Nath wrote:
Could you please elaborate on how can i check for session expiration.
I used to check for session.IsNewSession on each page.

if(Session["UserID"] != null)
  {
   //Do Operation
  }
  else
  {
   Response.Redirect("Login.aspx");
  }


Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET

GeneralRe: Implementing logout functionality for web application Pin
Vishnu Nath7-Oct-09 22:39
Vishnu Nath7-Oct-09 22:39 
GeneralRe: Implementing logout functionality for web application Pin
Abhijit Jana7-Oct-09 22:50
professionalAbhijit Jana7-Oct-09 22:50 
GeneralRe: Implementing logout functionality for web application Pin
Christian Graus7-Oct-09 23:11
protectorChristian Graus7-Oct-09 23:11 
GeneralRe: Implementing logout functionality for web application Pin
Vishnu Nath7-Oct-09 23:20
Vishnu Nath7-Oct-09 23:20 
GeneralRe: Implementing logout functionality for web application Pin
Anuj Banka8-Oct-09 2:14
Anuj Banka8-Oct-09 2:14 
GeneralRe: Implementing logout functionality for web application Pin
Vishnu Nath8-Oct-09 7:20
Vishnu Nath8-Oct-09 7:20 
GeneralRe: Implementing logout functionality for web application Pin
Anuj Banka8-Oct-09 18:08
Anuj Banka8-Oct-09 18:08 
GeneralRe: Implementing logout functionality for web application Pin
Abhijit Jana8-Oct-09 2:28
professionalAbhijit Jana8-Oct-09 2:28 
GeneralRe: Implementing logout functionality for web application Pin
Vishnu Nath8-Oct-09 7:17
Vishnu Nath8-Oct-09 7:17 
GeneralRe: Implementing logout functionality for web application Pin
Anuj Banka8-Oct-09 18:10
Anuj Banka8-Oct-09 18:10 
AnswerRe: Implementing logout functionality for web application [modified] Pin
Yonathan11117-Oct-09 21:43
professionalYonathan11117-Oct-09 21:43 
GeneralRe: Implementing logout functionality for web application Pin
Vishnu Nath8-Oct-09 7:22
Vishnu Nath8-Oct-09 7:22 
QuestionHow To Edit dll Pin
ksss_maheshece7-Oct-09 17:47
ksss_maheshece7-Oct-09 17:47 
AnswerRe: How To Edit dll Pin
N a v a n e e t h7-Oct-09 17:59
N a v a n e e t h7-Oct-09 17:59 
GeneralRe: How To Edit dll Pin
ksss_maheshece7-Oct-09 20:02
ksss_maheshece7-Oct-09 20:02 
GeneralRe: How To Edit dll Pin
Christian Graus7-Oct-09 20:33
protectorChristian Graus7-Oct-09 20:33 
GeneralRe: How To Edit dll Pin
ksss_maheshece7-Oct-09 21:47
ksss_maheshece7-Oct-09 21:47 

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.