1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

xp install/ie issues with session ID

Discussion in 'Internet Explorer & Microsoft Edge' started by carlywalker, 2007/04/07.

  1. 2007/04/07
    carlywalker

    carlywalker Inactive Thread Starter

    Joined:
    2007/04/07
    Messages:
    6
    Likes Received:
    0
    Hi all "“ I have never come across something like this before, hope someone can help... here goes

    I recently purchased a Fujitsu Amilo SI1520 with widows vista pre installed. I did not want vista so, using nlite, I slipstreamed my SATA drivers to a XP PRO installation CD and installed XP PRO.

    I managed to get all devices working, problem occurs when I login to my
    1and1.co.uk online php/mysql admin panel. I can successfully login to the website but upon trying to access mysql admin control panel I get an error message telling me that my session ID is missing. This error message is generated by the control panel/website (not windows/ie) and I am bumped out of the control panel to the login screen. Weird?!?! I thought session ID’s were created on the server side but…THIS IS NOT A PROBLEM WITH THE CONTROL PANEL/WEBSITE FOR THE FOLLOWING REASONS:

    1) I can successfully login using other computers and
    2) I restored my Amilo to run vista and CAN login

    THIS IS NOT A PROBLEM WITH IE VERSION NUMBER/SETTINGS BECAUSE:-

    1)I have tried ie6/7 (with and without Service PacksUpdates) on the Amilo to no avail - all versions work fine on other computers
    2) have duplicated a working machines IE settings on the Amilo to no avail (default security/privacy settings work on other computers).

    I also tried installing Opera - same issue.

    I also tried slipstreaming SP2 "“ no difference.

    Any ideas?
     
  2. 2007/04/07
    noahdfear

    noahdfear Inactive

    Joined:
    2003/04/06
    Messages:
    12,178
    Likes Received:
    15
    Welcome to WindowsBBS carlywalker :)

    Sounds as though the XP Pro installation is not handling cookies properly. In IE Options>Privacy tab, select Advanced and check the box to override automatic cookie handling. Check the boxes to allow first party, block third party, and always allow session cookies. Click ok and apply. I'd also recommend clearing the stored cookies at this point as well. Open a new IE window and see if it helps.
     

  3. to hide this advert.

  4. 2007/04/07
    carlywalker

    carlywalker Inactive Thread Starter

    Joined:
    2007/04/07
    Messages:
    6
    Likes Received:
    0
    Hi, thanks for your reply

    I have double checked the privacy settings - all settings are as you suggested and it does not work.

    To recap, I can login to the overall site/many other sites that use cookies just not the control panel of mysql php admin on THIS computer - I can login to it on my other laptops with defualt security/privacy settings.

    Makes me think there is a bigger issue
     
  5. 2007/04/07
    Arie

    Arie Administrator Administrator Staff

    Joined:
    2001/12/27
    Messages:
    15,174
    Likes Received:
    412
    Delete all your TIF files & cookies.

    This is most likely a problem with a corrupted TIF file or cookie.
     
    Arie,
    #4
  6. 2007/04/07
    carlywalker

    carlywalker Inactive Thread Starter

    Joined:
    2007/04/07
    Messages:
    6
    Likes Received:
    0
    I have deleted all cookies (via Tools>Internet Options>General>Delete Cookies) - still doesn't work

    Sorry but I do not know what tif files are (thought tif was a type of image encoding). What are they? What should I do with them?
     
  7. 2007/04/07
    Arie

    Arie Administrator Administrator Staff

    Joined:
    2001/12/27
    Messages:
    15,174
    Likes Received:
    412
    TIF = Temporary Internet Files
     
    Arie,
    #6
  8. 2007/04/08
    carlywalker

    carlywalker Inactive Thread Starter

    Joined:
    2007/04/07
    Messages:
    6
    Likes Received:
    0
    ohhhh - duhhh - now I feel stupid. deleted allof them too, no change.
     
  9. 2007/04/08
    carlywalker

    carlywalker Inactive Thread Starter

    Joined:
    2007/04/07
    Messages:
    6
    Likes Received:
    0
    Ok - as a last ditch attempt to access my databases I installed firefox and it works (I have already installed Opera and it did NOT work)... so it obviously is an IE/Opera issue but what?
     
  10. 2007/04/08
    Arie

    Arie Administrator Administrator Staff

    Joined:
    2001/12/27
    Messages:
    15,174
    Likes Received:
    412
    Sorry, no idea...
     
    Arie,
    #9
  11. 2007/04/09
    carlywalker

    carlywalker Inactive Thread Starter

    Joined:
    2007/04/07
    Messages:
    6
    Likes Received:
    0
    does anyone know what could be wrong?
     
  12. 2007/04/10
    Arie

    Arie Administrator Administrator Staff

    Joined:
    2001/12/27
    Messages:
    15,174
    Likes Received:
    412
    Did you delete your TIF files from a (dos) command window? Or from IE? If not the 1st, try that.

    Failing that, try setting up a new user account in XP & see if that works.
     
  13. 2007/04/11
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    You could have a corrupt Cookies and/or TIF directory.
    Put this in Notepad and save as cleanup.cmd. Double click it & follow the prompt when it completes. You may have to run it several times successively.
    Code:
    taskkill /f /im explorer.exe
    RD /S/q  "%UserProfile%\Local Settings\Temporary Internet Files "
    RD /S/q  "%UserProfile%\Cookies "
    RD /S/q  "%UserProfile%\Local Settings\History "
    RD /S/q   "%UserProfile%\Local Settings\Temp\ "
    MD  "%UserProfile%\Local Settings\Temp\ "
    pause
    start explorer.exe
     
  14. 2007/04/11
    noahdfear

    noahdfear Inactive

    Joined:
    2003/04/06
    Messages:
    12,178
    Likes Received:
    15
    May be wrong, but I believe there should be a space between the /S and /q in Tony's batch??

    Code:
    taskkill /f /im explorer.exe
    RD /S /q  "%UserProfile%\Local Settings\Temporary Internet Files "
    RD /S /q  "%UserProfile%\Cookies "
    RD /S /q  "%UserProfile%\Local Settings\History "
    RD /S /q   "%UserProfile%\Local Settings\Temp\ "
    MD  "%UserProfile%\Local Settings\Temp\ "
    pause
    start explorer.exe
    
    I'm still leaning towards a corrupted cookie or cookie handling problem myself as well. It is possible that deleting them from IE did not remove all of them, and either Arie or Tony's above instructions will. To verify they have all been removed, you can click Start>Run and paste in the following command, then hit enter to open the cookies folder.

    "%UserProfile%\Cookies "

    You could also try adding your site/SQL cpanel address to the allowed cookies sites list (on the privacy tab in IE Options).
     
  15. 2007/04/12
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    no space needed
     
  16. 2007/04/12
    noahdfear

    noahdfear Inactive

    Joined:
    2003/04/06
    Messages:
    12,178
    Likes Received:
    15
    Thanks for the clarification, Tony. I hadn't tried it, but am used to using spaces between switches in my batches.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.