SSL and Session Security

I am designing a simple php based shopping basket for a website. The site is running with an ssl certificate. I am using sessions to store basket items and customer information. How secure is php session information on shared hosted site? Does ssl at all affect ho session data is stored?

Adi

 

 

 

 

Top