granda Posted March 31, 2006 Share Posted March 31, 2006 Hello,I have a little problem with sessions. Example :I have one PHP program running at www.domain.com/admin and another at www.domain.com/inter.The problem is when i log in at /admin, the /inter sees the session and automaticly logs with user and pass i loged at /admin part.The script for starting sessions are simple, i simply start a new session, and register 2 variables, UID and PASS that represent username and password. Both programs use the same script. Should i change varibale names to aviod the problem or is there any other sollution?Thanks in advanced.Granda. Link to comment https://forums.phpfreaks.com/topic/6253-multiple-sessions-on-one-adress/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.