Hello, I'm using php session on a single domain, but I need have different login areas under different directories, say domain/member1 and domain/member2. Using generic sessions, if I login at member1, I can go straight to anything under member2. Is my only choice to implement some type of my auth system and check it at the beginning of each script? Or, is there any way built into php sessions to limit a session under domain/member1 to that directories scripts only?
Thanks,
Brian