View Single Post
Old 09-06-2012, 11:46 PM   PM User | #1
zingzing45
New Coder

 
Join Date: Jun 2012
Posts: 57
Thanks: 13
Thanked 0 Times in 0 Posts
zingzing45 is an unknown quantity at this point
Question on log in system

Ok, so if a user registers on my site, then how can I make it so that they are automatically logged in?

I've tried setting something like:

PHP Code:
$_SESSION["Login"] = "Yes"
on the registration page,

and then specifying a username the same way, but the log in still doesn't work.




Can anyone suggest a way to make this work?
zingzing45 is offline   Reply With Quote