Jump to content

Mikeef

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Mikeef's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Not sure if this will help you but on my site, you have to be registered and logged in to upload files. As I check to see if the user is logged in at the top of every page that requires it, I can easy find out the users details (via a MySQL DB).  I can then store for example the users unique id together with the filename of the file they are uploading into a new table in the database. Mike
  2. Nope, I don't do anything with IP address. Mike
  3. I have a site where a user registers their details and this is all stored on a MySQL DB. Once the user has registered, they are sent an email to verify their email address. Once this is OK, they can login and view other pages on the site. All this works great appart from if your an AOL user.  As soon as you pass to another page, it states your not logged in. I use sessions to pass data around the site and I understand AOL users/browsers have problems when using sessions. Has anyone seen this before? Are there any solutions other than telling all AOL users to use an alternative browser. I was thinking of creating a unique random number each time a user logs in and pass this around to each page, similar to the SESSID.  (I understand I can't use the SESSID as this can cjange from page to page under AOL.)That way, I don't have to rely on sessions and AOL users will be happy. How do the big sites such as ebay or amazon do it? Many Thanks Mikee
×
×
  • 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.