Connecting Tech Pros Worldwide Forums | Help | Site Map

SESSION EXPIRE

Carlos Marangon
Guest
 
Posts: n/a
#1: Jul 17 '05
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
Guest
 
Posts: n/a
#2: Jul 17 '05

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.

http://se2.php.net/manual/en/functio...kie-params.php

session_set_cookie_params(time()+30);
session_start();

--
copyright is copywrong
copyleft is copyright
Closed Thread