jmathai / epiphany

A micro PHP framework that's fast, easy, clean and RESTful. The framework does not do a lot of magic under the hood. It is, by design, very simple and very powerful.
https://github.com/jmathai/epiphany
Other
687 stars 139 forks source link

Adding session_id( ) check to session_start( ) call #65

Closed cgomboz closed 11 years ago

cgomboz commented 11 years ago

Make sure that if someone else starts a session, that a new session is not started again. The duplicate call to session_start produces a php warning.

jmathai commented 11 years ago

Thanks.