I am doing a group project with 4 other people. We are designing a job kiosk in ASP.NET in MVC4 with embedded c#.
I am working on having the system log the user out
If you don't use "Windows Authentication", this at least depends on the session timeout you can control via web.config:
As most techniques somehow rely on sessions, this will work in most scenarios.