php login as different usertype in localhost at the same time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • watusiboy
    New Member
    • Jan 2008
    • 14

    php login as different usertype in localhost at the same time

    i've been having problems with my login function. the system that i'm developing has multiple usertypes. i need to login as one usertype in a window and another usertype in a seperate window. but when i do this, the session variable of the first login is being shared with the second login.
    pls help. thnx
  • watusiboy
    New Member
    • Jan 2008
    • 14

    #2
    Originally posted by watusiboy
    i've been having problems with my login function. the system that i'm developing has multiple usertypes. i need to login as one usertype in a window and another usertype in a seperate window. but when i do this, the session variable of the first login is being shared with the second login.
    pls help. thnx
    i think i may have solved the problem. i tried using different web browsers so that the session variables will not be shared.

    Comment

    Working...