Jump to content

Session Lifetime


tet3828

Recommended Posts

[quote author=heckenschutze link=topic=114610.msg466385#msg466385 date=1163226540]
Its in the php configuration file,

So you can edit it directly from php.ini OR at runtime using ini_set()

Example:
[code]
ini_set("session.cookie.lifetime", 360000);
?>
[/code]

hth!

[/quote]
Hello heckenschutze. How can i set the session lifetime via ini_set? I don't want to edit my php.ini settings
Link to comment
https://forums.phpfreaks.com/topic/26904-session-lifetime/#findComment-123051
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.