Post subject: Increasing session time Posted: Jan 17, 2006 - 03:35 AM PST
Guest
How do we increase the time of a session. Which variable in php.ini tells that after this much time the session has to expire?
David
Post subject:Posted: Jan 17, 2006 - 05:26 PM PST
Site Admin
Joined: Apr 18, 2005
Posts: 12
Status: Offline
Which session time are you refering to? If you're talking about the article that uses the Windows command "net session", you can control how long you let idle by parsing for the "Idle Time" output of the "net session" command. In the script demonstrated it simply closes any connection that doesn't have any open file and has been idel for more than 0 second.