same. I want to know to limit
in the class the cookies' size.
Thanks to all :)
2006/9/19, German Piqué <[EMAIL PROTECTED]>:
>
>
>
> -- Forwarded message ------
> From: German Piqué < [EMAIL PROTECTED]>
> Date: 19-sep-2006 10:38
> Subject: Re: [PHP-WIN
to limit in
the class the cookies' size.
Thanks to all :)
2006/9/19, German Piqué <[EMAIL PROTECTED]>:
-- Forwarded message --
From: German Piqué <[EMAIL PROTECTED]>
Date: 19-sep-2006 10:38
Subject: Re: [PHP-WIN] cookies time? - now it doesn't write
To: &qu
both time() and mktime() works fine on Windows.
- Frank
> Well, reading the documentation about cookies i saw that the function
time()
> works using UNIX epochs. If I try to use this function (or mktime) in
> windows, the php shows a white page, like there's an error somewhere.
>
> It's a proble
7;ve looked at all sorts of things on the net, and can't find
anything that will help me write an user authentication setup for my web
pages
Please please please can someone assist me!
Thanks
James
> -Original Message-
> From: Dale Attree [mailto:[EMAIL PROTECTED]
> S
PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Cookies!
Hi Dale,
Sorry for emailing you again (and anyone else who can help) - but I'm
getting a bit desperate!
I've got to finish this project today - 2 hours to go
I need to sort out the user authentication into the applica
ase can someone assist me!
Thanks
James
> -Original Message-
> From: Dale Attree [mailto:[EMAIL PROTECTED]
> Sent: 12 October 2004 18:23
> To: Nunners
> Subject: RE: [PHP-WIN] Cookies!
>
> Yes, same concept, different implementation.
>
> -Original Mess
ne of the things
I'm able to stipulate is that they have IE6 & Cookies turned on!
Any thoughts?
Cheers
James
> -Original Message-
> From: Sudeep Zamudra [mailto:[EMAIL PROTECTED]
> Sent: 09 October 2004 09:14
> To: James Nunnerley
> Cc: [EMAIL PROTECTED]
>
Hi James,
Php on IIS or PWS are known to have problems with session and cookie. Try
using session instead of cookie. That's the safest way. Also anyone can disable
cookies on the client side where by your login authentcation may fail. So best way is
use session instead of cookie.
Mark,
You might try using sessions instead of cookies. The following code
checks the session and credentials.
Login Page One\n\n"); //
Start the session system
error_reporting(0);
session_start();
// if the login form was posted and the uid was set (and valid)
if($_POST['logon'] and $_POST['p
<[EMAIL PROTECTED]>
To: "Mark Anderson" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, July 09, 2003 11:23 PM
Subject: Re: [PHP-WIN] cookies problem
: Mark,
:
:I've run in to this problem - first noticing this with PHP Nuke.
: This cookie proble
n nor endorsed by it.
- Original Message -
From: "Stephen March" <[EMAIL PROTECTED]>
To: "Mark Anderson" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, July 09, 2003 11:23 PM
Subject: Re: [PHP-WIN] cookies problem
: Mark,
:
:I
Mark,
I've run in to this problem - first noticing this with PHP Nuke.
This cookie problem seems to be a result of a server configuration
issue with the Windows operating system.
At work I have 2 Win-2k servers, both running PHP 4.3.2, our production
web-server can set cookies no problem
Hm - I`ve had some suspicious problems with XP myself. In my paranoia I
thought it was muckrosoft`s first awkward attempt to screw up the rapidly
expanding php community - but I think it is some kind of weird caching
issue in the OS itself. Try setting the browser to the LEAST caching
possi
IIRC there is a problem with v4.1.2 of PHP on IIS - is that your platform? I
encountered this problem and had to implement a hack to get around it
however in my case it affected all clients not just XP so it may not be the
same issue...
Rich
-Original Message-
From: Ellen Emerson [mailto:[E
I've had the same problem myself. Seems to happen with a default install
of IIS 5 etc. etc.
I've changed the php.ini so it should create and save the cookies, but
it just ignores them.
Sorry, no solution, I just made workarounds :(
chris kranz
fatcuban.com
-Original Message-
From: Ed [
s" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, December 18, 2002 7:41 AM
Subject: RE: [PHP-WIN] Cookies working on test but not my application
> Stephen,
>
> Thanks for the feedback.
>
> There was no sign of the cookies in the variable list that the phpin
L PROTECTED]]
> Sent: 17 December 2002 5:57 pm
> To: PHP Helplist Windows
> Cc: George Pitcher
> Subject: Re: [PHP-WIN] Cookies working on test but not my application
>
>
> Frames are not the issue here, any page in a frame still gets the cookie
> providing it is in a domain fo
Frames are not the issue here, any page in a frame still gets the cookie
providing it is in a domain for which the cookie is set. I suggest making a
page with the following
That will output ALL the variable data for your page. If your cookie has
been sent back by the browser, then you should see
Yes the same version on both servers :(
register_globals is set to off (also tried with on, same result)
"Sjaak" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Thx for know
>
>
> "Brother - Martin Bagge" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTEC
Thx for know
"Brother - Martin Bagge" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Do you have the same PHPversion in the servers?
> Is register_globals set to off or on in php.ini? Same setting in both
> servers?
>
> $_COOKIES is the new super global array
Do you have the same PHPversion in the servers?
Is register_globals set to off or on in php.ini? Same setting in both
servers?
$_COOKIES is the new super global array for cookies, don't forget that =)
I cann't see any other explaniation but I'm new to this cookiething.
/brother
> -Original
Yo bro,
When i launch the file info.php with the following URL:
http://localhost/info.php i see the cookie.
When i launch the same file from my webserver:
http://www.website.com/info.php i get the message no cookie find?
Please help me!
Thx in advance.
"Brother - Martin Bagge" <[EMAIL PROTEC
You cannot use the cookies in the same as you stated them.
http://www.php.net/manual/en/function.setcookie.php
see common pitfalls.
You have to do it like: set cookie > new page to check the cookies.
/brother
> -Original Message-
> From: Sjaak [mailto:[EMAIL PROTECTED]]
> Sent: den 2
> Wich of the serers is using which configuration for session.save_path?
> I your local sever is using session.save_path - /tmp, then try using an
> absolute path, like "C:\Temp", but make sure the directory exists.
Localhost has c:\winnt\temp and that folder is set for everyone to do
everything
T
Wich of the serers is using which configuration for session.save_path?
I your local sever is using session.save_path - /tmp, then try using an
absolute path, like "C:\Temp", but make sure the directory exists.
And I know it may sound a little obvious, but take a look at your php.ini
file and make
Great util!
I get Set-Cookie: some cookie when I use the URL where it works, but not on
localhost.
strange...
--
. : . : . : . : . : . : . : . : . : . : . : . : . : .
michael ericsson
[EMAIL PROTECTED]
"Alex Elderson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTE
done.
Is it .NET Framework you're refering to?
--
. : . : . : . : . : . : . : . : . : . : . : . : . : .
michael ericsson
[EMAIL PROTECTED]
"Alex Elderson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Sorry, outlook don't want to send the file.
>
> download
Sorry, outlook don't want to send the file.
download it from http://debug.hardinxveld.netflex.nl/get_url.exe
you must also install the VB runtime library!!
let me know if you downloaded the file then i will remove the file
[EMAIL PROTECTED]
"Michael" <[EMAIL PROTECTED]> schreef in bericht
[EM
what util? url.exe? where can I find it?
--
. : . : . : . : . : . : . : . : . : . : . : . : . : .
michael ericsson
[EMAIL PROTECTED]
"Alex Elderson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Use this (small) util to view your headers
>
> look for
>
> Se
> My guess is that it's register_globals related.
> Your code is not the only variable when moving from server to server.
Check the
> PHP version on the other server and also compare your register_globals
setting
> to theirs.
They're all the same. Both are version 4.2.1 and register_blobals is se
Use this (small) util to view your headers
look for
Set-Cookie:
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
says...
>
>On Thursday, June 27, 2002, 9:55:00 AM, "michael" wrote:
>
>> I've installed php v4.2.1 on my IIS (Win2000). The IIS works fine with php
>> but I can't set a cookie.
On Thursday, June 27, 2002, 9:55:00 AM, "michael" wrote:
> I've installed php v4.2.1 on my IIS (Win2000). The IIS works fine with php
> but I can't set a cookie. There is no error message or anything, only no
> cookie. Does anyone have an idea what might be wrong?
My guess is that it's register_
sorry to be a pest
but, not necessarilyfor example:
two different "sites" hosted on the same server in the same domain
http://www.mydomain.com/dir1/login.php
http://www.mydomain.com/dir2/login.php
do not necessarily share the same cookies.if the domain(url) is set to
"www.mydomain.
another solution:
since they changed their code for you already, you might try to get them to
add your domain to the list of valid domains in the cookie that they set,
therefore, your scripts would be able to pick them upjust a thought.
--
PHP Windows Mailing List (http://www.php.net/)
Sorry everyone, I had a brain spasm or something. I was reminded that
cookies only work on the same domain, and since the webspeed scripts
were creating the cookie on out test server and php was on the
production server it was a no go. Thanks!
Angie
>>> "Angie Tollerson" <[EMAIL PROTECTED]> 02/
I might not understand what you mean by "Webspeed page that is passing to my
php page". Is your browser requesting the Webspeed page, or is your php
script connecting to webspeed directly via a call to fopen?
What domain(url) was the original cookie made valid for? If you are
requesting your sc
I use this example to set cookies and it works fine on
my side with IE5:
Sorry, unable to login click here try again";
exit;
}
else
{
$uniqueid = md5 (uniqid (rand()));
$cookiestring = $Firstname.'&'.$unique
37 matches
Mail list logo