stebbi Posted June 24, 2008 Share Posted June 24, 2008 I am using Ajax chat, and have edited the login system so it gets the data from the database i have also changed the session name, the problem is that the session doesn't seem to be carried to my site (in a seperate folder). Any ideas? Link to comment https://forums.phpfreaks.com/topic/111699-login-system/ Share on other sites More sharing options...
dmccabe Posted June 24, 2008 Share Posted June 24, 2008 Would be easier if you showed us some code? Link to comment https://forums.phpfreaks.com/topic/111699-login-system/#findComment-573311 Share on other sites More sharing options...
DeanWhitehouse Posted June 24, 2008 Share Posted June 24, 2008 Well there is alot of code (i am coding). This is the code that is checking for the session <?php if(isset($_SESSION['logchat'])) { ?> <a href="?logout" id="nav">Logout</a> <?php } else { ?> <a href="login" id="log" onClick="return dropdownmenu(this, event, menu2, '70px')" onMouseout="delayhidemenu()">Login</a> <a id="log" href="">Register</a> <?php } ?> and the session is set by ajax (i think) and there is alot of code, but the session is there and is called logchat. Link to comment https://forums.phpfreaks.com/topic/111699-login-system/#findComment-573316 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.