set Time interval

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mndprasad
    New Member
    • Jan 2008
    • 20

    #1

    set Time interval

    Hi all

    I need a help here..am doing an application in jsp..i got struck in a position where i have not done that before

    There are multiple users in my application..fo r each user the time allotement is 9am to 4pm...after 4 it should automatically logout and the admin can increase the time interval say upto 5..so that he can work til 5pm...
    how can i do this...while logging also it should check the time
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Create a Session object for the user when s/he logs on; you can set a duration
    on the validity of the session. Make the validity time out at 4:00pm.

    kind regards,

    Jos

    Comment

    Working...