session.cache_expire

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paul

    session.cache_expire

    As session info is being passed to the URL, I want it to expire pretty
    quickly after n minutes of non activity on the user's part. I'm looking at
    session.cache_e xpire and think that this is what I need. Can anyone tell me
    if this is in fact what this function does and how/why it relates to
    session.cache_l imiter = nocache? I'm not asking blindly, I have looked it up
    in the PHP documentation but while it explains how to temporarily override
    the settings for this function in your host's php.ini, it doesn't answer my
    question.

    Thanks for your help.


  • getacodershelp
    New Member
    • Jun 2006
    • 1

    #2
    Originally posted by Paul
    As session info is being passed to the URL, I want it to expire pretty
    quickly after n minutes of non activity on the user's part. I'm looking at
    session.cache_e xpire and think that this is what I need. Can anyone tell me
    if this is in fact what this function does and how/why it relates to
    session.cache_l imiter = nocache? I'm not asking blindly, I have looked it up
    in the PHP documentation but while it explains how to temporarily override
    the settings for this function in your host's php.ini, it doesn't answer my
    question.

    Thanks for your help.


    Get help HERE

    Comment

    Working...