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...
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.
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.
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...
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...
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...
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.
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...
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.
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...
Can a radioButton have a multiline setting for the label. I'm using Flash Pro MX 2004. I can't find a way to do it, so i was just wondering if that is possible. Thanks.
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.