Some of users lose session info in my website (PHP). How can i prevent this?

sureshuser

New Member
In my website, some of users complain about problems in logging in. Their browsers generally don't see session info and cannot understand that the user is logged in, and behave like never logged in. But after some refresh, browser see session info and show the user as logged in normally. Again, if the user try to do some action( like writing a message) browser again loose the session info and redirect to the login page. The situation continues like that.Browser security options, cookie options of the user's computer are all the same as mine.I never face such a problem but they do.How can i solve the problem, actually how can i see,understand the problem?Thanks.
 
Back
Top