Setting an Expiry Time on Session Cookies in Javascript
Our current application is a rota application that lives in browser and houses a lot of sensitive data, we need a way to set an expiry time on the cookies that keep a session logged in so that should a user walk away from a communal works computer, the next person to sit down is not still logged in as them.
Setting an Expiry Time on Session Storage in Javascript
Our current application is a rota application that lives in browser and houses a lot of sensitive data, we need a way to set an expiry time on the cookies that keep a session logged in so that should a user walk away from a communal works computer, the next person to sit down is not still logged in as them.