Dc.
|
| Posted: 01/14/2003, 4:54 PM |
|
php 4.30 apache 1.3.27
I see at moment, that if i want to get
authenication (login to page etc) work properly,
then it's absolutely nessecerly to use php with register_globals=on
parameter
Am I correct?
Dc
|
|
|
 |
Sixto Luis Santos
|
| Posted: 01/15/2003, 7:59 AM |
|
Hello Dc,
That was true in CodeCharge2, but not in CodeCharge Studio. Check your PHP
installation, specially those items dealing with session management.Verify
that you have a folder for temporary session data, and is writtable by the
web server.
Regards,
Sixto
"Dc." <dc@hot.ee> wrote in messagenews:b02bgj$rme$1@news.codecharge.com...
> php 4.30 apache 1.3.27
>
> I see at moment, that if i want to get
> authenication (login to page etc) work properly,
> then it's absolutely nessecerly to use php with register_globals=on
> parameter
>
> Am I correct?
>
> Dc
>
>
|
|
|
 |
DAVID
|
| Posted: 01/17/2003, 7:10 AM |
|
I have a bigger problem:
Authentication does not work with IE 6 installed on WinXP and some Win2000
I see no errors, anywhere. No cookies set, no session files created.
Everything works on Mozilla, Netscape and other versions of IE.
"Dc." <dc@hot.ee> wrote in messagenews:b02bgj$rme$1@news.codecharge.com...
> php 4.30 apache 1.3.27
>
> I see at moment, that if i want to get
> authenication (login to page etc) work properly,
> then it's absolutely nessecerly to use php with register_globals=on
> parameter
>
> Am I correct?
>
> Dc
>
>
|
|
|
 |
Robert Rodgers
|
| Posted: 01/17/2003, 9:33 AM |
|
I am using IE 6 on XP pro and Win2k and I have not seen a problem with
authentication. Can you describe more fully what you are seeing?
rob
"DAVID" <codecharge_newsfeed@stridetech.com> wrote in message
news:b096dr$s2i$1@news.codecharge.com...
> I have a bigger problem:
> Authentication does not work with IE 6 installed on WinXP and some Win2000
> I see no errors, anywhere. No cookies set, no session files created.
>
> Everything works on Mozilla, Netscape and other versions of IE.
>
> "Dc." <dc@hot.ee> wrote in message
news:b02bgj$rme$1@news.codecharge.com...
> > php 4.30 apache 1.3.27
> >
> > I see at moment, that if i want to get
> > authenication (login to page etc) work properly,
> > then it's absolutely nessecerly to use php with register_globals=on
> > parameter
> >
> > Am I correct?
> >
> > Dc
> >
> >
>
>
|
|
|
 |
Sixto Luis Santos
|
| Posted: 01/17/2003, 12:09 PM |
|
Dc,
Try lowering your privacy settings. IE's Tools menu, Internet Options,
Privacy tab.
"DAVID" <codecharge_newsfeed@stridetech.com> wrote in message
news:b096dr$s2i$1@news.codecharge.com...
> I have a bigger problem:
> Authentication does not work with IE 6 installed on WinXP and some Win2000
> I see no errors, anywhere. No cookies set, no session files created.
>
> Everything works on Mozilla, Netscape and other versions of IE.
>
> "Dc." <dc@hot.ee> wrote in message
news:b02bgj$rme$1@news.codecharge.com...
> > php 4.30 apache 1.3.27
> >
> > I see at moment, that if i want to get
> > authenication (login to page etc) work properly,
> > then it's absolutely nessecerly to use php with register_globals=on
> > parameter
> >
> > Am I correct?
> >
> > Dc
> >
> >
>
>
|
|
|
 |
DAVID
|
| Posted: 01/17/2003, 3:29 PM |
|
While being fully capable to sign in without any warnings to
aol,hotmail,iwon,excite,yahoo html password protected areas, I cannot login
into CCS generated site.
1. If use wrong login/password then get standard error message in {Errors}
2. When change post -> get see all parameters passed correctly as typed,
case included
3. When matching pair is used (from specific browsers only)
a) get a blank login box back.
b) No error messages
c) No cookies (SESSIONID)
d) When
grep -i user $session_dir/*
get back only other user sessions ( logins different from one
used)
4. Data table has a primary key on userID
unique key on userName
5. Same matching pairs when used in Mozilla and other IE installs are
logging in correctly.
"Robert Rodgers" <rrodgers@sylvancomputing.com> wrote in message
news:b09epu$cao$1@news.codecharge.com...
> I am using IE 6 on XP pro and Win2k and I have not seen a problem with
> authentication. Can you describe more fully what you are seeing?
>
> rob
> "DAVID" <codecharge_newsfeed@stridetech.com> wrote in message
>news:b096dr$s2i$1@news.codecharge.com...
> > I have a bigger problem:
> > Authentication does not work with IE 6 installed on WinXP and some
Win2000
> > I see no errors, anywhere. No cookies set, no session files created.
> >
> > Everything works on Mozilla, Netscape and other versions of IE.
> >
> > "Dc." <dc@hot.ee> wrote in message
>news:b02bgj$rme$1@news.codecharge.com...
> > > php 4.30 apache 1.3.27
> > >
> > > I see at moment, that if i want to get
> > > authenication (login to page etc) work properly,
> > > then it's absolutely nessecerly to use php with register_globals=on
> > > parameter
> > >
> > > Am I correct?
> > >
> > > Dc
> > >
> > >
> >
> >
>
>
|
|
|
 |
DAVID
|
| Posted: 01/17/2003, 3:30 PM |
|
Tried, does not help
"Sixto Luis Santos" <ccs@tecnoapoyo.com> wrote in message
news:b09nsi$ttp$1@news.codecharge.com...
>
> Dc,
>
> Try lowering your privacy settings. IE's Tools menu, Internet Options,
> Privacy tab.
>
> "DAVID" <codecharge_newsfeed@stridetech.com> wrote in message
>news:b096dr$s2i$1@news.codecharge.com...
> > I have a bigger problem:
> > Authentication does not work with IE 6 installed on WinXP and some
Win2000
> > I see no errors, anywhere. No cookies set, no session files created.
> >
> > Everything works on Mozilla, Netscape and other versions of IE.
> >
> > "Dc." <dc@hot.ee> wrote in message
>news:b02bgj$rme$1@news.codecharge.com...
> > > php 4.30 apache 1.3.27
> > >
> > > I see at moment, that if i want to get
> > > authenication (login to page etc) work properly,
> > > then it's absolutely nessecerly to use php with register_globals=on
> > > parameter
> > >
> > > Am I correct?
> > >
> > > Dc
> > >
> > >
> >
> >
>
>
|
|
|
 |
Bo Ugljesic
|
| Posted: 01/18/2003, 6:30 AM |
|
Are you running your app on localhost or some other machine on the network.
IE6+sp1 has a problem with server names with "_-". Example I have a server
that is called nt_server_main (http://nt_server_main/app) and authenication
pages would not work. It works if the ip address (http://192.168.0.1/app)
instead of the server name is called.
Bo
"DAVID" <codecharge_newsfeed@stridetech.com> wrote in message
news:b0a3lr$ks7$1@news.codecharge.com...
> Tried, does not help
>
> "Sixto Luis Santos" <ccs@tecnoapoyo.com> wrote in message
>news:b09nsi$ttp$1@news.codecharge.com...
> >
> > Dc,
> >
> > Try lowering your privacy settings. IE's Tools menu, Internet Options,
> > Privacy tab.
> >
> > "DAVID" <codecharge_newsfeed@stridetech.com> wrote in message
> >news:b096dr$s2i$1@news.codecharge.com...
> > > I have a bigger problem:
> > > Authentication does not work with IE 6 installed on WinXP and some
> Win2000
> > > I see no errors, anywhere. No cookies set, no session files created.
> > >
> > > Everything works on Mozilla, Netscape and other versions of IE.
> > >
> > > "Dc." <dc@hot.ee> wrote in message
> >news:b02bgj$rme$1@news.codecharge.com...
> > > > php 4.30 apache 1.3.27
> > > >
> > > > I see at moment, that if i want to get
> > > > authenication (login to page etc) work properly,
> > > > then it's absolutely nessecerly to use php with register_globals=on
> > > > parameter
> > > >
> > > > Am I correct?
> > > >
> > > > Dc
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
Robert Rodgers
|
| Posted: 01/18/2003, 6:41 AM |
|
Do you use Norton AV or Zonealarm or some other like these?
rob
"Bo Ugljesic" <service@altekcomputer.com> wrote in message
news:b0bode$kqt$1@news.codecharge.com...
>
> Are you running your app on localhost or some other machine on the
network.
> IE6+sp1 has a problem with server names with "_-". Example I have a server
> that is called nt_server_main (http://nt_server_main/app) and
authenication
> pages would not work. It works if the ip address (http://192.168.0.1/app)
> instead of the server name is called.
>
> Bo
>
> "DAVID" <codecharge_newsfeed@stridetech.com> wrote in message
>news:b0a3lr$ks7$1@news.codecharge.com...
> > Tried, does not help
> >
> > "Sixto Luis Santos" <ccs@tecnoapoyo.com> wrote in message
> >news:b09nsi$ttp$1@news.codecharge.com...
> > >
> > > Dc,
> > >
> > > Try lowering your privacy settings. IE's Tools menu, Internet Options,
> > > Privacy tab.
> > >
> > > "DAVID" <codecharge_newsfeed@stridetech.com> wrote in message
> > >news:b096dr$s2i$1@news.codecharge.com...
> > > > I have a bigger problem:
> > > > Authentication does not work with IE 6 installed on WinXP and some
> > Win2000
> > > > I see no errors, anywhere. No cookies set, no session files created.
> > > >
> > > > Everything works on Mozilla, Netscape and other versions of IE.
> > > >
> > > > "Dc." <dc@hot.ee> wrote in message
> > >news:b02bgj$rme$1@news.codecharge.com...
> > > > > php 4.30 apache 1.3.27
> > > > >
> > > > > I see at moment, that if i want to get
> > > > > authenication (login to page etc) work properly,
> > > > > then it's absolutely nessecerly to use php with
register_globals=on
> > > > > parameter
> > > > >
> > > > > Am I correct?
> > > > >
> > > > > Dc
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
DAVID
|
| Posted: 01/20/2003, 1:12 PM |
|
Nope , As a matter of fact on my workstation (from which I have no problems
logging in) I have NV installed.
Failing clients have nothing fancy at all....
SERVER: Sun Solaris 2.6 / Apache / Perl 5.8.1 http://staging.stridetech.com/cad/
Try administrator / admin ( you will not be allowed into admin areas, but
could test for cookies )
after logging in try pasting "javascript:document.cookies" into location to
see if cookies are set.
"Robert Rodgers" <rrodgers@sylvancomputing.com> wrote in message
news:b0bp2a$lud$1@news.codecharge.com...
> Do you use Norton AV or Zonealarm or some other like these?
>
> rob
> "Bo Ugljesic" <service@altekcomputer.com> wrote in message
>news:b0bode$kqt$1@news.codecharge.com...
> >
> > Are you running your app on localhost or some other machine on the
> network.
> > IE6+sp1 has a problem with server names with "_-". Example I have a
server
> > that is called nt_server_main (http://nt_server_main/app) and
> authenication
> > pages would not work. It works if the ip address
(http://192.168.0.1/app)
> > instead of the server name is called.
> >
> > Bo
> >
> > "DAVID" <codecharge_newsfeed@stridetech.com> wrote in message
> >news:b0a3lr$ks7$1@news.codecharge.com...
> > > Tried, does not help
> > >
> > > "Sixto Luis Santos" <ccs@tecnoapoyo.com> wrote in message
> > >news:b09nsi$ttp$1@news.codecharge.com...
> > > >
> > > > Dc,
> > > >
> > > > Try lowering your privacy settings. IE's Tools menu, Internet
Options,
> > > > Privacy tab.
> > > >
> > > > "DAVID" <codecharge_newsfeed@stridetech.com> wrote in message
> > > >news:b096dr$s2i$1@news.codecharge.com...
> > > > > I have a bigger problem:
> > > > > Authentication does not work with IE 6 installed on WinXP and some
> > > Win2000
> > > > > I see no errors, anywhere. No cookies set, no session files
created.
> > > > >
> > > > > Everything works on Mozilla, Netscape and other versions of IE.
> > > > >
> > > > > "Dc." <dc@hot.ee> wrote in message
> > > >news:b02bgj$rme$1@news.codecharge.com...
> > > > > > php 4.30 apache 1.3.27
> > > > > >
> > > > > > I see at moment, that if i want to get
> > > > > > authenication (login to page etc) work properly,
> > > > > > then it's absolutely nessecerly to use php with
> register_globals=on
> > > > > > parameter
> > > > > >
> > > > > > Am I correct?
> > > > > >
> > > > > > Dc
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
RonB
|
| Posted: 01/28/2003, 2:50 AM |
|
your first instinct probably was true. I find that the cause for login
touble almost always is the fact that register_globals is set to off, it has
to be set to on. Hope Yes will solve this problem since php seems to be
increasingly set on the route of not using this featue anymore. This will
mean that more and more providers will set this one to off without giving
you the possibility to let users change this option.
Ron
"DAVID" <codecharge_newsfeed@stridetech.com> schreef in bericht
news:b0a3lb$kob$1@news.codecharge.com...
> While being fully capable to sign in without any warnings to
> aol,hotmail,iwon,excite,yahoo html password protected areas, I cannot
login
> into CCS generated site.
> 1. If use wrong login/password then get standard error message in {Errors}
> 2. When change post -> get see all parameters passed correctly as typed,
> case included
> 3. When matching pair is used (from specific browsers only)
> a) get a blank login box back.
> b) No error messages
> c) No cookies (SESSIONID)
> d) When
> grep -i user $session_dir/*
> get back only other user sessions ( logins different from
one
> used)
> 4. Data table has a primary key on userID
> unique key on userName
> 5. Same matching pairs when used in Mozilla and other IE installs are
> logging in correctly.
>
>
>
> "Robert Rodgers" <rrodgers@sylvancomputing.com> wrote in message
>news:b09epu$cao$1@news.codecharge.com...
> > I am using IE 6 on XP pro and Win2k and I have not seen a problem with
> > authentication. Can you describe more fully what you are seeing?
> >
> > rob
> > "DAVID" <codecharge_newsfeed@stridetech.com> wrote in message
> >news:b096dr$s2i$1@news.codecharge.com...
> > > I have a bigger problem:
> > > Authentication does not work with IE 6 installed on WinXP and some
> Win2000
> > > I see no errors, anywhere. No cookies set, no session files created.
> > >
> > > Everything works on Mozilla, Netscape and other versions of IE.
> > >
> > > "Dc." <dc@hot.ee> wrote in message
> >news:b02bgj$rme$1@news.codecharge.com...
> > > > php 4.30 apache 1.3.27
> > > >
> > > > I see at moment, that if i want to get
> > > > authenication (login to page etc) work properly,
> > > > then it's absolutely nessecerly to use php with register_globals=on
> > > > parameter
> > > >
> > > > Am I correct?
> > > >
> > > > Dc
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
|