session_start() & some
Posted: Tue Dec 10, 2002 5:27 am
Some tutorials say always use session_start() and others will say it doesn't matter - start a session with session_register(). What's the score here?
Can I start a session with just $_SESSION['myVar'] = $SOMEvAL?
Does session_unregister() not work in some intances? Have read you need to use isset() instead? What's this all about then?
Rgds
Can I start a session with just $_SESSION['myVar'] = $SOMEvAL?
Does session_unregister() not work in some intances? Have read you need to use isset() instead? What's this all about then?
Rgds