Session Lifetime

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

    Session Lifetime

    Hi there!

    that may be a silly question, but I wondered how can I modify session
    lifetime without using ini_set() (due to security pb on server, i.e.
    info sessions stored in /sessions server).

    thanks a lot.

    PaowZ

  • Oli Filth

    #2
    Re: Session Lifetime

    PaowZ said the following on 03/10/2005 20:07:[color=blue]
    > Hi there!
    >
    > that may be a silly question, but I wondered how can I modify session
    > lifetime without using ini_set() (due to security pb on server, i.e.
    > info sessions stored in /sessions server).
    >[/color]

    session_set_coo kie_params()

    --
    Oli

    Comment

    Working...