Jump to content

PHP and Sessions


zssz

Recommended Posts

I currently have a website in which requires users to obtain a unique link (would look like http://www.somesite.com/login.php?uid=129sad838jadg943), the ?uid= part would be random each time they would want to login (the ?uid= is also unique to every user). This link expires every hour, whether they use it once they obtain it or not. If they have the correct uid, three or four session variables are set.

 

My problem is that some of my users computers don't like to save session information. Their uid will "log them in", but they wont be able to see any of the content you are able to access once you login. It only happens on certain users and their computers. One of them purchased a new computer over the time this site has been up and running, and they can now login. I have checked with the users that they can accept cookies and that they allow the site to utilize cookies, but they still cannot "login."

 

People experience this with both IE and Firefox. They also say that other sites "Remember Me" checkboxes do not work--I think these two are tied together. Is there anything I can tell them if they have this problem? Like how to fix it? Is there anything in my code that I can do differently (I know this is hard to tell) so that they will be able to login?

 

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/130359-php-and-sessions/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.