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 Chriss Miller 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 grovemedia

  1. grovemedia

    Same session_id() from two different users

    The 32 character id is the session_id value. Is that what you mean.
  2. grovemedia

    Same session_id() from two different users

    What would cause two different users on two different computers come up with the same session_id. I am using this code on each page: session_start(); ob_start(); header("Cache-control: private"); $sessionID=session_id(); And then writing $sessionID to a database and calling from the...
  3. grovemedia

    Different session id in secure page

    I wasn't transmitting the id in the url but I am now because thats the only way I can get the session id to the secure page. Thanks for your help with this.
  4. grovemedia

    Different session id in secure page

    Yes. PHP v5.0.4. Web server is Apache v1.3.33. Running PHP as a web server module.
  5. grovemedia

    Different session id in secure page

    I'm on a Mac and I tried both Safari 2.0 and Firefox 1.0.4
  6. grovemedia

    Different session id in secure page

    No, the two sections have the same outputs.
  7. grovemedia

    Different session id in secure page

    Yeah, they are on the same domain.
  8. grovemedia

    Different session id in secure page

    I'm kinda new to php and I have session_start(); on a page and when I go to a secure page and use session_start(); it produces a new session id. Is there a way not to produce a new session id? Any help will be appreciated. Thanks.
  9. grovemedia

    Installing activex over intranet

    I am using a CAB file. I kind of figured it out. My versioning was kind of off. Why does the asp page need 4 spots for the version. I had the version of the cab set at 1.1.1. I then put the version to 1.1.0.1. Now it won't install over and over again. I was wondering why this helped and...
  10. grovemedia

    Problem installing activex over intranet

    I have created an activex control for our intranet. In that control I have a third party control(FarPoint Spread 3.5). When I tried to install our control on a users computer on our intranet the FarPoint Spread needed a license. I did some research and the Spread control needed a .lpk license...
  11. grovemedia

    Problem with .lpk file

    I have created an activex control for our intranet. In that control I have a third party control(FarPoint Spread 3.5). When I tried to install our control on a users computer on our intranet the FarPoint Spread needed a license. I did some research and the Spread control needed a .lpk license...
  12. grovemedia

    Installing activex over intranet

    I built an activex control that is implemented into our intranet. When you open the control ovet the intranet it installs the control everytime. How do you make it so it installs the first time and that is it. Any help would be greatly appreciated. Thanks.
  13. grovemedia

    ActiveX Properties and ASP

    How do I pull property values out of an activex control into an asp page. In my vb code of the activex control i have: Public Property Get UserName() As String UserName = msUserName End Property How would i retrieve what "UserName" is into my ASP page. Any help would be greatly...
  14. grovemedia

    ASP passing parameters problem.

    We have a asp page set up with a text box. The user then types in what parameter they want and submit and that asp page passes the parameter to the report and opens the report. I have the exact same pages running locally on my pc and it works.
  15. grovemedia

    ASP passing parameters problem.

    We have reports built with strored procedures on our intranet. All of them work fine unless the report needs a parameter. If i run the report that needs a parameter locally on my pc it runs fine. When it is published to the intranet it doesn't work, and i can't figure out why. If someone...

Part and Inventory Search

Back
Top