JoannaBlatt / tomato-root-architecture

0 stars 0 forks source link

Session timer implementation #19

Closed JoannaBlatt closed 7 months ago

JoannaBlatt commented 8 months ago

Find out how to create a timer that will run a script after 30 minutes.

Probably will want to use Javascript. This will automatically delete files.

JoannaBlatt commented 8 months ago

Will use browser cookies for session id purposes, so look at that.

SeraphinaStephen commented 8 months ago

Looking into how to implement, the timer, cookies, and pop up boxes.

SeraphinaStephen commented 8 months ago

https://www.w3schools.com/jsref/met_win_settimeout.asp

Still reading up on this topic, this resource I was reading earlier this week seems like what I need.

SeraphinaStephen commented 8 months ago

I wasn't able to update this last night since I had left for work earlier then expected, but I intend to start coding a timeout script

SeraphinaStephen commented 8 months ago

Starting a new file in the github for this script

SeraphinaStephen commented 8 months ago

I am still working on this

SeraphinaStephen commented 8 months ago

I am still working on this same topic, I am just working out how to properly add what I need without making a mess of the code

SeraphinaStephen commented 8 months ago

Still updating the javascript, I've added a timer that should be set to 30 minutes and when that amount of time passes an alert window will pop up

SeraphinaStephen commented 8 months ago

I just uploaded what I had so far for the timeout javascript, I will continue to work on it after I am back from work

JoannaBlatt commented 8 months ago

I'm not seeing this commit.

SeraphinaStephen commented 8 months ago

I just got home from work, I'm going to try and work on this timer again while making dinner

SeraphinaStephen commented 8 months ago

I am actually feeling very sick, I won't be able to do much more than I already have tonight

ZekkieMcCormick commented 7 months ago

Is being worked in under 'track user session,' don't think a timer is going to be used anymore.