php-windows Digest 23 Apr 2005 16:56:53 -0000 Issue 2643
Topics (messages 25902 through 25904):
Re: Problem 1 of 2 - Sessions not working
25902 by: Louis Solomon \[SteelBytes\]
25903 by: lists
Re: How do I get php to repeat and action every day?
25904 by: Maxwell Brodie
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
> My PHP.INI file appears to be properly configured for session usage - at
> least, it is set according to what document specs I've been able to find.
so what are your ini session settings?
--
Louis Solomon
www.SteelBytes.com
--- End Message ---
--- Begin Message ---
Sorry, I overlooked adding that <sigh />.
This is the last configuration that I tried.
[Session]
session.save_handler = file
session.save_path = e:\PHP\sessiondata ; argument passed to save_handler
session.use_cookies = 1
; session.use_only_cookies = 0
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 1200
session.cookie_path = /
session.cookie_domain =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor = 100
session.gc_maxlifetime = 1440
session.bug_compat_42 = 1
session.bug_compat_warn = 1
session.referer_check =
session.entropy_length = 0
session.entropy_file =
;session.entropy_length = 16
;session.entropy_file = /dev/urandom
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
Must admit that some of the settings here are foreign to me . . . I've just
been adjusting by rote at the suggestion(s) of folk who are better steeped in
session parameters. Still on a learning curve . . . which suddenly got very
steep <sigh />.
> > My PHP.INI file appears to be properly configured for session usage - at
> > least, it is set according to what document specs I've been able to find.
> so what are your ini session settings?
> --
> Louis Solomon
> www.SteelBytes.com
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Thank you,
I have gotten a good idea about how contrabs work and task schedlar. Enough
to know that task schedular does only permit one schedualed task at a time.
If, say, I had an entire folder of files that just kept growing, it would
take allot of manual intervention to get the entire folder to execute with
task schedular, however, is there any way to do this in a contrab?
Thanks!
"Maxwell Brodie" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> I wish to have a php file repeat every day at a certain time, is there any
> way to do this?
>
> Thank you!
--- End Message ---