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
> 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
2 matches
Mail list logo