»
S
I
D
E
B
A
R
«
How to make session to allow different project?
November 11th, 2009 by wood

I am planning to make a project management with PHP/MySQL/Codeigniter.

It will have 10 - 20 users and 20 - 30 projects going on at the same time.

Let's say John is a member of project A, B and C. Cindy is in A, D, F G etc.

I want to make it only members of project can access the project.

Now I am not sure how to approach this.

What do you suggest in terms of DB-design and session.

Any resources will be appreciated.


2 Responses  
  • Jason writes:
    November 25th, 2009 at 3:26 pm

    You could store a delimited list of accessible project ID’s in a session variable and check it as needed.

  • yudi vitrian writes:
    May 22nd, 2010 at 9:54 am

    Go to config.php. find session config…change name session any you want…but must same with another project..


Leave a Reply

»  Substance: PHP Frameworks   »  SiteMap