
December 13th, 2001, 11:11 AM
|
|
Registered User
|
|
Join Date: Oct 2000
Posts: 17
Time spent in forums: 1 h 4 m 53 sec
Reputation Power: 0
|
|
|
Problem with session_id when going
HI, I have a problem. I
I have a site that is not secured and I create a session id that I track user. When customer goes to secure site to enter his info his session id is lost. What can I do to preserve the session id when customer moves from non-secure to secure version on my site.
The problem is where does php stores it's session_id. in which folder. I think that I need to find where php stores session_id on my server for non secure site. And then I should point my secure site for php to look for session_id in non secure folder.
Can some on tell am I right. Also where does php stores session_id on my server. Does it store seperatly session_id for each website or in just one place on my server.
Please advice.
THank you
|