Hi all,
I'm very new to Open Source development and PHP in general.
Anyway, I modified PHPWS to make a cookie to enable someone to be able to not
re-login every time.
My problem is when I use PHPWS_User_Cookie::write_cookie() it works fine, but
when I try to kill the cookie in Users::logout() with
PHPWS_User_Cookie::cookie_crumble() it doesn't expire. Why is that?
I had to finally just clear my cookie value out by using
PHPWS_User_Cookie::write_cookie() instead, to be able to log out.
I'll be posting what I did to phpwebsitemanual.com after I clean it up as much
as I can (it's a pretty ugly hack as I'm still trying to figure out how PHPWS works.)
__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools
|