Re: [PHP] session_set_save_handler problem

2003-03-06 Thread Duncan
AHA! I found the problem: session_expiration is an unsigned int(11) field type and so session_expiration > now() always results in no match, even when it should be in the on_session_read() function. ...now i need to make sure, that the now() gets the same value type, right? ...any ideas? Thanks

RE: [PHP] session_set_save_handler()

2001-11-29 Thread Boget, Chris
> When I run the page this is on, I get a parse error at the line where > function session_open is in the include file (see below) > Any idea why? Thanks Hmm, it doesn't look like there is any reason why you would be getting an error on that line. Have you tried going directly to that page usin