On Tue, June 20, 2006 6:43 am, suresh kumar wrote: > I am facing one problem in my project.i want to restrict more > than one user login in the same account .Is there any functions > available to check r we can implement using session. You'll have to decide for yourself when a user is or isn't logged in or out for this purpose. it may match up exactly with the state of the $_SESSION or maybe you'll have an even shorter time allowance on changing of IP, User-Agent or so on. Personally, though, I hate sites that do that, as if their site is broken and I have to switch browsers to avoid a browser-dependency issue, then I'm screwed. :-( Think long and hard about this one... -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php