cemzafer Posted November 19, 2006 Share Posted November 19, 2006 Hi all,i have a login page, how can we control the reopening of a session where it has already been opened?Thanks. Link to comment https://forums.phpfreaks.com/topic/27763-user-restriction/ Share on other sites More sharing options...
trq Posted November 19, 2006 Share Posted November 19, 2006 [code=php:0]if (session_id()) { // session already started.}[/code] Link to comment https://forums.phpfreaks.com/topic/27763-user-restriction/#findComment-127028 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.