Hi,

I have sugarcrm4.5.1f installed on Fedora Core 7 running php5, apache2.2 and mysql5.
I have added 10 new tabs, each linking to 10 different sites.
I carried out the following steps and found that the session cookies are lost
1. I open a tab and browse through the site
2. I open a second tab
3. I again open the tab which was opened first. Now I dont find the site on the page I had last left it, but it takes me to the home page of that site (i.e the website link the tab is set to)

The session settings are:
session.save_path = /tmp
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.gc_probability = 1
session.gc_divisor = 100
session.gc_maxlifetime = 1440


Any help appreciated.