What happens if I call session_start() twice?
Does it creates another session?

Cause something odd is going on with this simple script.

      if(!SesionActiva()){ -It checkes wether there an active session
          SesionCrear(); - It creates the session
      }

      /*SesionActivar();*/

      echo "<pre>" . session_id()."</pre>";

      MostrarPaginaPrincipal(); --Showing the main page.


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

Reply via email to