Posted by Jerry Stuckle on 07/31/06 16:08
axlq wrote:
> In article <eak7fk$vrg$3@blue.rahul.net>, axlq <axlq@spamcop.net> wrote:
>
>>>>>But I'm also not sure why you're using those other calls - such as
>>>>>session_save_path and session_name().
>
>
> I forgot to mention that using session_save_path() set to your own
> directory is one way to avoid an early 20-minute session expiration
> that one gets on some servers if using the default path. I was
> experiencing that. So I went on a search for the reason, during
> which I found the trick with session_save_path().
>
> -Alex
You can also do it by resetting the lifetime with
session_set_cookie_parms();
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|