Re: [Phplib-users] No session_id or cookie if not authenticated.. how?
Brought to you by:
nhruby,
richardarcher
From: Aric C. <gre...@pe...> - 2002-12-04 02:47:24
|
And to do that, I'd have to check the URL for a session_id (should be the name of the class, right?) and check for the cookie. also, I guess everywhere that I am using $sess->url() and $perm->have_perm() I have to check if those objects exist? Or maybe I make some "dummy objects" that look like the real ones but dont do anything? ----- Original Message ----- From: "Richard Archer" <rh...@ju...> To: <php...@li...> Sent: Tuesday, December 03, 2002 4:39 PM Subject: Re: [Phplib-users] No session_id or cookie if not authenticated.. how? > At 16:11 -0800 3/12/02, Aric Caley wrote: > > >So I'd have to also check if the > >user already has a session and call page_open() if so. > > Yup. That would do the job nicely :) > > ...R. > > > ------------------------------------------------------- > This SF.net email is sponsored by: Microsoft Visual Studio.NET > comprehensive development tool, built to increase your > productivity. Try a free online hosted session at: > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en > _______________________________________________ > Phplib-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phplib-users > |