> 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
current one based on the current session id that's
being passed via a request, such as GET, POST, or a
cookie."

J.



__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to