Search found 2 matches

by mrchris
Sat Jul 19, 2003 6:36 pm
Forum: PHP - Code
Topic: Session Problem
Replies: 4
Views: 620

I use apache on windows too and I changed my session.save_path to point to a valid windows path name like C:\php\mytmp vs. /tmp and a lot of my session problems went away.
by mrchris
Sat Jul 19, 2003 6:31 pm
Forum: PHP - Code
Topic: stupid question
Replies: 5
Views: 684

Refresh

I seem to recall being about to set a refresh value in the http header. So call header () with some time value. Sorry, I don't remember the exact syntax and I am too lazy to look it up. Javascript will work too. Basically you need to put something in the html/javascript which will force it to issue ...