Re: [Simplog-devel] 0.9.1 is out
Brought to you by:
f-bomb
From: Jason L. B. <ja...@bu...> - 2004-09-19 06:06:43
|
Yep- it must be you :) > Finally (Jason, take note!), isUserAuthorized is NOT working properly > for me. On my server it's acting like the values in $_SESSION are > undefined within the function, so it always evaluates false and > doesn't show the blog entries on a protected blog. I'm not sure > why...I assume it works for you guys. I don't think it has to do with > any of the modifications I did to my copy, but I'm still checking that. It probably has to do with the method being invoked before start_session() is called, which initializes the session hash ($_SESSION) according to the php session cookie ID. It might be as simple as putting a 'start_session()' inside the isUserAuthorized method, but that doesn't seem like the right place for it. -jason -- Jason L. Buberel - ja...@bu... - http://www.buberel.org JabberID:ja...@im... - m:+16504831989 |