Quote:
Originally Posted by holy24
I have found out 1 solution where i can use a unique session_name in different site in the same host.
|
That shouldn't really have affected it though in the first place. When you call session_start, it should generate it's own random identifier and (assuming you're using the default cookies to store it) should only be used on a per-domain basis.
I still think there is something else here that is playing up.