Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bevort

  1. bevort

    Sessions HOWTO - lacking understand and know how on my part

    It seems to me that You may have a problem with Your header("Cache-control: private"); Theres always a cookie in the clients computer to keep track of the session ID. What I normaly do in cases like this is starting from scratch. Crate only 3 empty pages and get them to show the sessionvars...
  2. bevort

    Sessions HOWTO - lacking understand and know how on my part

    I do not understand why You, after first starting the session, unset id an destroy it? If You destroy Your session You actualy don't have it anymore. So retriving information from it won't work. Normaly a session shall live untill the user lives You site. I put my destroy statement in the...

Part and Inventory Search

Back
Top