NYCPHP Meetup

NYPHP.org

[nycphp-talk] Experts help needed (Sessions)

Joseph Crawford codebowl at gmail.com
Wed Aug 3 11:18:51 EDT 2005


Dan,

the issue with the read method is this.

when session_start() is called the user type is unknown. the user type is 
set when i do

$user = new Admin();
$user = new Client();
etc..

i am trying to think of a way to make this take place before the 
session_start because then it would work fine i think. Right now if i use 
the read method it registers every user as a Guest.

-- 
Joseph Crawford Jr.
Codebowl Solutions, Inc.
1-802-671-2021
codebowl at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20050803/637f21a4/attachment.html>


More information about the talk mailing list