SESSION EXPIRE

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

    SESSION EXPIRE

    Hello!

    Can anyone please tell me how can I do to a
    session expire aftetr 30 seconds?
    And where can I find a working demo?


    Best regards,

    carlos
  • haggeluring

    #2
    Re: SESSION EXPIRE

    Carlos Marangon wrote:[color=blue]
    > Hello!
    >
    > Can anyone please tell me how can I do to a
    > session expire aftetr 30 seconds?
    > And where can I find a working demo?
    >
    >
    > Best regards,
    >
    > carlos[/color]
    I've never tried this.



    session_set_coo kie_params(time ()+30);
    session_start() ;

    --
    copyright is copywrong
    copyleft is copyright

    Comment

    Working...