I am creating a Web/Sql app using asp pages.
The app will be used shift workers. I cannot use a call to find who is logged onto the workstation as in this environment the wokstations are logged on as a generic user and not restarted as a new user takes over.
I need to use sessions. Ideally what i need is for them to end at either 07:00 or 19:00 depending when the started (this may not necessarily be at the beginning of the shift)
Is there a way to check a session periodically (say every 10 mins. At this check we extend the session for an extra 10 mins (without asking the user to log in) unless the check is done just after 07:00 or 19:00.
The object is to make sure that after each shift the next user will be forced to log on.
Has anyone had experience of doing this.... what do I need to consider.
Thanks
The app will be used shift workers. I cannot use a call to find who is logged onto the workstation as in this environment the wokstations are logged on as a generic user and not restarted as a new user takes over.
I need to use sessions. Ideally what i need is for them to end at either 07:00 or 19:00 depending when the started (this may not necessarily be at the beginning of the shift)
Is there a way to check a session periodically (say every 10 mins. At this check we extend the session for an extra 10 mins (without asking the user to log in) unless the check is done just after 07:00 or 19:00.
The object is to make sure that after each shift the next user will be forced to log on.
Has anyone had experience of doing this.... what do I need to consider.
Thanks