I'm having a difficult time making sense of sessions.
I am working on a project and the first part will be a login form including username, email, and password. Neither of them has set parameters so whatever the user enters, they will be able to see a table with data in it.
After they enter the credentials, how do I start the session and include a time period to lock the user after 30 mins of inactivity?
Also, for this table that will appear after login, is there anyone I can include that on the same page or should it be redirected to another file?
Any help would be greatly appreciated!