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'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 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 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.
Right now i have
on (enter) {
mycode
}
for my textinput. So when i test the movie and i hit "enter" my textinput disapears. Why is this doing this?
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.