Multi User Login from the same machine

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • freee8896
    New Member
    • Jun 2007
    • 2

    Multi User Login from the same machine

    Can nyone help me with this multi user login from the same system.
    Multiple users must be able to login from the same system at a time.... in PHP. Sessions must be used. Please donot suggest these following methods.
    1 . Using a session cookie and passsing a unique id for each user using GET method. This fails when the url breaks at some page. the next page from then its not propogated.
    2.Storing the users logged_in in the database n creating a unique cookie for each username.

    If there is anyother method . pls help me with it!!
  • nomad
    Recognized Expert Contributor
    • Mar 2007
    • 664

    #2
    Originally posted by freee8896
    Can nyone help me with this multi user login from the same system.
    Multiple users must be able to login from the same system at a time.... in PHP. Sessions must be used. Please donot suggest these following methods.
    1 . Using a session cookie and passsing a unique id for each user using GET method. This fails when the url breaks at some page. the next page from then its not propogated.
    [B]2[B].Storing the users logged_in in the database n creating a unique cookie for each username.

    If there is anyother method . pls help me with it!!
    if you're using a db and if you know Mysql you can set up Multiple users.

    nomad

    Comment

    • freee8896
      New Member
      • Jun 2007
      • 2

      #3
      Im using PostgreSQL DB. I know that multiple users can login with a Database setup.. but how , thats what I wanted to know. nyway thnx for replying!!

      Comment

      • pbmods
        Recognized Expert Expert
        • Apr 2007
        • 5821

        #4
        Heya, freee8896.

        There's an article in development that describes exactly that:

        Comment

        Working...