I am developing a site with session using php. I disabled the auto session start variable.
I am using this code,
session_id("mysessionid");
session_start();
but the session start will generate its own session, not my session. give me help regarding this, how to create own session,
Please
regards
Amudhan