how do you change the timeout of a session? can you do something in the php.ini?

Recommended Answers

All 3 Replies

yes, search with session keyword in php.ini file.

you can find this line:

; Lifetime in seconds of cookie or, if 0, until browser is restarted.
session.cookie_lifetime = 0
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.