Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Automatic signout in form authentication

Automatic signout in form authentication

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasesecurityquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vipin d
    wrote on last edited by
    #1

    Hi Friends, I am using Forms authentication in my Asp.net2.0 application.The <forms name=".ASPXAUTH" loginUrl="index.aspx" defaultUrl="main.aspx" protection="All" timeout="30" path="/" requireSSL="false" slidingExpiration="true" cookieless="UseDeviceProfile" domain="" enableCrossAppRedirects="false"> The time out is ="30" .I need to automatically signout my application when timeout reaches.. any idea?? Thanks in advance

    They laugh at me; they think I’m different. I laugh at them, ‘coz they are all same!!
    CrazySanker

    N 1 Reply Last reply
    0
    • V Vipin d

      Hi Friends, I am using Forms authentication in my Asp.net2.0 application.The <forms name=".ASPXAUTH" loginUrl="index.aspx" defaultUrl="main.aspx" protection="All" timeout="30" path="/" requireSSL="false" slidingExpiration="true" cookieless="UseDeviceProfile" domain="" enableCrossAppRedirects="false"> The time out is ="30" .I need to automatically signout my application when timeout reaches.. any idea?? Thanks in advance

      They laugh at me; they think I’m different. I laugh at them, ‘coz they are all same!!
      CrazySanker

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      Vipin.d wrote:

      The time out is ="30" .I need to automatically signout my application when timeout reaches..

      When user is idle for 30 minutes, he will be redirected to login page when he requests again. What problem are you facing ?

      All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

      V 1 Reply Last reply
      0
      • N N a v a n e e t h

        Vipin.d wrote:

        The time out is ="30" .I need to automatically signout my application when timeout reaches..

        When user is idle for 30 minutes, he will be redirected to login page when he requests again. What problem are you facing ?

        All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

        V Offline
        V Offline
        Vipin d
        wrote on last edited by
        #3

        Thank you for your reply.. But I need to redirected to login page without making any request again.. ie when the idle time reach 30,automatically go to login page without any hit from user. is it posiible??

        They laugh at me; they think I’m different. I laugh at them, ‘coz they are all same!!
        CrazySanker

        N 1 Reply Last reply
        0
        • V Vipin d

          Thank you for your reply.. But I need to redirected to login page without making any request again.. ie when the idle time reach 30,automatically go to login page without any hit from user. is it posiible??

          They laugh at me; they think I’m different. I laugh at them, ‘coz they are all same!!
          CrazySanker

          N Offline
          N Offline
          N a v a n e e t h
          wrote on last edited by
          #4

          You can do AJAX request to the server. If timeout limit over, redirect using javascript. But this method is not reliable.

          All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups