how to set session timeout

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rama Jayapal
    New Member
    • Mar 2007
    • 24

    how to set session timeout

    hi am developing a online test application

    i need to fix up a time for the test and redirect to result page as soon as the test is over

    how can i do this

    i think we need to set up a session timeout property

    can anyone clearly explain me how to do this with the code



    Regards

    Rama
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Have you searched the site?

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      Whenever you want the Session to expire, use
      Session.Abandon ();

      Comment

      Working...