Re: [PHP] Issues in passing session data

2003-03-05 Thread Joseph Bannon
> For instance, most developers uses session_start() > on top of every page. The problem is that after > visiting each page, a new session file is created on > the server. Correct me if I'm wrong, but I don't think a new session file is created. "session_start() creates a session or resumes the

[PHP] Issues in passing session data

2003-03-04 Thread Hantzley
Hi php users, I have some questions regarding the way developers uses php sessions. For instance, most developers uses session_start() on top of every page. The problem is that after visiting each page, a new session file is created on the server. Now i made a web application that uses the star