hi guys, just wanna ask, could you give me some code about session time out? i have a different page for login and index. any help would be very much appreciated.
thanks in advance ^^
xuexue 15 Junior Poster
Recommended Answers
Jump to Postsession.gc_maxlifetime is based off of the last time a session file was modified. So every time a session file is modified or a session_start() is called in a separate page, the countdown to gc_maxlifetime begins a new and the user stays "logged in".
function …
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.