Directory Programming .NET

Active Directory and ADAM programming support for .NET developers
Welcome to Directory Programming .NET Sign in | Join | Help
in Search

session timeout failure

Last post 02-03-2010, 12:23 PM by joe. 1 replies.
Sort Posts: Previous Next
  •  02-02-2010, 9:36 AM 7769

    session timeout failure

    Hi,

    I am facing an issue session timing out in ADFS environment. It is expected that after 60 minutes when the user clicks on any link, he/she should be prompted to enter the password. The token lifetime is set to defualt i.e 600 and in sharepoint web.config its 60 mins. I have similar setting in another environment and it working fine there. I have captured the http traffic on both environments and it is as follows:

    Environment 1:
    Method Result Type URL RedirectURL
    GET 302 text/html https://napacite-sps/EN/Pages/Consolidation.aspx https://napacite-adfs.napacite.com/adfs/ls/?wa=wsignin1.0&wreply=https%3a%2f%2fnapacite-sps%2f&wct=2010-02-02T06%3a52%3a19Z&wctx=https%3a%2f%2fnapacite-sps%2fEN%2fPages%2fConsolidation.aspx
    GET 302 text/html https://napacite-adfs.napacite.com/adfs/ls/?wa=wsignin1.0&wreply=https%3a%2f%2fnapacite-sps%2f&wct=2010-02-02T06%3a52%3a19Z&wctx=https%3a%2f%2fnapacite-sps%2fEN%2fPages%2fConsolidation.aspx https://napacite-adfs.napacite.com/adfs/ls/auth/integrated/?wa=wsignin1.0&wreply=https%3a%2f%2fnapacite-sps%2f&wct=2010-02-02T06%3a52%3a19Z&wctx=https%3a%2f%2fnapacite-sps%2fEN%2fPages%2fConsolidation.aspx
    GET 401 text/html https://napacite-adfs.napacite.com/adfs/ls/auth/integrated/?wa=wsignin1.0&wreply=https%3a%2f%2fnapacite-sps%2f&wct=2010-02-02T06%3a52%3a19Z&wctx=https%3a%2f%2fnapacite-sps%2fEN%2fPages%2fConsolidation.aspx  
    GET 200 text/html https://napacite-adfs.napacite.com/adfs/ls/auth/integrated/?wa=wsignin1.0&wreply=https%3a%2f%2fnapacite-sps%2f&wct=2010-02-02T06%3a52%3a19Z&wctx=https%3a%2f%2fnapacite-sps%2fEN%2fPages%2fConsolidation.aspx  
    POST 302 text/html https://napacite-sps/ https://napacite-sps/EN/Pages/Consolidation.aspx
    GET 200 text/html https://napacite-sps/EN/Pages/Consolidation.aspx https://napacite-sps/EN/Pages/Consolidation.aspx
    Environment 2 (Not working):
    Method Result Type URL RedirectURL
    GET 200 text/html https://devitg1-sps/EN/Pages/Consolidation.aspx  
    GET 200 text/css https://devitg1-sps/_layouts/1033/styles/HtmlEditorCustomStyles.css?rev=8SKxtNx33FmoDhbbfB27UA%3D%3D  

    In 2nd environment it is not getting redirected to signin page not sure why!

    Appreciate if anybody could provide any pointers.

    Thanks,

    resh

     

     

  •  02-03-2010, 12:23 PM 7782 in reply to 7769

    Re: session timeout failure

    Did you figure this out? In env 2, did you check the request headers to see if any cookie or auth headers containing auth information was being sent in those GET requests? Hard to tell what might be happening otherwise.
View as RSS news feed in XML