Having problems with session times

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
turningpoint
Forum Newbie
Posts: 1
Joined: Thu May 05, 2005 1:08 pm

Having problems with session times

Post by turningpoint »

Using Phpsecure pages, I'm having problems with session time outs. Some pages time out right away, others after 10 minutes or so. I need to be able to adjust the session time out.

Can anyone help with this?
Thanks in advance
Ray
User avatar
Skara
Forum Regular
Posts: 703
Joined: Sat Mar 12, 2005 7:13 pm
Location: US

Post by Skara »

Is session.cache_expire what you're looking for?
Also see session_cache_expire()
Post Reply