Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple PHP sessions per server.

Status
Not open for further replies.

dexthageek

IS-IT--Management
Mar 23, 2002
59
US
I have more then one WebApp running on the same server, however they are both looking at different databases for authentication. If I log into one and then navigate to the other without logging out, my session stays intake from the first App I logged into. Is there a way for me to declare a session name for each Application so it will ONLY look at the session varibles declared. I read about session_name(); but i cant seem to get that to work.

Thanks in advance!
Mike

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top