Click here to Skip to main content
15,909,242 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Transferring info between to pages - secure? Pin
Martin Haesemeyer23-Sep-02 4:42
Martin Haesemeyer23-Sep-02 4:42 
GeneralRe: Transferring info between to pages - secure? Pin
Paul Riley23-Sep-02 4:54
Paul Riley23-Sep-02 4:54 
GeneralRe: Transferring info between to pages - secure? Pin
Martin Haesemeyer23-Sep-02 6:10
Martin Haesemeyer23-Sep-02 6:10 
QuestionSecurity again? Pin
zhoujun22-Sep-02 23:34
zhoujun22-Sep-02 23:34 
AnswerRe: Security again? Pin
Martin Haesemeyer23-Sep-02 3:03
Martin Haesemeyer23-Sep-02 3:03 
GeneralRe: Security again? Pin
zhoujun23-Sep-02 15:08
zhoujun23-Sep-02 15:08 
GeneralRe: Security again? Pin
Martin Haesemeyer24-Sep-02 2:25
Martin Haesemeyer24-Sep-02 2:25 
AnswerRe: Security again? Pin
Martin Haesemeyer28-Sep-02 22:40
Martin Haesemeyer28-Sep-02 22:40 
zhoujun wrote:
I set up autoentication timeout=30minutes,but after that period of time,when user focus on the page again,they will be surprised that they are directed to login.aspx.
So could it be possilbe to display something that the users are timed out?


I think maybe I found out (hope it works). You can do the following on your login page:

FormsIdentity ident = Context.User.Identity as FormsIdentity;
if(ident.Ticket!=null)
  if(ident.Ticket.Expired){
    //let user know that his ticket expired
  }


Cheers
HTH
Martin

"Situation normal - all fu***d up"
Illuminatus!
QuestionASP.NET + Linux = TRUE? Pin
Rickard Andersson2022-Sep-02 22:14
Rickard Andersson2022-Sep-02 22:14 
AnswerRe: ASP.NET + Linux = TRUE? Pin
Gerald Schwab22-Sep-02 22:43
Gerald Schwab22-Sep-02 22:43 
GeneralRe: ASP.NET + Linux = TRUE? Pin
Rickard Andersson2022-Sep-02 23:10
Rickard Andersson2022-Sep-02 23:10 
AnswerRe: ASP.NET + Linux = TRUE? Pin
Amir Yaqoob22-Sep-02 22:54
sussAmir Yaqoob22-Sep-02 22:54 
AnswerRe: ASP.NET + Linux = TRUE? Pin
Paul Ingles23-Sep-02 0:42
Paul Ingles23-Sep-02 0:42 
GeneralRe: ASP.NET + Linux = TRUE? Pin
Rickard Andersson2023-Sep-02 7:51
Rickard Andersson2023-Sep-02 7:51 
GeneralRe: ASP.NET + Linux = TRUE? Pin
Paul Ingles24-Sep-02 5:47
Paul Ingles24-Sep-02 5:47 
GeneralRe: ASP.NET + Linux = TRUE? Pin
Rickard Andersson2023-Sep-02 8:00
Rickard Andersson2023-Sep-02 8:00 
GeneralCannot send email with CDO NTS Pin
Anonymous22-Sep-02 12:32
Anonymous22-Sep-02 12:32 
GeneralRe: Cannot send email with CDO NTS Pin
MHeckman22-Sep-02 12:51
MHeckman22-Sep-02 12:51 
GeneralRe: Cannot send email with CDO NTS Pin
Anonymous22-Sep-02 13:01
Anonymous22-Sep-02 13:01 
GeneralRe: Cannot send email with CDO NTS Pin
MHeckman22-Sep-02 13:13
MHeckman22-Sep-02 13:13 
GeneralRe: Cannot send email with CDO NTS Pin
MHeckman22-Sep-02 13:23
MHeckman22-Sep-02 13:23 
GeneralASP.NET - mixing controls Pin
Christian Graus22-Sep-02 12:19
protectorChristian Graus22-Sep-02 12:19 
GeneralRe: ASP.NET - mixing controls Pin
MHeckman22-Sep-02 12:56
MHeckman22-Sep-02 12:56 
GeneralRe: ASP.NET - mixing controls Pin
Christian Graus22-Sep-02 13:04
protectorChristian Graus22-Sep-02 13:04 
GeneralRe: ASP.NET - mixing controls Pin
MHeckman22-Sep-02 13:16
MHeckman22-Sep-02 13: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.